public interface StatusEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description of the event.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the event.
|
com.google.protobuf.Timestamp |
getEventTime()
The time this event occurred.
|
com.google.protobuf.TimestampOrBuilder |
getEventTimeOrBuilder()
The time this event occurred.
|
TaskExecution |
getTaskExecution()
Task Execution.
|
TaskExecutionOrBuilder |
getTaskExecutionOrBuilder()
Task Execution.
|
TaskStatus.State |
getTaskState()
Task State.
|
int |
getTaskStateValue()
Task State.
|
String |
getType()
Type of the event.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of the event.
|
boolean |
hasEventTime()
The time this event occurred.
|
boolean |
hasTaskExecution()
Task Execution.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getType()
Type of the event.
string type = 3;com.google.protobuf.ByteString getTypeBytes()
Type of the event.
string type = 3;String getDescription()
Description of the event.
string description = 1;com.google.protobuf.ByteString getDescriptionBytes()
Description of the event.
string description = 1;boolean hasEventTime()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;com.google.protobuf.Timestamp getEventTime()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;boolean hasTaskExecution()
Task Execution. This field is only defined for task-level status events where the task fails.
.google.cloud.batch.v1.TaskExecution task_execution = 4;TaskExecution getTaskExecution()
Task Execution. This field is only defined for task-level status events where the task fails.
.google.cloud.batch.v1.TaskExecution task_execution = 4;TaskExecutionOrBuilder getTaskExecutionOrBuilder()
Task Execution. This field is only defined for task-level status events where the task fails.
.google.cloud.batch.v1.TaskExecution task_execution = 4;int getTaskStateValue()
Task State. This field is only defined for task-level status events.
.google.cloud.batch.v1.TaskStatus.State task_state = 5;TaskStatus.State getTaskState()
Task State. This field is only defined for task-level status events.
.google.cloud.batch.v1.TaskStatus.State task_state = 5;Copyright © 2025 Google LLC. All rights reserved.