public static final class ServerIdentityProto.ServerIdentity.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder> implements ServerIdentityProto.ServerIdentityOrBuilder
ServerIdentity| Modifier and Type | Method and Description |
|---|---|
ServerIdentityProto.ServerIdentity.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServerIdentityProto.ServerIdentity |
build() |
ServerIdentityProto.ServerIdentity |
buildPartial() |
ServerIdentityProto.ServerIdentity.Builder |
clear() |
ServerIdentityProto.ServerIdentity.Builder |
clearAddress()
required string address = 3; |
ServerIdentityProto.ServerIdentity.Builder |
clearDescription()
required string description = 4; |
ServerIdentityProto.ServerIdentity.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ServerIdentityProto.ServerIdentity.Builder |
clearId()
required bytes id = 2; |
ServerIdentityProto.ServerIdentity.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServerIdentityProto.ServerIdentity.Builder |
clearPublic()
required bytes public = 1; |
ServerIdentityProto.ServerIdentity.Builder |
clone() |
String |
getAddress()
required string address = 3; |
com.google.protobuf.ByteString |
getAddressBytes()
required string address = 3; |
ServerIdentityProto.ServerIdentity |
getDefaultInstanceForType() |
String |
getDescription()
required string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
required string description = 4; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getId()
required bytes id = 2; |
com.google.protobuf.ByteString |
getPublic()
required bytes public = 1; |
boolean |
hasAddress()
required string address = 3; |
boolean |
hasDescription()
required string description = 4; |
boolean |
hasId()
required bytes id = 2; |
boolean |
hasPublic()
required bytes public = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ServerIdentityProto.ServerIdentity.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServerIdentityProto.ServerIdentity.Builder |
mergeFrom(com.google.protobuf.Message other) |
ServerIdentityProto.ServerIdentity.Builder |
mergeFrom(ServerIdentityProto.ServerIdentity other) |
ServerIdentityProto.ServerIdentity.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServerIdentityProto.ServerIdentity.Builder |
setAddress(String value)
required string address = 3; |
ServerIdentityProto.ServerIdentity.Builder |
setAddressBytes(com.google.protobuf.ByteString value)
required string address = 3; |
ServerIdentityProto.ServerIdentity.Builder |
setDescription(String value)
required string description = 4; |
ServerIdentityProto.ServerIdentity.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
required string description = 4; |
ServerIdentityProto.ServerIdentity.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServerIdentityProto.ServerIdentity.Builder |
setId(com.google.protobuf.ByteString value)
required bytes id = 2; |
ServerIdentityProto.ServerIdentity.Builder |
setPublic(com.google.protobuf.ByteString value)
required bytes public = 1; |
ServerIdentityProto.ServerIdentity.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ServerIdentityProto.ServerIdentity.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<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.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<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ServerIdentityProto.ServerIdentity build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ServerIdentityProto.ServerIdentity buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ServerIdentityProto.ServerIdentity.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder mergeFrom(ServerIdentityProto.ServerIdentity other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public ServerIdentityProto.ServerIdentity.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServerIdentityProto.ServerIdentity.Builder>IOExceptionpublic boolean hasPublic()
required bytes public = 1;hasPublic in interface ServerIdentityProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getPublic()
required bytes public = 1;getPublic in interface ServerIdentityProto.ServerIdentityOrBuilderpublic ServerIdentityProto.ServerIdentity.Builder setPublic(com.google.protobuf.ByteString value)
required bytes public = 1;public ServerIdentityProto.ServerIdentity.Builder clearPublic()
required bytes public = 1;public boolean hasId()
required bytes id = 2;hasId in interface ServerIdentityProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getId()
required bytes id = 2;getId in interface ServerIdentityProto.ServerIdentityOrBuilderpublic ServerIdentityProto.ServerIdentity.Builder setId(com.google.protobuf.ByteString value)
required bytes id = 2;public ServerIdentityProto.ServerIdentity.Builder clearId()
required bytes id = 2;public boolean hasAddress()
required string address = 3;hasAddress in interface ServerIdentityProto.ServerIdentityOrBuilderpublic String getAddress()
required string address = 3;getAddress in interface ServerIdentityProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getAddressBytes()
required string address = 3;getAddressBytes in interface ServerIdentityProto.ServerIdentityOrBuilderpublic ServerIdentityProto.ServerIdentity.Builder setAddress(String value)
required string address = 3;public ServerIdentityProto.ServerIdentity.Builder clearAddress()
required string address = 3;public ServerIdentityProto.ServerIdentity.Builder setAddressBytes(com.google.protobuf.ByteString value)
required string address = 3;public boolean hasDescription()
required string description = 4;hasDescription in interface ServerIdentityProto.ServerIdentityOrBuilderpublic String getDescription()
required string description = 4;getDescription in interface ServerIdentityProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
required string description = 4;getDescriptionBytes in interface ServerIdentityProto.ServerIdentityOrBuilderpublic ServerIdentityProto.ServerIdentity.Builder setDescription(String value)
required string description = 4;public ServerIdentityProto.ServerIdentity.Builder clearDescription()
required string description = 4;public ServerIdentityProto.ServerIdentity.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
required string description = 4;public final ServerIdentityProto.ServerIdentity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>public final ServerIdentityProto.ServerIdentity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServerIdentityProto.ServerIdentity.Builder>Copyright © 2018. All rights reserved.