public static final class NetworkProto.ServerIdentity.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<NetworkProto.ServerIdentity.Builder> implements NetworkProto.ServerIdentityOrBuilder
network.ServerIdentity| Modifier and Type | Method and Description |
|---|---|
NetworkProto.ServerIdentity.Builder |
addAllServiceIdentities(Iterable<? extends NetworkProto.ServiceIdentity> values)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NetworkProto.ServerIdentity.Builder |
addServiceIdentities(int index,
NetworkProto.ServiceIdentity.Builder builderForValue)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
addServiceIdentities(int index,
NetworkProto.ServiceIdentity value)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
addServiceIdentities(NetworkProto.ServiceIdentity.Builder builderForValue)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
addServiceIdentities(NetworkProto.ServiceIdentity value)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServiceIdentity.Builder |
addServiceIdentitiesBuilder()
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServiceIdentity.Builder |
addServiceIdentitiesBuilder(int index)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity |
build() |
NetworkProto.ServerIdentity |
buildPartial() |
NetworkProto.ServerIdentity.Builder |
clear() |
NetworkProto.ServerIdentity.Builder |
clearAddress()
required string address = 4; |
NetworkProto.ServerIdentity.Builder |
clearDescription()
required string description = 5; |
NetworkProto.ServerIdentity.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
NetworkProto.ServerIdentity.Builder |
clearId()
required bytes id = 3; |
NetworkProto.ServerIdentity.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NetworkProto.ServerIdentity.Builder |
clearPublic()
required bytes public = 1; |
NetworkProto.ServerIdentity.Builder |
clearServiceIdentities()
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
clearUrl()
Tag number 6 is used by go.dedis.ch/protobuf for the private
key field, which is not exported.
|
NetworkProto.ServerIdentity.Builder |
clone() |
String |
getAddress()
required string address = 4; |
com.google.protobuf.ByteString |
getAddressBytes()
required string address = 4; |
NetworkProto.ServerIdentity |
getDefaultInstanceForType() |
String |
getDescription()
required string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
required string description = 5; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getId()
required bytes id = 3; |
com.google.protobuf.ByteString |
getPublic()
required bytes public = 1; |
NetworkProto.ServiceIdentity |
getServiceIdentities(int index)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServiceIdentity.Builder |
getServiceIdentitiesBuilder(int index)
repeated .network.ServiceIdentity serviceIdentities = 2; |
List<NetworkProto.ServiceIdentity.Builder> |
getServiceIdentitiesBuilderList()
repeated .network.ServiceIdentity serviceIdentities = 2; |
int |
getServiceIdentitiesCount()
repeated .network.ServiceIdentity serviceIdentities = 2; |
List<NetworkProto.ServiceIdentity> |
getServiceIdentitiesList()
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServiceIdentityOrBuilder |
getServiceIdentitiesOrBuilder(int index)
repeated .network.ServiceIdentity serviceIdentities = 2; |
List<? extends NetworkProto.ServiceIdentityOrBuilder> |
getServiceIdentitiesOrBuilderList()
repeated .network.ServiceIdentity serviceIdentities = 2; |
String |
getUrl()
Tag number 6 is used by go.dedis.ch/protobuf for the private
key field, which is not exported.
|
com.google.protobuf.ByteString |
getUrlBytes()
Tag number 6 is used by go.dedis.ch/protobuf for the private
key field, which is not exported.
|
boolean |
hasAddress()
required string address = 4; |
boolean |
hasDescription()
required string description = 5; |
boolean |
hasId()
required bytes id = 3; |
boolean |
hasPublic()
required bytes public = 1; |
boolean |
hasUrl()
Tag number 6 is used by go.dedis.ch/protobuf for the private
key field, which is not exported.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NetworkProto.ServerIdentity.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NetworkProto.ServerIdentity.Builder |
mergeFrom(com.google.protobuf.Message other) |
NetworkProto.ServerIdentity.Builder |
mergeFrom(NetworkProto.ServerIdentity other) |
NetworkProto.ServerIdentity.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NetworkProto.ServerIdentity.Builder |
removeServiceIdentities(int index)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
setAddress(String value)
required string address = 4; |
NetworkProto.ServerIdentity.Builder |
setAddressBytes(com.google.protobuf.ByteString value)
required string address = 4; |
NetworkProto.ServerIdentity.Builder |
setDescription(String value)
required string description = 5; |
NetworkProto.ServerIdentity.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
required string description = 5; |
NetworkProto.ServerIdentity.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NetworkProto.ServerIdentity.Builder |
setId(com.google.protobuf.ByteString value)
required bytes id = 3; |
NetworkProto.ServerIdentity.Builder |
setPublic(com.google.protobuf.ByteString value)
required bytes public = 1; |
NetworkProto.ServerIdentity.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
NetworkProto.ServerIdentity.Builder |
setServiceIdentities(int index,
NetworkProto.ServiceIdentity.Builder builderForValue)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
setServiceIdentities(int index,
NetworkProto.ServiceIdentity value)
repeated .network.ServiceIdentity serviceIdentities = 2; |
NetworkProto.ServerIdentity.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NetworkProto.ServerIdentity.Builder |
setUrl(String value)
Tag number 6 is used by go.dedis.ch/protobuf for the private
key field, which is not exported.
|
NetworkProto.ServerIdentity.Builder |
setUrlBytes(com.google.protobuf.ByteString value)
Tag number 6 is used by go.dedis.ch/protobuf for the private
key field, which is not exported.
|
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<NetworkProto.ServerIdentity.Builder>public NetworkProto.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<NetworkProto.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<NetworkProto.ServerIdentity.Builder>public NetworkProto.ServerIdentity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NetworkProto.ServerIdentity build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NetworkProto.ServerIdentity buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NetworkProto.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<NetworkProto.ServerIdentity.Builder>public NetworkProto.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<NetworkProto.ServerIdentity.Builder>public NetworkProto.ServerIdentity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkProto.ServerIdentity.Builder>public NetworkProto.ServerIdentity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkProto.ServerIdentity.Builder>public NetworkProto.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<NetworkProto.ServerIdentity.Builder>public NetworkProto.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<NetworkProto.ServerIdentity.Builder>public NetworkProto.ServerIdentity.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NetworkProto.ServerIdentity.Builder>public NetworkProto.ServerIdentity.Builder mergeFrom(NetworkProto.ServerIdentity other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkProto.ServerIdentity.Builder>public NetworkProto.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<NetworkProto.ServerIdentity.Builder>IOExceptionpublic boolean hasPublic()
required bytes public = 1;hasPublic in interface NetworkProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getPublic()
required bytes public = 1;getPublic in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServerIdentity.Builder setPublic(com.google.protobuf.ByteString value)
required bytes public = 1;public NetworkProto.ServerIdentity.Builder clearPublic()
required bytes public = 1;public List<NetworkProto.ServiceIdentity> getServiceIdentitiesList()
repeated .network.ServiceIdentity serviceIdentities = 2;getServiceIdentitiesList in interface NetworkProto.ServerIdentityOrBuilderpublic int getServiceIdentitiesCount()
repeated .network.ServiceIdentity serviceIdentities = 2;getServiceIdentitiesCount in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServiceIdentity getServiceIdentities(int index)
repeated .network.ServiceIdentity serviceIdentities = 2;getServiceIdentities in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServerIdentity.Builder setServiceIdentities(int index, NetworkProto.ServiceIdentity value)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder setServiceIdentities(int index, NetworkProto.ServiceIdentity.Builder builderForValue)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder addServiceIdentities(NetworkProto.ServiceIdentity value)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder addServiceIdentities(int index, NetworkProto.ServiceIdentity value)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder addServiceIdentities(NetworkProto.ServiceIdentity.Builder builderForValue)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder addServiceIdentities(int index, NetworkProto.ServiceIdentity.Builder builderForValue)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder addAllServiceIdentities(Iterable<? extends NetworkProto.ServiceIdentity> values)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder clearServiceIdentities()
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServerIdentity.Builder removeServiceIdentities(int index)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServiceIdentity.Builder getServiceIdentitiesBuilder(int index)
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServiceIdentityOrBuilder getServiceIdentitiesOrBuilder(int index)
repeated .network.ServiceIdentity serviceIdentities = 2;getServiceIdentitiesOrBuilder in interface NetworkProto.ServerIdentityOrBuilderpublic List<? extends NetworkProto.ServiceIdentityOrBuilder> getServiceIdentitiesOrBuilderList()
repeated .network.ServiceIdentity serviceIdentities = 2;getServiceIdentitiesOrBuilderList in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServiceIdentity.Builder addServiceIdentitiesBuilder()
repeated .network.ServiceIdentity serviceIdentities = 2;public NetworkProto.ServiceIdentity.Builder addServiceIdentitiesBuilder(int index)
repeated .network.ServiceIdentity serviceIdentities = 2;public List<NetworkProto.ServiceIdentity.Builder> getServiceIdentitiesBuilderList()
repeated .network.ServiceIdentity serviceIdentities = 2;public boolean hasId()
required bytes id = 3;hasId in interface NetworkProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getId()
required bytes id = 3;getId in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServerIdentity.Builder setId(com.google.protobuf.ByteString value)
required bytes id = 3;public NetworkProto.ServerIdentity.Builder clearId()
required bytes id = 3;public boolean hasAddress()
required string address = 4;hasAddress in interface NetworkProto.ServerIdentityOrBuilderpublic String getAddress()
required string address = 4;getAddress in interface NetworkProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getAddressBytes()
required string address = 4;getAddressBytes in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServerIdentity.Builder setAddress(String value)
required string address = 4;public NetworkProto.ServerIdentity.Builder clearAddress()
required string address = 4;public NetworkProto.ServerIdentity.Builder setAddressBytes(com.google.protobuf.ByteString value)
required string address = 4;public boolean hasDescription()
required string description = 5;hasDescription in interface NetworkProto.ServerIdentityOrBuilderpublic String getDescription()
required string description = 5;getDescription in interface NetworkProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
required string description = 5;getDescriptionBytes in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServerIdentity.Builder setDescription(String value)
required string description = 5;public NetworkProto.ServerIdentity.Builder clearDescription()
required string description = 5;public NetworkProto.ServerIdentity.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
required string description = 5;public boolean hasUrl()
Tag number 6 is used by go.dedis.ch/protobuf for the private key field, which is not exported.
optional string url = 7;hasUrl in interface NetworkProto.ServerIdentityOrBuilderpublic String getUrl()
Tag number 6 is used by go.dedis.ch/protobuf for the private key field, which is not exported.
optional string url = 7;getUrl in interface NetworkProto.ServerIdentityOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
Tag number 6 is used by go.dedis.ch/protobuf for the private key field, which is not exported.
optional string url = 7;getUrlBytes in interface NetworkProto.ServerIdentityOrBuilderpublic NetworkProto.ServerIdentity.Builder setUrl(String value)
Tag number 6 is used by go.dedis.ch/protobuf for the private key field, which is not exported.
optional string url = 7;public NetworkProto.ServerIdentity.Builder clearUrl()
Tag number 6 is used by go.dedis.ch/protobuf for the private key field, which is not exported.
optional string url = 7;public NetworkProto.ServerIdentity.Builder setUrlBytes(com.google.protobuf.ByteString value)
Tag number 6 is used by go.dedis.ch/protobuf for the private key field, which is not exported.
optional string url = 7;public final NetworkProto.ServerIdentity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkProto.ServerIdentity.Builder>public final NetworkProto.ServerIdentity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NetworkProto.ServerIdentity.Builder>Copyright © 2019. All rights reserved.