public interface StatusEventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Description of the event.
string description = 1;
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Description of the event.
string description = 1;
| Type | Description |
ByteString |
The bytes for description. |
getEventTime()
public abstract Timestamp getEventTime()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
Timestamp |
The eventTime. |
getEventTimeOrBuilder()
public abstract TimestampOrBuilder getEventTimeOrBuilder()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
TimestampOrBuilder |
getTaskExecution()
public abstract TaskExecution getTaskExecution()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
TaskExecution |
The taskExecution. |
getTaskExecutionOrBuilder()
public abstract TaskExecutionOrBuilder getTaskExecutionOrBuilder()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
TaskExecutionOrBuilder |
getType()
public abstract String getType()Type of the event.
string type = 3;
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()Type of the event.
string type = 3;
| Type | Description |
ByteString |
The bytes for type. |
hasEventTime()
public abstract boolean hasEventTime()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
boolean |
Whether the eventTime field is set. |
hasTaskExecution()
public abstract boolean hasTaskExecution()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
boolean |
Whether the taskExecution field is set. |