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.ObjectThis service allows inspecting the party management state of the ledger known to the participant and managing the participant-local party metadata. The authorization rules for its RPCs are specified on the ``<RpcName>Request`` messages as boolean expressions over the fact ``HasRight(r)`` denoting whether the authenticated user has right ``r``. The fields of request messages (and sub-messages) are marked either as ``Optional`` or ``Required``: (1) ``Optional`` denoting the client may leave the field unset when sending a request. (2) ``Required`` denoting the client must set the field to a non-default value when sending a request. A party details resource is described by the ``PartyDetails`` message, A party details resource, once it has been created, can be modified using the ``UpdatePartyDetails`` RPC. The only fields that can be modified are those marked as ``Modifiable``.
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartyManagementServiceGrpc.PartyManagementServiceBlockingStubThis service allows inspecting the party management state of the ledger known to the participant and managing the participant-local party metadata.static classPartyManagementServiceGrpc.PartyManagementServiceFutureStubThis service allows inspecting the party management state of the ledger known to the participant and managing the participant-local party metadata.static classPartyManagementServiceGrpc.PartyManagementServiceImplBaseThis service allows inspecting the party management state of the ledger known to the participant and managing the participant-local party metadata.static classPartyManagementServiceGrpc.PartyManagementServiceStubThis service allows inspecting the party management state of the ledger known to the participant and managing the participant-local party metadata. 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_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()
 
- 
getUpdatePartyDetailsMethod
public static io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.UpdatePartyDetailsRequest,PartyManagementServiceOuterClass.UpdatePartyDetailsResponse> getUpdatePartyDetailsMethod()
 
- 
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()
 
 - 
 
 -