Package com.daml.ledger.api.v1.admin
Interface ConfigManagementServiceOuterClass.SetTimeModelRequestOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 ConfigManagementServiceOuterClass.SetTimeModelRequest,ConfigManagementServiceOuterClass.SetTimeModelRequest.Builder
- Enclosing class:
 - ConfigManagementServiceOuterClass
 
public static interface ConfigManagementServiceOuterClass.SetTimeModelRequestOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetConfigurationGeneration()The current configuration generation which we're submitting the change against.com.google.protobuf.TimestampgetMaximumRecordTime()Deadline for the configuration change after which the change is rejected.com.google.protobuf.TimestampOrBuildergetMaximumRecordTimeOrBuilder()Deadline for the configuration change after which the change is rejected.ConfigManagementServiceOuterClass.TimeModelgetNewTimeModel()The new time model that replaces the current one.ConfigManagementServiceOuterClass.TimeModelOrBuildergetNewTimeModelOrBuilder()The new time model that replaces the current one.java.lang.StringgetSubmissionId()Submission identifier used for tracking the request and to reject duplicate submissions.com.google.protobuf.ByteStringgetSubmissionIdBytes()Submission identifier used for tracking the request and to reject duplicate submissions.booleanhasMaximumRecordTime()Deadline for the configuration change after which the change is rejected.booleanhasNewTimeModel()The new time model that replaces the current one.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSubmissionId
java.lang.String getSubmissionId()
Submission identifier used for tracking the request and to reject duplicate submissions. Required.
string submission_id = 1 [json_name = "submissionId"];- Returns:
 - The submissionId.
 
 
- 
getSubmissionIdBytes
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"];- Returns:
 - The bytes for submissionId.
 
 
- 
hasMaximumRecordTime
boolean hasMaximumRecordTime()
Deadline for the configuration change after which the change is rejected.
.google.protobuf.Timestamp maximum_record_time = 2 [json_name = "maximumRecordTime"];- Returns:
 - Whether the maximumRecordTime field is set.
 
 
- 
getMaximumRecordTime
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"];- Returns:
 - The maximumRecordTime.
 
 
- 
getMaximumRecordTimeOrBuilder
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"]; 
- 
getConfigurationGeneration
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"];- Returns:
 - The configurationGeneration.
 
 
- 
hasNewTimeModel
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"];- Returns:
 - Whether the newTimeModel field is set.
 
 
- 
getNewTimeModel
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"];- Returns:
 - The newTimeModel.
 
 
- 
getNewTimeModelOrBuilder
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"]; 
 - 
 
 -