public static interface NetworkProto.ServerIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
required string address = 4; |
com.google.protobuf.ByteString |
getAddressBytes()
required string address = 4; |
String |
getDescription()
required string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
required string description = 5; |
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; |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPublic()
required bytes public = 1;com.google.protobuf.ByteString getPublic()
required bytes public = 1;List<NetworkProto.ServiceIdentity> getServiceIdentitiesList()
repeated .network.ServiceIdentity serviceIdentities = 2;NetworkProto.ServiceIdentity getServiceIdentities(int index)
repeated .network.ServiceIdentity serviceIdentities = 2;int getServiceIdentitiesCount()
repeated .network.ServiceIdentity serviceIdentities = 2;List<? extends NetworkProto.ServiceIdentityOrBuilder> getServiceIdentitiesOrBuilderList()
repeated .network.ServiceIdentity serviceIdentities = 2;NetworkProto.ServiceIdentityOrBuilder getServiceIdentitiesOrBuilder(int index)
repeated .network.ServiceIdentity serviceIdentities = 2;boolean hasId()
required bytes id = 3;com.google.protobuf.ByteString getId()
required bytes id = 3;boolean hasAddress()
required string address = 4;String getAddress()
required string address = 4;com.google.protobuf.ByteString getAddressBytes()
required string address = 4;boolean hasDescription()
required string description = 5;String getDescription()
required string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
required string description = 5;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;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;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;Copyright © 2019. All rights reserved.