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 TypeMethodDescription.com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2 [json_name = "commandInspectionService"];
.com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2 [json_name = "commandInspectionService"];
.com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1 [json_name = "staticTime"];
.com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1 [json_name = "staticTime"];
boolean
.com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2 [json_name = "commandInspectionService"];
boolean
.com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1 [json_name = "staticTime"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStaticTime
boolean hasStaticTime().com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1 [json_name = "staticTime"];
- Returns:
- Whether the staticTime field is set.
-
getStaticTime
ExperimentalFeaturesOuterClass.ExperimentalStaticTime getStaticTime().com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1 [json_name = "staticTime"];
- Returns:
- The staticTime.
-
getStaticTimeOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalStaticTimeOrBuilder getStaticTimeOrBuilder().com.daml.ledger.api.v2.ExperimentalStaticTime static_time = 1 [json_name = "staticTime"];
-
hasCommandInspectionService
boolean hasCommandInspectionService().com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2 [json_name = "commandInspectionService"];
- Returns:
- Whether the commandInspectionService field is set.
-
getCommandInspectionService
ExperimentalFeaturesOuterClass.ExperimentalCommandInspectionService getCommandInspectionService().com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2 [json_name = "commandInspectionService"];
- Returns:
- The commandInspectionService.
-
getCommandInspectionServiceOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalCommandInspectionServiceOrBuilder getCommandInspectionServiceOrBuilder().com.daml.ledger.api.v2.ExperimentalCommandInspectionService command_inspection_service = 2 [json_name = "commandInspectionService"];
-