public static final class PartyManagementServiceOuterClass.PartyDetails.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder> implements PartyManagementServiceOuterClass.PartyDetailsOrBuilder
com.daml.ledger.api.v1.admin.PartyDetails| Modifier and Type | Method and Description | 
|---|---|
PartyManagementServiceOuterClass.PartyDetails.Builder | 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
                java.lang.Object value)  | 
PartyManagementServiceOuterClass.PartyDetails | 
build()  | 
PartyManagementServiceOuterClass.PartyDetails | 
buildPartial()  | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
clear()  | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
clearDisplayName()
 Human readable name associated with the party. 
 | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)  | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
clearIsLocal()
 true if party is hosted by the backing participant. 
 | 
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.PartyDetails | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
java.lang.String | 
getDisplayName()
 Human readable name associated with the party. 
 | 
com.google.protobuf.ByteString | 
getDisplayNameBytes()
 Human readable name associated with the party. 
 | 
boolean | 
getIsLocal()
 true if party is hosted by the backing participant. 
 | 
java.lang.String | 
getParty()
 The stable unique identifier of a DAML party. 
 | 
com.google.protobuf.ByteString | 
getPartyBytes()
 The stable unique identifier of a DAML party. 
 | 
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
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 | 
mergeFrom(PartyManagementServiceOuterClass.PartyDetails other)  | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)  | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
setDisplayName(java.lang.String value)
 Human readable name associated with the party. 
 | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
setDisplayNameBytes(com.google.protobuf.ByteString value)
 Human readable name associated with the party. 
 | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value)  | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
setIsLocal(boolean value)
 true if party is hosted by the backing participant. 
 | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
setParty(java.lang.String value)
 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,
                java.lang.Object value)  | 
PartyManagementServiceOuterClass.PartyDetails.Builder | 
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)  | 
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PartyManagementServiceOuterClass.PartyDetails build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PartyManagementServiceOuterClass.PartyDetails buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PartyManagementServiceOuterClass.PartyDetails.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder mergeFrom(PartyManagementServiceOuterClass.PartyDetails other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public PartyManagementServiceOuterClass.PartyDetails.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>java.io.IOExceptionpublic java.lang.String getParty()
The stable unique identifier of a DAML party. Must be a valid PartyIdString (as described in ``value.proto``). Required
string party = 1[json_name = "party"];getParty in interface PartyManagementServiceOuterClass.PartyDetailsOrBuilderpublic com.google.protobuf.ByteString getPartyBytes()
The stable unique identifier of a DAML party. Must be a valid PartyIdString (as described in ``value.proto``). Required
string party = 1[json_name = "party"];getPartyBytes in interface PartyManagementServiceOuterClass.PartyDetailsOrBuilderpublic PartyManagementServiceOuterClass.PartyDetails.Builder setParty(java.lang.String value)
The stable unique identifier of a DAML party. Must be a valid PartyIdString (as described in ``value.proto``). Required
string party = 1[json_name = "party"];value - The party to set.public PartyManagementServiceOuterClass.PartyDetails.Builder clearParty()
The stable unique identifier of a DAML party. Must be a valid PartyIdString (as described in ``value.proto``). Required
string party = 1[json_name = "party"];public PartyManagementServiceOuterClass.PartyDetails.Builder setPartyBytes(com.google.protobuf.ByteString value)
The stable unique identifier of a DAML party. Must be a valid PartyIdString (as described in ``value.proto``). Required
string party = 1[json_name = "party"];value - The bytes for party to set.public java.lang.String getDisplayName()
Human readable name associated with the party. Caution, it might not be unique. Optional
string display_name = 2[json_name = "displayName"];getDisplayName in interface PartyManagementServiceOuterClass.PartyDetailsOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Human readable name associated with the party. Caution, it might not be unique. Optional
string display_name = 2[json_name = "displayName"];getDisplayNameBytes in interface PartyManagementServiceOuterClass.PartyDetailsOrBuilderpublic PartyManagementServiceOuterClass.PartyDetails.Builder setDisplayName(java.lang.String value)
Human readable name associated with the party. Caution, it might not be unique. Optional
string display_name = 2[json_name = "displayName"];value - The displayName to set.public PartyManagementServiceOuterClass.PartyDetails.Builder clearDisplayName()
Human readable name associated with the party. Caution, it might not be unique. Optional
string display_name = 2[json_name = "displayName"];public PartyManagementServiceOuterClass.PartyDetails.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
Human readable name associated with the party. Caution, it might not be unique. Optional
string display_name = 2[json_name = "displayName"];value - The bytes for displayName to set.public boolean getIsLocal()
true if party is hosted by the backing participant. Required
bool is_local = 3[json_name = "isLocal"];getIsLocal in interface PartyManagementServiceOuterClass.PartyDetailsOrBuilderpublic PartyManagementServiceOuterClass.PartyDetails.Builder setIsLocal(boolean value)
true if party is hosted by the backing participant. Required
bool is_local = 3[json_name = "isLocal"];value - The isLocal to set.public PartyManagementServiceOuterClass.PartyDetails.Builder clearIsLocal()
true if party is hosted by the backing participant. Required
bool is_local = 3[json_name = "isLocal"];public final PartyManagementServiceOuterClass.PartyDetails.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>public final PartyManagementServiceOuterClass.PartyDetails.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.PartyDetails.Builder>