Interface ProtobufMessages.ActionQueue.PropagateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.ActionQueue.Propagate, ProtobufMessages.ActionQueue.Propagate.Builder
Enclosing class:
ProtobufMessages.ActionQueue

public static interface ProtobufMessages.ActionQueue.PropagateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional int32 node_id = 1;
    boolean
    optional int32 node_id = 1;

    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 Details

    • hasNodeId

      boolean hasNodeId()
      optional int32 node_id = 1;
      Returns:
      Whether the nodeId field is set.
    • getNodeId

      int getNodeId()
      optional int32 node_id = 1;
      Returns:
      The nodeId.