Package com.daml.ledger.api.v1.admin
Class ConfigManagementServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.ConfigManagementServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/admin/config_management_service.proto") public final class ConfigManagementServiceGrpc extends java.lang.Object
Status: experimental interface, will change before it is deemed production ready The ledger configuration management service provides methods for the ledger administrator to change the current ledger configuration. The services provides methods to modify different aspects of the configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigManagementServiceGrpc.ConfigManagementServiceBlockingStub
Status: experimental interface, will change before it is deemed production ready The ledger configuration management service provides methods for the ledger administrator to change the current ledger configuration.static class
ConfigManagementServiceGrpc.ConfigManagementServiceFutureStub
Status: experimental interface, will change before it is deemed production ready The ledger configuration management service provides methods for the ledger administrator to change the current ledger configuration.static class
ConfigManagementServiceGrpc.ConfigManagementServiceImplBase
Status: experimental interface, will change before it is deemed production ready The ledger configuration management service provides methods for the ledger administrator to change the current ledger configuration.static class
ConfigManagementServiceGrpc.ConfigManagementServiceStub
Status: experimental interface, will change before it is deemed production ready The ledger configuration management service provides methods for the ledger administrator to change the current ledger configuration.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetTimeModelMethod
public static io.grpc.MethodDescriptor<ConfigManagementServiceOuterClass.GetTimeModelRequest,ConfigManagementServiceOuterClass.GetTimeModelResponse> getGetTimeModelMethod()
-
getSetTimeModelMethod
public static io.grpc.MethodDescriptor<ConfigManagementServiceOuterClass.SetTimeModelRequest,ConfigManagementServiceOuterClass.SetTimeModelResponse> getSetTimeModelMethod()
-
newStub
public static ConfigManagementServiceGrpc.ConfigManagementServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConfigManagementServiceGrpc.ConfigManagementServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConfigManagementServiceGrpc.ConfigManagementServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-