Interface ControlMessage.PipeLocationInfoMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlMessage.PipeLocationInfoMessage
,ControlMessage.PipeLocationInfoMessage.Builder
- Enclosing class:
- ControlMessage
public static interface ControlMessage.PipeLocationInfoMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getExecutorId()
required string executorId = 2;
com.google.protobuf.ByteString
getExecutorIdBytes()
required string executorId = 2;
long
getRequestId()
To find the matching request msgboolean
hasExecutorId()
required string executorId = 2;
boolean
hasRequestId()
To find the matching request msg-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRequestId
boolean hasRequestId()
To find the matching request msg
required int64 requestId = 1;
- Returns:
- Whether the requestId field is set.
-
getRequestId
long getRequestId()
To find the matching request msg
required int64 requestId = 1;
- Returns:
- The requestId.
-
hasExecutorId
boolean hasExecutorId()
required string executorId = 2;
- Returns:
- Whether the executorId field is set.
-
getExecutorId
java.lang.String getExecutorId()
required string executorId = 2;
- Returns:
- The executorId.
-
getExecutorIdBytes
com.google.protobuf.ByteString getExecutorIdBytes()
required string executorId = 2;
- Returns:
- The bytes for executorId.
-
-