Interface CommonMessages.StorageLocationInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.StorageLocationInfo
,CommonMessages.StorageLocationInfo.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.StorageLocationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHostname()
string hostname = 2;
com.google.protobuf.ByteString
getHostnameBytes()
string hostname = 2;
String
getId()
string id = 1;
com.google.protobuf.ByteString
getIdBytes()
string id = 1;
String
getName()
string name = 3;
com.google.protobuf.ByteString
getNameBytes()
string name = 3;
int
getPort()
int32 port = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1;
- Returns:
- The bytes for id.
-
getHostname
String getHostname()
string hostname = 2;
- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
string hostname = 2;
- Returns:
- The bytes for hostname.
-
getName
String getName()
string name = 3;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 3;
- Returns:
- The bytes for name.
-
getPort
int getPort()
int32 port = 4;
- Returns:
- The port.
-
-