public static interface ConfigManagementServiceOuterClass.SetTimeModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
long | 
getConfigurationGeneration()
 The current configuration generation which we're submitting the change against. 
 | 
com.google.protobuf.Timestamp | 
getMaximumRecordTime()
 Deadline for the configuration change after which the change is rejected. 
 | 
com.google.protobuf.TimestampOrBuilder | 
getMaximumRecordTimeOrBuilder()
 Deadline for the configuration change after which the change is rejected. 
 | 
ConfigManagementServiceOuterClass.TimeModel | 
getNewTimeModel()
 The new time model that replaces the current one. 
 | 
ConfigManagementServiceOuterClass.TimeModelOrBuilder | 
getNewTimeModelOrBuilder()
 The new time model that replaces the current one. 
 | 
java.lang.String | 
getSubmissionId()
 Submission identifier used for tracking the request and to reject
 duplicate submissions. 
 | 
com.google.protobuf.ByteString | 
getSubmissionIdBytes()
 Submission identifier used for tracking the request and to reject
 duplicate submissions. 
 | 
boolean | 
hasMaximumRecordTime()
 Deadline for the configuration change after which the change is rejected. 
 | 
boolean | 
hasNewTimeModel()
 The new time model that replaces the current one. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getSubmissionId()
Submission identifier used for tracking the request and to reject duplicate submissions. Required.
string submission_id = 1[json_name = "submissionId"];com.google.protobuf.ByteString getSubmissionIdBytes()
Submission identifier used for tracking the request and to reject duplicate submissions. Required.
string submission_id = 1[json_name = "submissionId"];boolean hasMaximumRecordTime()
Deadline for the configuration change after which the change is rejected.
.google.protobuf.Timestamp maximum_record_time = 2[json_name = "maximumRecordTime"];com.google.protobuf.Timestamp getMaximumRecordTime()
Deadline for the configuration change after which the change is rejected.
.google.protobuf.Timestamp maximum_record_time = 2[json_name = "maximumRecordTime"];com.google.protobuf.TimestampOrBuilder getMaximumRecordTimeOrBuilder()
Deadline for the configuration change after which the change is rejected.
.google.protobuf.Timestamp maximum_record_time = 2[json_name = "maximumRecordTime"];long getConfigurationGeneration()
The current configuration generation which we're submitting the change against. This is used to perform a compare-and-swap of the configuration to safeguard against concurrent modifications. Required.
int64 configuration_generation = 3[json_name = "configurationGeneration"];boolean hasNewTimeModel()
The new time model that replaces the current one. Required.
.com.daml.ledger.api.v1.admin.TimeModel new_time_model = 4[json_name = "newTimeModel"];ConfigManagementServiceOuterClass.TimeModel getNewTimeModel()
The new time model that replaces the current one. Required.
.com.daml.ledger.api.v1.admin.TimeModel new_time_model = 4[json_name = "newTimeModel"];ConfigManagementServiceOuterClass.TimeModelOrBuilder getNewTimeModelOrBuilder()
The new time model that replaces the current one. Required.
.com.daml.ledger.api.v1.admin.TimeModel new_time_model = 4[json_name = "newTimeModel"];