Uses of Class
com.daml.ledger.api.v2.admin.PartyManagementServiceOuterClass.PartyDetails.Builder
Packages that use PartyManagementServiceOuterClass.PartyDetails.Builder
-
Uses of PartyManagementServiceOuterClass.PartyDetails.Builder in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return PartyManagementServiceOuterClass.PartyDetails.BuilderModifier and TypeMethodDescriptionPartyManagementServiceOuterClass.GetPartiesResponse.Builder.addPartyDetailsBuilder()
The details of the requested Daml parties by the participant, if known.PartyManagementServiceOuterClass.GetPartiesResponse.Builder.addPartyDetailsBuilder
(int index) The details of the requested Daml parties by the participant, if known.PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder.addPartyDetailsBuilder()
The details of all Daml parties known by the participant.PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder.addPartyDetailsBuilder
(int index) The details of all Daml parties known by the participant.PartyManagementServiceOuterClass.PartyDetails.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PartyManagementServiceOuterClass.PartyDetails.Builder.clear()
PartyManagementServiceOuterClass.PartyDetails.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) PartyManagementServiceOuterClass.PartyDetails.Builder.clearIdentityProviderId()
The id of the ``Identity Provider`` Optional, if not set, there could be 3 options: 1.PartyManagementServiceOuterClass.PartyDetails.Builder.clearIsLocal()
true if party is hosted by the participant and the party shares the same identity provider as the user issuing the request.PartyManagementServiceOuterClass.PartyDetails.Builder.clearLocalMetadata()
Participant-local metadata of this party.PartyManagementServiceOuterClass.PartyDetails.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) PartyManagementServiceOuterClass.PartyDetails.Builder.clearParty()
The stable unique identifier of a Daml party.PartyManagementServiceOuterClass.PartyDetails.Builder.clone()
PartyManagementServiceOuterClass.AllocatePartyResponse.Builder.getPartyDetailsBuilder()
.com.daml.ledger.api.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
PartyManagementServiceOuterClass.GetPartiesResponse.Builder.getPartyDetailsBuilder
(int index) The details of the requested Daml parties by the participant, if known.PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder.getPartyDetailsBuilder
(int index) The details of all Daml parties known by the participant.PartyManagementServiceOuterClass.UpdatePartyDetailsRequest.Builder.getPartyDetailsBuilder()
Party to be updated Required, ModifiablePartyManagementServiceOuterClass.UpdatePartyDetailsResponse.Builder.getPartyDetailsBuilder()
Updated party detailsPartyManagementServiceOuterClass.PartyDetails.Builder.mergeFrom
(PartyManagementServiceOuterClass.PartyDetails other) PartyManagementServiceOuterClass.PartyDetails.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartyManagementServiceOuterClass.PartyDetails.Builder.mergeFrom
(com.google.protobuf.Message other) PartyManagementServiceOuterClass.PartyDetails.Builder.mergeLocalMetadata
(ObjectMetaOuterClass.ObjectMeta value) Participant-local metadata of this party.PartyManagementServiceOuterClass.PartyDetails.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) PartyManagementServiceOuterClass.PartyDetails.newBuilder()
PartyManagementServiceOuterClass.PartyDetails.newBuilder
(PartyManagementServiceOuterClass.PartyDetails prototype) PartyManagementServiceOuterClass.PartyDetails.newBuilderForType()
PartyManagementServiceOuterClass.PartyDetails.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PartyManagementServiceOuterClass.PartyDetails.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PartyManagementServiceOuterClass.PartyDetails.Builder.setIdentityProviderId
(String value) The id of the ``Identity Provider`` Optional, if not set, there could be 3 options: 1.PartyManagementServiceOuterClass.PartyDetails.Builder.setIdentityProviderIdBytes
(com.google.protobuf.ByteString value) The id of the ``Identity Provider`` Optional, if not set, there could be 3 options: 1.PartyManagementServiceOuterClass.PartyDetails.Builder.setIsLocal
(boolean value) true if party is hosted by the participant and the party shares the same identity provider as the user issuing the request.PartyManagementServiceOuterClass.PartyDetails.Builder.setLocalMetadata
(ObjectMetaOuterClass.ObjectMeta value) Participant-local metadata of this party.PartyManagementServiceOuterClass.PartyDetails.Builder.setLocalMetadata
(ObjectMetaOuterClass.ObjectMeta.Builder builderForValue) Participant-local metadata of this party.The stable unique identifier of a Daml party.PartyManagementServiceOuterClass.PartyDetails.Builder.setPartyBytes
(com.google.protobuf.ByteString value) The stable unique identifier of a Daml party.PartyManagementServiceOuterClass.PartyDetails.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PartyManagementServiceOuterClass.PartyDetails.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) PartyManagementServiceOuterClass.PartyDetails.toBuilder()
Methods in com.daml.ledger.api.v2.admin that return types with arguments of type PartyManagementServiceOuterClass.PartyDetails.BuilderModifier and TypeMethodDescriptionPartyManagementServiceOuterClass.GetPartiesResponse.Builder.getPartyDetailsBuilderList()
The details of the requested Daml parties by the participant, if known.PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder.getPartyDetailsBuilderList()
The details of all Daml parties known by the participant.Methods in com.daml.ledger.api.v2.admin with parameters of type PartyManagementServiceOuterClass.PartyDetails.BuilderModifier and TypeMethodDescriptionPartyManagementServiceOuterClass.GetPartiesResponse.Builder.addPartyDetails
(int index, PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) The details of the requested Daml parties by the participant, if known.PartyManagementServiceOuterClass.GetPartiesResponse.Builder.addPartyDetails
(PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) The details of the requested Daml parties by the participant, if known.PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder.addPartyDetails
(int index, PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) The details of all Daml parties known by the participant.PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder.addPartyDetails
(PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) The details of all Daml parties known by the participant.PartyManagementServiceOuterClass.AllocatePartyResponse.Builder.setPartyDetails
(PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
PartyManagementServiceOuterClass.GetPartiesResponse.Builder.setPartyDetails
(int index, PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) The details of the requested Daml parties by the participant, if known.PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder.setPartyDetails
(int index, PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) The details of all Daml parties known by the participant.PartyManagementServiceOuterClass.UpdatePartyDetailsRequest.Builder.setPartyDetails
(PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) Party to be updated Required, ModifiablePartyManagementServiceOuterClass.UpdatePartyDetailsResponse.Builder.setPartyDetails
(PartyManagementServiceOuterClass.PartyDetails.Builder builderForValue) Updated party details