Package com.daml.ledger.api.v1
Class LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub>
-
- com.daml.ledger.api.v1.LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub
-
- Enclosing class:
- LedgerIdentityServiceGrpc
@Deprecated public static final class LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub extends io.grpc.stub.AbstractFutureStub<LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub>
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Deprecated.com.google.common.util.concurrent.ListenableFuture<LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse>
getLedgerIdentity(LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest request)
Deprecated.
-
-
-
Method Detail
-
build
protected LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Deprecated.- Specified by:
build
in classio.grpc.stub.AbstractStub<LedgerIdentityServiceGrpc.LedgerIdentityServiceFutureStub>
-
getLedgerIdentity
@Deprecated public com.google.common.util.concurrent.ListenableFuture<LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse> getLedgerIdentity(LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest request)
Deprecated.Clients may call this RPC to return the identifier of the ledger they are connected to. Errors: - ``UNAUTHENTICATED``: if the request does not include a valid access token - ``PERMISSION_DENIED``: if the claims in the token are insufficient to perform a given operation
-
-