Package com.daml.ledger.api.v1
Interface LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponseOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse,LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder
- Enclosing class:
 - LedgerConfigurationServiceOuterClass
 
public static interface LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LedgerConfigurationServiceOuterClass.LedgerConfigurationgetLedgerConfiguration()The latest ledger configuration.LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuildergetLedgerConfigurationOrBuilder()The latest ledger configuration.booleanhasLedgerConfiguration()The latest ledger configuration.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasLedgerConfiguration
boolean hasLedgerConfiguration()
The latest ledger configuration.
.com.daml.ledger.api.v1.LedgerConfiguration ledger_configuration = 1 [json_name = "ledgerConfiguration"];- Returns:
 - Whether the ledgerConfiguration field is set.
 
 
- 
getLedgerConfiguration
LedgerConfigurationServiceOuterClass.LedgerConfiguration getLedgerConfiguration()
The latest ledger configuration.
.com.daml.ledger.api.v1.LedgerConfiguration ledger_configuration = 1 [json_name = "ledgerConfiguration"];- Returns:
 - The ledgerConfiguration.
 
 
- 
getLedgerConfigurationOrBuilder
LedgerConfigurationServiceOuterClass.LedgerConfigurationOrBuilder getLedgerConfigurationOrBuilder()
The latest ledger configuration.
.com.daml.ledger.api.v1.LedgerConfiguration ledger_configuration = 1 [json_name = "ledgerConfiguration"]; 
 - 
 
 -