Interface StatusEventOrBuilder (0.41.0)

public interface StatusEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Description of the event.

string description = 1;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Description of the event.

string description = 1;

Returns
TypeDescription
ByteString

The bytes for description.

getEventTime()

public abstract Timestamp getEventTime()

The time this event occurred.

.google.protobuf.Timestamp event_time = 2;

Returns
TypeDescription
Timestamp

The eventTime.

getEventTimeOrBuilder()

public abstract TimestampOrBuilder getEventTimeOrBuilder()

The time this event occurred.

.google.protobuf.Timestamp event_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getTaskExecution()

public abstract TaskExecution getTaskExecution()

Task Execution

.google.cloud.batch.v1.TaskExecution task_execution = 4;

Returns
TypeDescription
TaskExecution

The taskExecution.

getTaskExecutionOrBuilder()

public abstract TaskExecutionOrBuilder getTaskExecutionOrBuilder()

Task Execution

.google.cloud.batch.v1.TaskExecution task_execution = 4;

Returns
TypeDescription
TaskExecutionOrBuilder

getTaskState()

public abstract TaskStatus.State getTaskState()

Task State

.google.cloud.batch.v1.TaskStatus.State task_state = 5;

Returns
TypeDescription
TaskStatus.State

The taskState.

getTaskStateValue()

public abstract int getTaskStateValue()

Task State

.google.cloud.batch.v1.TaskStatus.State task_state = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for taskState.

getType()

public abstract String getType()

Type of the event.

string type = 3;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Type of the event.

string type = 3;

Returns
TypeDescription
ByteString

The bytes for type.

hasEventTime()

public abstract boolean hasEventTime()

The time this event occurred.

.google.protobuf.Timestamp event_time = 2;

Returns
TypeDescription
boolean

Whether the eventTime field is set.

hasTaskExecution()

public abstract boolean hasTaskExecution()

Task Execution

.google.cloud.batch.v1.TaskExecution task_execution = 4;

Returns
TypeDescription
boolean

Whether the taskExecution field is set.