Uses of Class
com.daml.ledger.api.v2.admin.PartyManagementServiceOuterClass.GetParticipantIdResponse
Packages that use PartyManagementServiceOuterClass.GetParticipantIdResponse
-
Uses of PartyManagementServiceOuterClass.GetParticipantIdResponse in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return PartyManagementServiceOuterClass.GetParticipantIdResponseModifier and TypeMethodDescriptionPartyManagementServiceOuterClass.GetParticipantIdResponse.Builder.build()
PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder.buildPartial()
PartyManagementServiceOuterClass.GetParticipantIdResponse.getDefaultInstance()
PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder.getDefaultInstanceForType()
PartyManagementServiceOuterClass.GetParticipantIdResponse.getDefaultInstanceForType()
PartyManagementServiceGrpc.PartyManagementServiceBlockingStub.getParticipantId
(PartyManagementServiceOuterClass.GetParticipantIdRequest request) Return the identifier of the participant.PartyManagementServiceOuterClass.GetParticipantIdResponse.parseDelimitedFrom
(InputStream input) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(byte[] data) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(com.google.protobuf.ByteString data) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(com.google.protobuf.CodedInputStream input) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(InputStream input) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(ByteBuffer data) PartyManagementServiceOuterClass.GetParticipantIdResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2.admin that return types with arguments of type PartyManagementServiceOuterClass.GetParticipantIdResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<PartyManagementServiceOuterClass.GetParticipantIdRequest,
PartyManagementServiceOuterClass.GetParticipantIdResponse> PartyManagementServiceGrpc.getGetParticipantIdMethod()
com.google.protobuf.Parser<PartyManagementServiceOuterClass.GetParticipantIdResponse>
PartyManagementServiceOuterClass.GetParticipantIdResponse.getParserForType()
com.google.common.util.concurrent.ListenableFuture<PartyManagementServiceOuterClass.GetParticipantIdResponse>
PartyManagementServiceGrpc.PartyManagementServiceFutureStub.getParticipantId
(PartyManagementServiceOuterClass.GetParticipantIdRequest request) Return the identifier of the participant.static com.google.protobuf.Parser<PartyManagementServiceOuterClass.GetParticipantIdResponse>
PartyManagementServiceOuterClass.GetParticipantIdResponse.parser()
Methods in com.daml.ledger.api.v2.admin with parameters of type PartyManagementServiceOuterClass.GetParticipantIdResponseModifier and TypeMethodDescriptionPartyManagementServiceOuterClass.GetParticipantIdResponse.Builder.mergeFrom
(PartyManagementServiceOuterClass.GetParticipantIdResponse other) PartyManagementServiceOuterClass.GetParticipantIdResponse.newBuilder
(PartyManagementServiceOuterClass.GetParticipantIdResponse prototype) Method parameters in com.daml.ledger.api.v2.admin with type arguments of type PartyManagementServiceOuterClass.GetParticipantIdResponseModifier and TypeMethodDescriptiondefault void
PartyManagementServiceGrpc.AsyncService.getParticipantId
(PartyManagementServiceOuterClass.GetParticipantIdRequest request, io.grpc.stub.StreamObserver<PartyManagementServiceOuterClass.GetParticipantIdResponse> responseObserver) Return the identifier of the participant.void
PartyManagementServiceGrpc.PartyManagementServiceStub.getParticipantId
(PartyManagementServiceOuterClass.GetParticipantIdRequest request, io.grpc.stub.StreamObserver<PartyManagementServiceOuterClass.GetParticipantIdResponse> responseObserver) Return the identifier of the participant.