Interface ControlMessage.InMasterBroadcastVariableMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getRequestId()
      To find the matching request msg
      com.google.protobuf.ByteString getVariable()
      required bytes variable = 2;
      boolean hasRequestId()
      To find the matching request msg
      boolean hasVariable()
      required bytes variable = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.