Uses of Class
com.daml.ledger.api.v2.admin.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder
Packages that use PartyManagementServiceOuterClass.AllocatePartyRequest.Builder
-
Uses of PartyManagementServiceOuterClass.AllocatePartyRequest.Builder in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return PartyManagementServiceOuterClass.AllocatePartyRequest.BuilderModifier and TypeMethodDescriptionPartyManagementServiceOuterClass.AllocatePartyRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.clear()PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.clearIdentityProviderId()The id of the ``Identity Provider`` Optional, if not set, assume the party is managed by the default identity provider or party is not hosted by the participant.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.clearLocalMetadata()Participant-local metadata to be stored in the ``PartyDetails`` of this newly allocated party.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.clearPartyIdHint()A hint to the participant which party ID to allocate.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.clone()PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.mergeFrom(PartyManagementServiceOuterClass.AllocatePartyRequest other) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.mergeFrom(com.google.protobuf.Message other) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.mergeLocalMetadata(ObjectMetaOuterClass.ObjectMeta value) Participant-local metadata to be stored in the ``PartyDetails`` of this newly allocated party.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PartyManagementServiceOuterClass.AllocatePartyRequest.newBuilder()PartyManagementServiceOuterClass.AllocatePartyRequest.newBuilder(PartyManagementServiceOuterClass.AllocatePartyRequest prototype) PartyManagementServiceOuterClass.AllocatePartyRequest.newBuilderForType()PartyManagementServiceOuterClass.AllocatePartyRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setIdentityProviderId(String value) The id of the ``Identity Provider`` Optional, if not set, assume the party is managed by the default identity provider or party is not hosted by the participant.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setIdentityProviderIdBytes(com.google.protobuf.ByteString value) The id of the ``Identity Provider`` Optional, if not set, assume the party is managed by the default identity provider or party is not hosted by the participant.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setLocalMetadata(ObjectMetaOuterClass.ObjectMeta value) Participant-local metadata to be stored in the ``PartyDetails`` of this newly allocated party.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setLocalMetadata(ObjectMetaOuterClass.ObjectMeta.Builder builderForValue) Participant-local metadata to be stored in the ``PartyDetails`` of this newly allocated party.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setPartyIdHint(String value) A hint to the participant which party ID to allocate.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setPartyIdHintBytes(com.google.protobuf.ByteString value) A hint to the participant which party ID to allocate.PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PartyManagementServiceOuterClass.AllocatePartyRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PartyManagementServiceOuterClass.AllocatePartyRequest.toBuilder()