Interface CommonMessages.ExecutionEnvironmentInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonMessages.ExecutionEnvironmentInfo
,CommonMessages.ExecutionEnvironmentInfo.Builder
- Enclosing class:
- CommonMessages
public static interface CommonMessages.ExecutionEnvironmentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataClayInstanceID()
string dataClayInstanceID = 6;
com.google.protobuf.ByteString
getDataClayInstanceIDBytes()
string dataClayInstanceID = 6;
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;
CommonMessages.Langs
getLanguage()
.dataclay.communication.grpc.common.Langs language = 5;
int
getLanguageValue()
.dataclay.communication.grpc.common.Langs language = 5;
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.
-
getLanguageValue
int getLanguageValue()
.dataclay.communication.grpc.common.Langs language = 5;
- Returns:
- The enum numeric value on the wire for language.
-
getLanguage
CommonMessages.Langs getLanguage()
.dataclay.communication.grpc.common.Langs language = 5;
- Returns:
- The language.
-
getDataClayInstanceID
String getDataClayInstanceID()
string dataClayInstanceID = 6;
- Returns:
- The dataClayInstanceID.
-
getDataClayInstanceIDBytes
com.google.protobuf.ByteString getDataClayInstanceIDBytes()
string dataClayInstanceID = 6;
- Returns:
- The bytes for dataClayInstanceID.
-
-