Package com.daml.ledger.api.v1
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ExperimentalFeaturesOuterClass.CommandDeduplicationFeatures
getCommandDeduplication()
.com.daml.ledger.api.v1.CommandDeduplicationFeatures command_deduplication = 3 [json_name = "commandDeduplication"];
ExperimentalFeaturesOuterClass.CommandDeduplicationFeaturesOrBuilder
getCommandDeduplicationOrBuilder()
.com.daml.ledger.api.v1.CommandDeduplicationFeatures command_deduplication = 3 [json_name = "commandDeduplication"];
ExperimentalFeaturesOuterClass.ExperimentalCommitterEventLog
getCommitterEventLog()
.com.daml.ledger.api.v1.ExperimentalCommitterEventLog committer_event_log = 6 [json_name = "committerEventLog"];
ExperimentalFeaturesOuterClass.ExperimentalCommitterEventLogOrBuilder
getCommitterEventLogOrBuilder()
.com.daml.ledger.api.v1.ExperimentalCommitterEventLog committer_event_log = 6 [json_name = "committerEventLog"];
ExperimentalFeaturesOuterClass.ExperimentalContractIds
getContractIds()
.com.daml.ledger.api.v1.ExperimentalContractIds contract_ids = 5 [json_name = "contractIds"];
ExperimentalFeaturesOuterClass.ExperimentalContractIdsOrBuilder
getContractIdsOrBuilder()
.com.daml.ledger.api.v1.ExperimentalContractIds contract_ids = 5 [json_name = "contractIds"];
ExperimentalFeaturesOuterClass.ExperimentalOptionalLedgerId
getOptionalLedgerId()
.com.daml.ledger.api.v1.ExperimentalOptionalLedgerId optional_ledger_id = 4 [json_name = "optionalLedgerId"];
ExperimentalFeaturesOuterClass.ExperimentalOptionalLedgerIdOrBuilder
getOptionalLedgerIdOrBuilder()
.com.daml.ledger.api.v1.ExperimentalOptionalLedgerId optional_ledger_id = 4 [json_name = "optionalLedgerId"];
ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodes
getSelfServiceErrorCodes()
Deprecated.ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodesOrBuilder
getSelfServiceErrorCodesOrBuilder()
Deprecated.ExperimentalFeaturesOuterClass.ExperimentalStaticTime
getStaticTime()
.com.daml.ledger.api.v1.ExperimentalStaticTime static_time = 2 [json_name = "staticTime"];
ExperimentalFeaturesOuterClass.ExperimentalStaticTimeOrBuilder
getStaticTimeOrBuilder()
.com.daml.ledger.api.v1.ExperimentalStaticTime static_time = 2 [json_name = "staticTime"];
boolean
hasCommandDeduplication()
.com.daml.ledger.api.v1.CommandDeduplicationFeatures command_deduplication = 3 [json_name = "commandDeduplication"];
boolean
hasCommitterEventLog()
.com.daml.ledger.api.v1.ExperimentalCommitterEventLog committer_event_log = 6 [json_name = "committerEventLog"];
boolean
hasContractIds()
.com.daml.ledger.api.v1.ExperimentalContractIds contract_ids = 5 [json_name = "contractIds"];
boolean
hasOptionalLedgerId()
.com.daml.ledger.api.v1.ExperimentalOptionalLedgerId optional_ledger_id = 4 [json_name = "optionalLedgerId"];
boolean
hasSelfServiceErrorCodes()
Deprecated.boolean
hasStaticTime()
.com.daml.ledger.api.v1.ExperimentalStaticTime static_time = 2 [json_name = "staticTime"];
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSelfServiceErrorCodes
@Deprecated boolean hasSelfServiceErrorCodes()
Deprecated..com.daml.ledger.api.v1.ExperimentalSelfServiceErrorCodes self_service_error_codes = 1 [json_name = "selfServiceErrorCodes", deprecated = true];
- Returns:
- Whether the selfServiceErrorCodes field is set.
-
getSelfServiceErrorCodes
@Deprecated ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodes getSelfServiceErrorCodes()
Deprecated..com.daml.ledger.api.v1.ExperimentalSelfServiceErrorCodes self_service_error_codes = 1 [json_name = "selfServiceErrorCodes", deprecated = true];
- Returns:
- The selfServiceErrorCodes.
-
getSelfServiceErrorCodesOrBuilder
@Deprecated ExperimentalFeaturesOuterClass.ExperimentalSelfServiceErrorCodesOrBuilder getSelfServiceErrorCodesOrBuilder()
Deprecated..com.daml.ledger.api.v1.ExperimentalSelfServiceErrorCodes self_service_error_codes = 1 [json_name = "selfServiceErrorCodes", deprecated = true];
-
hasStaticTime
boolean hasStaticTime()
.com.daml.ledger.api.v1.ExperimentalStaticTime static_time = 2 [json_name = "staticTime"];
- Returns:
- Whether the staticTime field is set.
-
getStaticTime
ExperimentalFeaturesOuterClass.ExperimentalStaticTime getStaticTime()
.com.daml.ledger.api.v1.ExperimentalStaticTime static_time = 2 [json_name = "staticTime"];
- Returns:
- The staticTime.
-
getStaticTimeOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalStaticTimeOrBuilder getStaticTimeOrBuilder()
.com.daml.ledger.api.v1.ExperimentalStaticTime static_time = 2 [json_name = "staticTime"];
-
hasCommandDeduplication
boolean hasCommandDeduplication()
.com.daml.ledger.api.v1.CommandDeduplicationFeatures command_deduplication = 3 [json_name = "commandDeduplication"];
- Returns:
- Whether the commandDeduplication field is set.
-
getCommandDeduplication
ExperimentalFeaturesOuterClass.CommandDeduplicationFeatures getCommandDeduplication()
.com.daml.ledger.api.v1.CommandDeduplicationFeatures command_deduplication = 3 [json_name = "commandDeduplication"];
- Returns:
- The commandDeduplication.
-
getCommandDeduplicationOrBuilder
ExperimentalFeaturesOuterClass.CommandDeduplicationFeaturesOrBuilder getCommandDeduplicationOrBuilder()
.com.daml.ledger.api.v1.CommandDeduplicationFeatures command_deduplication = 3 [json_name = "commandDeduplication"];
-
hasOptionalLedgerId
boolean hasOptionalLedgerId()
.com.daml.ledger.api.v1.ExperimentalOptionalLedgerId optional_ledger_id = 4 [json_name = "optionalLedgerId"];
- Returns:
- Whether the optionalLedgerId field is set.
-
getOptionalLedgerId
ExperimentalFeaturesOuterClass.ExperimentalOptionalLedgerId getOptionalLedgerId()
.com.daml.ledger.api.v1.ExperimentalOptionalLedgerId optional_ledger_id = 4 [json_name = "optionalLedgerId"];
- Returns:
- The optionalLedgerId.
-
getOptionalLedgerIdOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalOptionalLedgerIdOrBuilder getOptionalLedgerIdOrBuilder()
.com.daml.ledger.api.v1.ExperimentalOptionalLedgerId optional_ledger_id = 4 [json_name = "optionalLedgerId"];
-
hasContractIds
boolean hasContractIds()
.com.daml.ledger.api.v1.ExperimentalContractIds contract_ids = 5 [json_name = "contractIds"];
- Returns:
- Whether the contractIds field is set.
-
getContractIds
ExperimentalFeaturesOuterClass.ExperimentalContractIds getContractIds()
.com.daml.ledger.api.v1.ExperimentalContractIds contract_ids = 5 [json_name = "contractIds"];
- Returns:
- The contractIds.
-
getContractIdsOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalContractIdsOrBuilder getContractIdsOrBuilder()
.com.daml.ledger.api.v1.ExperimentalContractIds contract_ids = 5 [json_name = "contractIds"];
-
hasCommitterEventLog
boolean hasCommitterEventLog()
.com.daml.ledger.api.v1.ExperimentalCommitterEventLog committer_event_log = 6 [json_name = "committerEventLog"];
- Returns:
- Whether the committerEventLog field is set.
-
getCommitterEventLog
ExperimentalFeaturesOuterClass.ExperimentalCommitterEventLog getCommitterEventLog()
.com.daml.ledger.api.v1.ExperimentalCommitterEventLog committer_event_log = 6 [json_name = "committerEventLog"];
- Returns:
- The committerEventLog.
-
getCommitterEventLogOrBuilder
ExperimentalFeaturesOuterClass.ExperimentalCommitterEventLogOrBuilder getCommitterEventLogOrBuilder()
.com.daml.ledger.api.v1.ExperimentalCommitterEventLog committer_event_log = 6 [json_name = "committerEventLog"];
-
-