Interface WorkflowConfig.ScheduledExecutionRecordOrBuilder (0.35.0)

public static interface WorkflowConfig.ScheduledExecutionRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorStatus()

public abstract Status getErrorStatus()

The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

.google.rpc.Status error_status = 3;

Returns
TypeDescription
com.google.rpc.Status

The errorStatus.

getErrorStatusOrBuilder()

public abstract StatusOrBuilder getErrorStatusOrBuilder()

The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

.google.rpc.Status error_status = 3;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getExecutionTime()

public abstract Timestamp getExecutionTime()

The timestamp of this execution attempt.

.google.protobuf.Timestamp execution_time = 1;

Returns
TypeDescription
Timestamp

The executionTime.

getExecutionTimeOrBuilder()

public abstract TimestampOrBuilder getExecutionTimeOrBuilder()

The timestamp of this execution attempt.

.google.protobuf.Timestamp execution_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getResultCase()

public abstract WorkflowConfig.ScheduledExecutionRecord.ResultCase getResultCase()
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord.ResultCase

getWorkflowInvocation()

public abstract String getWorkflowInvocation()

The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.

string workflow_invocation = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The workflowInvocation.

getWorkflowInvocationBytes()

public abstract ByteString getWorkflowInvocationBytes()

The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.

string workflow_invocation = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for workflowInvocation.

hasErrorStatus()

public abstract boolean hasErrorStatus()

The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

.google.rpc.Status error_status = 3;

Returns
TypeDescription
boolean

Whether the errorStatus field is set.

hasExecutionTime()

public abstract boolean hasExecutionTime()

The timestamp of this execution attempt.

.google.protobuf.Timestamp execution_time = 1;

Returns
TypeDescription
boolean

Whether the executionTime field is set.

hasWorkflowInvocation()

public abstract boolean hasWorkflowInvocation()

The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.

string workflow_invocation = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
boolean

Whether the workflowInvocation field is set.