public static interface StoreTypes.ResourceInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAddresses(int index)
repeated string addresses = 2; |
com.google.protobuf.ByteString |
getAddressesBytes(int index)
repeated string addresses = 2; |
int |
getAddressesCount()
repeated string addresses = 2; |
java.util.List<String> |
getAddressesList()
repeated string addresses = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasName()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
java.util.List<String> getAddressesList()
repeated string addresses = 2;
int getAddressesCount()
repeated string addresses = 2;
String getAddresses(int index)
repeated string addresses = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getAddressesBytes(int index)
repeated string addresses = 2;
index
- The index of the value to return.