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. In V2 Ledger API this service is not available anymore.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConfigManagementServiceGrpc.AsyncService
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.ConfigManagementServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ConfigManagementService.static class
ConfigManagementServiceGrpc.ConfigManagementServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ConfigManagementService.static class
ConfigManagementServiceGrpc.ConfigManagementServiceImplBase
Base class for the server implementation of the service ConfigManagementService.static class
ConfigManagementServiceGrpc.ConfigManagementServiceStub
A stub to allow clients to do asynchronous rpc calls to service ConfigManagementService.
-
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
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ConfigManagementServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-