Send feedback
Class WorkflowInvocationAction.DataPreparationAction (0.63.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class WorkflowInvocationAction . DataPreparationAction extends GeneratedMessageV3 implements WorkflowInvocationAction . DataPreparationActionOrBuilder
Represents a workflow action that will run a Data Preparation.
Protobuf type
google.cloud.dataform.v1beta1.WorkflowInvocationAction.DataPreparationAction
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
CONTENTS_SQL_FIELD_NUMBER
public static final int CONTENTS_SQL_FIELD_NUMBER
Field Value
Type
Description
int
CONTENTS_YAML_FIELD_NUMBER
public static final int CONTENTS_YAML_FIELD_NUMBER
Field Value
Type
Description
int
public static final int GENERATED_SQL_FIELD_NUMBER
Field Value
Type
Description
int
public static final int JOB_ID_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static WorkflowInvocationAction . DataPreparationAction getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static WorkflowInvocationAction . DataPreparationAction . Builder newBuilder ()
public static WorkflowInvocationAction . DataPreparationAction . Builder newBuilder ( WorkflowInvocationAction . DataPreparationAction prototype )
public static WorkflowInvocationAction . DataPreparationAction parseDelimitedFrom ( InputStream input )
public static WorkflowInvocationAction . DataPreparationAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( ByteString data )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( CodedInputStream input )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( InputStream input )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( ByteBuffer data )
public static WorkflowInvocationAction . DataPreparationAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<WorkflowInvocationAction . DataPreparationAction > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getContentsSql()
public WorkflowInvocationAction . DataPreparationAction . ActionSqlDefinition getContentsSql ()
SQL definition for a Data Preparation. Contains a SQL query and
additional context information.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.DataPreparationAction.ActionSqlDefinition contents_sql = 6;
getContentsSqlOrBuilder()
public WorkflowInvocationAction . DataPreparationAction . ActionSqlDefinitionOrBuilder getContentsSqlOrBuilder ()
SQL definition for a Data Preparation. Contains a SQL query and
additional context information.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.DataPreparationAction.ActionSqlDefinition contents_sql = 6;
getContentsYaml()
public String getContentsYaml ()
Output only. YAML representing the contents of the data preparation.
Can be used to show the customer what the input was to their workflow.
string contents_yaml = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The contentsYaml.
getContentsYamlBytes()
public ByteString getContentsYamlBytes ()
Output only. YAML representing the contents of the data preparation.
Can be used to show the customer what the input was to their workflow.
string contents_yaml = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for contentsYaml.
public WorkflowInvocationAction . DataPreparationAction getDefaultInstanceForType ()
public WorkflowInvocationAction . DataPreparationAction . DefinitionCase getDefinitionCase ()
public String getGeneratedSql ()
Output only. The generated BigQuery SQL script that will be executed. For
reference only.
string generated_sql = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The generatedSql.
public ByteString getGeneratedSqlBytes ()
Output only. The generated BigQuery SQL script that will be executed. For
reference only.
string generated_sql = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for generatedSql.
Output only. The ID of the BigQuery job that executed the SQL in
sql_script. Only set once the job has started to run.
string job_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The jobId.
public ByteString getJobIdBytes ()
Output only. The ID of the BigQuery job that executed the SQL in
sql_script. Only set once the job has started to run.
string job_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for jobId.
public Parser<WorkflowInvocationAction . DataPreparationAction > getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasContentsSql()
public boolean hasContentsSql ()
SQL definition for a Data Preparation. Contains a SQL query and
additional context information.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.DataPreparationAction.ActionSqlDefinition contents_sql = 6;
Returns
Type
Description
boolean
Whether the contentsSql field is set.
hasContentsYaml()
public boolean hasContentsYaml ()
Output only. YAML representing the contents of the data preparation.
Can be used to show the customer what the input was to their workflow.
string contents_yaml = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the contentsYaml field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public WorkflowInvocationAction . DataPreparationAction . Builder newBuilderForType ()
protected WorkflowInvocationAction . DataPreparationAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public WorkflowInvocationAction . DataPreparationAction . 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-12 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-12 UTC."],[],[]]