Package com.google.cloud.batch.v1
Interface StatusEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatusEvent,StatusEvent.Builder
public interface StatusEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Description of the event.com.google.protobuf.ByteStringgetDescriptionBytes()Description of the event.com.google.protobuf.TimestampgetEventTime()The time this event occurred.com.google.protobuf.TimestampOrBuildergetEventTimeOrBuilder()The time this event occurred.TaskExecutiongetTaskExecution()Task ExecutionTaskExecutionOrBuildergetTaskExecutionOrBuilder()Task ExecutionTaskStatus.StategetTaskState()Task StateintgetTaskStateValue()Task StateStringgetType()Type of the event.com.google.protobuf.ByteStringgetTypeBytes()Type of the event.booleanhasEventTime()The time this event occurred.booleanhasTaskExecution()Task Execution-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
String getType()
Type of the event.
string type = 3;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
Type of the event.
string type = 3;- Returns:
- The bytes for type.
-
getDescription
String getDescription()
Description of the event.
string description = 1;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description of the event.
string description = 1;- Returns:
- The bytes for description.
-
hasEventTime
boolean hasEventTime()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;- Returns:
- Whether the eventTime field is set.
-
getEventTime
com.google.protobuf.Timestamp getEventTime()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;- Returns:
- The eventTime.
-
getEventTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
-
hasTaskExecution
boolean hasTaskExecution()
Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;- Returns:
- Whether the taskExecution field is set.
-
getTaskExecution
TaskExecution getTaskExecution()
Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;- Returns:
- The taskExecution.
-
getTaskExecutionOrBuilder
TaskExecutionOrBuilder getTaskExecutionOrBuilder()
Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
-
getTaskStateValue
int getTaskStateValue()
Task State
.google.cloud.batch.v1.TaskStatus.State task_state = 5;- Returns:
- The enum numeric value on the wire for taskState.
-
getTaskState
TaskStatus.State getTaskState()
Task State
.google.cloud.batch.v1.TaskStatus.State task_state = 5;- Returns:
- The taskState.
-
-