Package com.daml.ledger.api.v1
Class LedgerIdentityServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.LedgerIdentityServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: com/daml/ledger/api/v1/ledger_identity_service.proto") @Deprecated public final class LedgerIdentityServiceGrpc extends java.lang.Object
Deprecated.DEPRECATED: This service is now deprecated and ledger identity string is optional for all Ledger API requests. Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub
Deprecated.static class
LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub
Deprecated.static class
LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase
Deprecated.static class
LedgerIdentityServiceGrpc.LedgerIdentityServiceStub
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest,LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse>
getGetLedgerIdentityMethod()
Deprecated.static io.grpc.ServiceDescriptor
getServiceDescriptor()
Deprecated.static LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Deprecated.Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Deprecated.Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LedgerIdentityServiceGrpc.LedgerIdentityServiceStub
newStub(io.grpc.Channel channel)
Deprecated.Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetLedgerIdentityMethod
public static io.grpc.MethodDescriptor<LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest,LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse> getGetLedgerIdentityMethod()
Deprecated.
-
newStub
public static LedgerIdentityServiceGrpc.LedgerIdentityServiceStub newStub(io.grpc.Channel channel)
Deprecated.Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Deprecated.Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub newFutureStub(io.grpc.Channel channel)
Deprecated.Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Deprecated.
-
-