Interface NodeStartedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NodeStarted, NodeStarted.Builder

@Generated public interface NodeStartedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the node that started executing.
    com.google.protobuf.ByteString
    The ID of the node that started executing.
    com.google.protobuf.Timestamp
    When the node started execution.
    com.google.protobuf.TimestampOrBuilder
    When the node started execution.
    boolean
    When the node started execution.

    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

    • getNodeId

      String getNodeId()
      The ID of the node that started executing.
      
      string node_id = 1;
      Returns:
      The nodeId.
    • getNodeIdBytes

      com.google.protobuf.ByteString getNodeIdBytes()
      The ID of the node that started executing.
      
      string node_id = 1;
      Returns:
      The bytes for nodeId.
    • hasTimestamp

      boolean hasTimestamp()
      When the node started execution.
      
      .google.protobuf.Timestamp timestamp = 2;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      com.google.protobuf.Timestamp getTimestamp()
      When the node started execution.
      
      .google.protobuf.Timestamp timestamp = 2;
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
      When the node started execution.
      
      .google.protobuf.Timestamp timestamp = 2;