Package com.daml.ledger.api.v1.admin
Class PartyManagementServiceGrpc
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.PartyManagementServiceGrpc
-
@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
Status: experimental interface, will change before it is deemed production ready 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartyManagementServiceGrpc.PartyManagementServiceBlockingStub
Status: experimental interface, will change before it is deemed production ready Inspect the party management state of a ledger participant and modify the parts that are modifiable.static class
PartyManagementServiceGrpc.PartyManagementServiceFutureStub
Status: experimental interface, will change before it is deemed production ready Inspect the party management state of a ledger participant and modify the parts that are modifiable.static class
PartyManagementServiceGrpc.PartyManagementServiceImplBase
Status: experimental interface, will change before it is deemed production ready Inspect the party management state of a ledger participant and modify the parts that are modifiable.static class
PartyManagementServiceGrpc.PartyManagementServiceStub
Status: experimental interface, will change before it is deemed production ready Inspect the party management state of a ledger participant and modify the parts that are modifiable.
-
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
-
getGetParticipantIdMethod
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.GetParticipantIdRequest,PartyManagementServiceOuterClass.GetParticipantIdResponse> getGetParticipantIdMethod()
-
getGetPartiesMethod
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.GetPartiesRequest,PartyManagementServiceOuterClass.GetPartiesResponse> getGetPartiesMethod()
-
getListKnownPartiesMethod
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.ListKnownPartiesRequest,PartyManagementServiceOuterClass.ListKnownPartiesResponse> getListKnownPartiesMethod()
-
getAllocatePartyMethod
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.AllocatePartyRequest,PartyManagementServiceOuterClass.AllocatePartyResponse> getAllocatePartyMethod()
-
newStub
public static PartyManagementServiceGrpc.PartyManagementServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PartyManagementServiceGrpc.PartyManagementServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PartyManagementServiceGrpc.PartyManagementServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-