Interface ControlMessage.InMasterBroadcastVariableMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlMessage.InMasterBroadcastVariableMessage
,ControlMessage.InMasterBroadcastVariableMessage.Builder
- Enclosing class:
- ControlMessage
public static interface ControlMessage.InMasterBroadcastVariableMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getRequestId()
To find the matching request msgcom.google.protobuf.ByteString
getVariable()
required bytes variable = 2;
boolean
hasRequestId()
To find the matching request msgboolean
hasVariable()
required bytes variable = 2;
-
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.
-
hasVariable
boolean hasVariable()
required bytes variable = 2;
- Returns:
- Whether the variable field is set.
-
getVariable
com.google.protobuf.ByteString getVariable()
required bytes variable = 2;
- Returns:
- The variable.
-
-