public static interface WorkflowConfig.ScheduledExecutionRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getExecutionTime()
public abstract Timestamp getExecutionTime()Output only. The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The executionTime. |
getExecutionTimeOrBuilder()
public abstract TimestampOrBuilder getExecutionTimeOrBuilder()Output only. The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getResultCase()
public abstract WorkflowConfig.ScheduledExecutionRecord.ResultCase getResultCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the errorStatus field is set. |
hasExecutionTime()
public abstract boolean hasExecutionTime()Output only. The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the workflowInvocation field is set. |