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 TypeMethodDescriptionThe ID of the node that started executing.com.google.protobuf.ByteStringThe ID of the node that started executing.com.google.protobuf.TimestampWhen the node started execution.com.google.protobuf.TimestampOrBuilderWhen the node started execution.booleanWhen the node started execution.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-