Package com.daml.ledger.api.v1
Class LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub>
-
- com.daml.ledger.api.v1.LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub
-
- Enclosing class:
- LedgerIdentityServiceGrpc
@Deprecated public static final class LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub>
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.LedgerIdentityServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Deprecated.LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse
getLedgerIdentity(LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest request)
Deprecated.
-
-
-
Method Detail
-
build
protected LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Deprecated.- Specified by:
build
in classio.grpc.stub.AbstractStub<LedgerIdentityServiceGrpc.LedgerIdentityServiceBlockingStub>
-
getLedgerIdentity
@Deprecated public 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
-
-