public static final class PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder> implements PartyManagementServiceOuterClass.GetParticipantIdResponseOrBuilder
com.daml.ledger.api.v1.admin.GetParticipantIdResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PartyManagementServiceOuterClass.GetParticipantIdResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PartyManagementServiceOuterClass.GetParticipantIdResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder mergeFrom(PartyManagementServiceOuterClass.GetParticipantIdResponse other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
java.io.IOException
public java.lang.String getParticipantId()
Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in ``value.proto``).
string participant_id = 1[json_name = "participantId"];
getParticipantId
in interface PartyManagementServiceOuterClass.GetParticipantIdResponseOrBuilder
public com.google.protobuf.ByteString getParticipantIdBytes()
Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in ``value.proto``).
string participant_id = 1[json_name = "participantId"];
getParticipantIdBytes
in interface PartyManagementServiceOuterClass.GetParticipantIdResponseOrBuilder
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder setParticipantId(java.lang.String value)
Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in ``value.proto``).
string participant_id = 1[json_name = "participantId"];
value
- The participantId to set.public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder clearParticipantId()
Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in ``value.proto``).
string participant_id = 1[json_name = "participantId"];
public PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder setParticipantIdBytes(com.google.protobuf.ByteString value)
Identifier of the participant, which SHOULD be globally unique. Must be a valid LedgerString (as describe in ``value.proto``).
string participant_id = 1[json_name = "participantId"];
value
- The bytes for participantId to set.public final PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>
public final PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PartyManagementServiceOuterClass.GetParticipantIdResponse.Builder>