@Generated(value="by gRPC proto compiler",
comments="Source: com/daml/ledger/api/v1/admin/party_management_service.proto")
public final class PartyManagementServiceGrpc
extends java.lang.Object
Inspect the party management state of a ledger participant and modify the parts that are modifiable. We use 'backing participant' to refer to this specific participant in the methods of this API. When the participant is run in mode requiring authentication, all the calls in this interface will respond with UNAUTHENTICATED, if the caller fails to provide a valid access token, and will respond with PERMISSION_DENIED, if the claims in the token are insufficient to perform a given operation. Subsequently, only specific errors of individual calls not related to authorization will be described.
Modifier and Type | Class and Description |
---|---|
static class |
PartyManagementServiceGrpc.PartyManagementServiceBlockingStub
Inspect the party management state of a ledger participant and modify the
parts that are modifiable.
|
static class |
PartyManagementServiceGrpc.PartyManagementServiceFutureStub
Inspect the party management state of a ledger participant and modify the
parts that are modifiable.
|
static class |
PartyManagementServiceGrpc.PartyManagementServiceImplBase
Inspect the party management state of a ledger participant and modify the
parts that are modifiable.
|
static class |
PartyManagementServiceGrpc.PartyManagementServiceStub
Inspect the party management state of a ledger participant and modify the
parts that are modifiable.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.GetParticipantIdRequest,PartyManagementServiceOuterClass.GetParticipantIdResponse> getGetParticipantIdMethod()
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.GetPartiesRequest,PartyManagementServiceOuterClass.GetPartiesResponse> getGetPartiesMethod()
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.ListKnownPartiesRequest,PartyManagementServiceOuterClass.ListKnownPartiesResponse> getListKnownPartiesMethod()
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.AllocatePartyRequest,PartyManagementServiceOuterClass.AllocatePartyResponse> getAllocatePartyMethod()
public static PartyManagementServiceGrpc.PartyManagementServiceStub newStub(io.grpc.Channel channel)
public static PartyManagementServiceGrpc.PartyManagementServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PartyManagementServiceGrpc.PartyManagementServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()