Uses of Class
com.daml.ledger.api.v1.LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
-
Packages that use LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse Package Description com.daml.ledger.api.v1 -
-
Uses of LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse in com.daml.ledger.api.v1
Methods in com.daml.ledger.api.v1 that return LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse Modifier and Type Method Description LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder. build()
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder. buildPartial()
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. getDefaultInstance()
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder. getDefaultInstanceForType()
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. getDefaultInstanceForType()
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseDelimitedFrom(java.io.InputStream input)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(byte[] data)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(com.google.protobuf.ByteString data)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(java.io.InputStream input)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(java.nio.ByteBuffer data)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.daml.ledger.api.v1 that return types with arguments of type LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest,LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse>
LedgerConfigurationServiceGrpc. getGetLedgerConfigurationMethod()
java.util.Iterator<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse>
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceBlockingStub. getLedgerConfiguration(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest request)
Returns the latest configuration as the first response, and publishes configuration updates in the same stream.com.google.protobuf.Parser<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse>
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. getParserForType()
static com.google.protobuf.Parser<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse>
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. parser()
Methods in com.daml.ledger.api.v1 with parameters of type LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse Modifier and Type Method Description LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder. mergeFrom(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse other)
static LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse.Builder
LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse. newBuilder(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse prototype)
Method parameters in com.daml.ledger.api.v1 with type arguments of type LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse Modifier and Type Method Description void
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceImplBase. getLedgerConfiguration(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest request, io.grpc.stub.StreamObserver<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse> responseObserver)
Returns the latest configuration as the first response, and publishes configuration updates in the same stream.void
LedgerConfigurationServiceGrpc.LedgerConfigurationServiceStub. getLedgerConfiguration(LedgerConfigurationServiceOuterClass.GetLedgerConfigurationRequest request, io.grpc.stub.StreamObserver<LedgerConfigurationServiceOuterClass.GetLedgerConfigurationResponse> responseObserver)
Returns the latest configuration as the first response, and publishes configuration updates in the same stream.
-