Class WorkflowConfig.ScheduledExecutionRecord (0.35.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
TypeDescription
int

EXECUTION_TIME_FIELD_NUMBER

public static final int EXECUTION_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

WORKFLOW_INVOCATION_FIELD_NUMBER

public static final int WORKFLOW_INVOCATION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static WorkflowConfig.ScheduledExecutionRecord getDefaultInstance()
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static WorkflowConfig.ScheduledExecutionRecord.Builder newBuilder()
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord.Builder

newBuilder(WorkflowConfig.ScheduledExecutionRecord prototype)

public static WorkflowConfig.ScheduledExecutionRecord.Builder newBuilder(WorkflowConfig.ScheduledExecutionRecord prototype)
Parameter
NameDescription
prototypeWorkflowConfig.ScheduledExecutionRecord
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord.Builder

parseDelimitedFrom(InputStream input)

public static WorkflowConfig.ScheduledExecutionRecord parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WorkflowConfig.ScheduledExecutionRecord parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public WorkflowConfig.ScheduledExecutionRecord getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
com.google.rpc.StatusOrBuilder

getExecutionTime()

public Timestamp getExecutionTime()

The timestamp of this execution attempt.

.google.protobuf.Timestamp execution_time = 1;

Returns
TypeDescription
Timestamp

The executionTime.

getExecutionTimeOrBuilder()

public TimestampOrBuilder getExecutionTimeOrBuilder()

The timestamp of this execution attempt.

.google.protobuf.Timestamp execution_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getParserForType()

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

getResultCase()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the errorStatus field is set.

hasExecutionTime()

public 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 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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public WorkflowConfig.ScheduledExecutionRecord.Builder newBuilderForType()
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WorkflowConfig.ScheduledExecutionRecord.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public WorkflowConfig.ScheduledExecutionRecord.Builder toBuilder()
Returns
TypeDescription
WorkflowConfig.ScheduledExecutionRecord.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException