Package com.daml.ledger.api.v2
Interface ExperimentalFeaturesOuterClass.ExperimentalFeaturesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalFeaturesOuterClass.ExperimentalFeatures,ExperimentalFeaturesOuterClass.ExperimentalFeatures.Builder
- Enclosing class:
ExperimentalFeaturesOuterClass
public static interface ExperimentalFeaturesOuterClass.ExperimentalFeaturesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptionalOptionalOptionalOptionalbooleanOptionalbooleanOptionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStaticTime
boolean hasStaticTime()Optional
.com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1;- Returns:
- Whether the staticTime field is set.
-
getStaticTime
ExperimentalFeaturesOuterClass.ExperimentalStaticTime getStaticTime()Optional
.com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1;- Returns:
- The staticTime.
-
getStaticTimeOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalStaticTimeOrBuilder getStaticTimeOrBuilder()Optional
.com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1; -
hasCommandInspectionService
boolean hasCommandInspectionService()Optional
.com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2;- Returns:
- Whether the commandInspectionService field is set.
-
getCommandInspectionService
ExperimentalFeaturesOuterClass.ExperimentalCommandInspectionService getCommandInspectionService()Optional
.com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2;- Returns:
- The commandInspectionService.
-
getCommandInspectionServiceOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalCommandInspectionServiceOrBuilder getCommandInspectionServiceOrBuilder()Optional
.com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2;
-