Send feedback Class WorkflowConfig.ScheduledExecutionRecord (0.46.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.46.0keyboard_arrow_down
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
Inherited Members com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ERROR_STATUS_FIELD_NUMBER
Field Value Type Description int
public static final int EXECUTION_TIME_FIELD_NUMBER
Field Value Type Description int
public static final int WORKFLOW_INVOCATION_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static WorkflowConfig . ScheduledExecutionRecord getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static WorkflowConfig . ScheduledExecutionRecord . Builder newBuilder ()
public static WorkflowConfig . ScheduledExecutionRecord . Builder newBuilder ( WorkflowConfig . ScheduledExecutionRecord )
public static WorkflowConfig . ScheduledExecutionRecord parseDelimitedFrom ( InputStream input )
public static WorkflowConfig . ScheduledExecutionRecord parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( ByteString data )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( CodedInputStream input )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( InputStream input )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( ByteBuffer data )
public static WorkflowConfig . ScheduledExecutionRecord parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<WorkflowConfig . ScheduledExecutionRecord > parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public WorkflowConfig . ScheduledExecutionRecord getDefaultInstanceForType ()
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.
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 TimestampOrBuilder getExecutionTimeOrBuilder ()
The timestamp of this execution attempt.
.google.protobuf.Timestamp execution_time = 1;
public Parser<WorkflowConfig . ScheduledExecutionRecord > getParserForType ()
Overrides
public WorkflowConfig . ScheduledExecutionRecord . ResultCase getResultCase ()
public int getSerializedSize ()
Returns Type Description int
Overrides
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.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public WorkflowConfig . ScheduledExecutionRecord . Builder newBuilderForType ()
protected WorkflowConfig . ScheduledExecutionRecord . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public WorkflowConfig . ScheduledExecutionRecord . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]