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 StringgetDataClayInstanceID()string dataClayInstanceID = 6;com.google.protobuf.ByteStringgetDataClayInstanceIDBytes()string dataClayInstanceID = 6;StringgetHostname()string hostname = 2;com.google.protobuf.ByteStringgetHostnameBytes()string hostname = 2;StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;CommonMessages.LangsgetLanguage().dataclay.communication.grpc.common.Langs language = 5;intgetLanguageValue().dataclay.communication.grpc.common.Langs language = 5;StringgetName()string name = 3;com.google.protobuf.ByteStringgetNameBytes()string name = 3;intgetPort()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.
-
-