public static final class WorkflowConfig.ScheduledExecutionRecord.Builder extends GeneratedMessageV3.Builder<WorkflowConfig.ScheduledExecutionRecord.Builder> implements WorkflowConfig.ScheduledExecutionRecordOrBuilder
A record of an attempt to create a workflow invocation for this workflow config.
Protobuf type google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public WorkflowConfig.ScheduledExecutionRecord.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridespublic WorkflowConfig.ScheduledExecutionRecord build()
public WorkflowConfig.ScheduledExecutionRecord buildPartial()
public WorkflowConfig.ScheduledExecutionRecord.Builder clear()
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder clearErrorStatus()
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
.google.rpc.Status error_status = 3;
public WorkflowConfig.ScheduledExecutionRecord.Builder clearExecutionTime()
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
public WorkflowConfig.ScheduledExecutionRecord.Builder clearField(Descriptors.FieldDescriptor field)
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder clearResult()
public WorkflowConfig.ScheduledExecutionRecord.Builder clearWorkflowInvocation()
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) = { ... }
public WorkflowConfig.ScheduledExecutionRecord.Builder clone()
Overridespublic WorkflowConfig.ScheduledExecutionRecord getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overridespublic 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. |
public Status.Builder getErrorStatusBuilder()
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.Builder | |
public 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 | |
public Timestamp getExecutionTime()
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
Returns |
---|
Type | Description |
Timestamp | The executionTime. |
public Timestamp.Builder getExecutionTimeBuilder()
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
public TimestampOrBuilder getExecutionTimeOrBuilder()
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
public WorkflowConfig.ScheduledExecutionRecord.ResultCase getResultCase()
public 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. |
public 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. |
public 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. |
public boolean hasExecutionTime()
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
Returns |
---|
Type | Description |
boolean | Whether the executionTime field is set. |
public 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. |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overridespublic final boolean isInitialized()
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder mergeErrorStatus(Status value)
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
.google.rpc.Status error_status = 3;
Parameter |
---|
Name | Description |
value | com.google.rpc.Status
|
public WorkflowConfig.ScheduledExecutionRecord.Builder mergeExecutionTime(Timestamp value)
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
public WorkflowConfig.ScheduledExecutionRecord.Builder mergeFrom(WorkflowConfig.ScheduledExecutionRecord other)
public WorkflowConfig.ScheduledExecutionRecord.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overridespublic final WorkflowConfig.ScheduledExecutionRecord.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder setErrorStatus(Status value)
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
.google.rpc.Status error_status = 3;
Parameter |
---|
Name | Description |
value | com.google.rpc.Status
|
public WorkflowConfig.ScheduledExecutionRecord.Builder setErrorStatus(Status.Builder builderForValue)
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
.google.rpc.Status error_status = 3;
Parameter |
---|
Name | Description |
builderForValue | com.google.rpc.Status.Builder
|
public WorkflowConfig.ScheduledExecutionRecord.Builder setExecutionTime(Timestamp value)
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
public WorkflowConfig.ScheduledExecutionRecord.Builder setExecutionTime(Timestamp.Builder builderForValue)
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
Parameter |
---|
Name | Description |
builderForValue | Builder
|
public WorkflowConfig.ScheduledExecutionRecord.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overridespublic final WorkflowConfig.ScheduledExecutionRecord.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overridespublic WorkflowConfig.ScheduledExecutionRecord.Builder setWorkflowInvocation(String value)
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) = { ... }
Parameter |
---|
Name | Description |
value | String
The workflowInvocation to set. |
public WorkflowConfig.ScheduledExecutionRecord.Builder setWorkflowInvocationBytes(ByteString value)
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) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for workflowInvocation to set. |