Class WorkflowConfig.ScheduledExecutionRecord (0.42.0)

public static final class WorkflowConfig.ScheduledExecutionRecord extends GeneratedMessageV3 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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkflowConfig.ScheduledExecutionRecord

Static Fields

ERROR_STATUS_FIELD_NUMBER

public static final int ERROR_STATUS_FIELD_NUMBER
Field Value
Type Description
int

EXECUTION_TIME_FIELD_NUMBER

public static final int EXECUTION_TIME_FIELD_NUMBER
Field Value
Type Description
int

WORKFLOW_INVOCATION_FIELD_NUMBER

public static final int WORKFLOW_INVOCATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static WorkflowConfig.ScheduledExecutionRecord getDefaultInstance()
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static WorkflowConfig.ScheduledExecutionRecord.Builder newBuilder()
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord.Builder

newBuilder(WorkflowConfig.ScheduledExecutionRecord prototype)

public static WorkflowConfig.ScheduledExecutionRecord.Builder newBuilder(WorkflowConfig.ScheduledExecutionRecord prototype)
Parameter
Name Description
prototype WorkflowConfig.ScheduledExecutionRecord
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord.Builder

parseDelimitedFrom(InputStream input)

public static WorkflowConfig.ScheduledExecutionRecord parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<WorkflowConfig.ScheduledExecutionRecord> parser()
Returns
Type Description
Parser<ScheduledExecutionRecord>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public WorkflowConfig.ScheduledExecutionRecord getDefaultInstanceForType()
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord

getErrorStatus()

public 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 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 Timestamp getExecutionTime()

The timestamp of this execution attempt.

.google.protobuf.Timestamp execution_time = 1;

Returns
Type Description
Timestamp

The executionTime.

getExecutionTimeOrBuilder()

public TimestampOrBuilder getExecutionTimeOrBuilder()

The timestamp of this execution attempt.

.google.protobuf.Timestamp execution_time = 1;

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<WorkflowConfig.ScheduledExecutionRecord> getParserForType()
Returns
Type Description
Parser<ScheduledExecutionRecord>
Overrides

getResultCase()

public WorkflowConfig.ScheduledExecutionRecord.ResultCase getResultCase()
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord.ResultCase

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getWorkflowInvocation()

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.

getWorkflowInvocationBytes()

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.

hasErrorStatus()

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.

hasExecutionTime()

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.

hasWorkflowInvocation()

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public WorkflowConfig.ScheduledExecutionRecord.Builder newBuilderForType()
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WorkflowConfig.ScheduledExecutionRecord.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public WorkflowConfig.ScheduledExecutionRecord.Builder toBuilder()
Returns
Type Description
WorkflowConfig.ScheduledExecutionRecord.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException