public static interface WorkflowInvocationAction.DataPreparationActionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContentsSql()
public abstract 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;
Returns | |
---|---|
Type | Description |
WorkflowInvocationAction.DataPreparationAction.ActionSqlDefinition |
The contentsSql. |
getContentsSqlOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
WorkflowInvocationAction.DataPreparationAction.ActionSqlDefinitionOrBuilder |
getContentsYaml()
public abstract 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 abstract 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. |
getDefinitionCase()
public abstract WorkflowInvocationAction.DataPreparationAction.DefinitionCase getDefinitionCase()
Returns | |
---|---|
Type | Description |
WorkflowInvocationAction.DataPreparationAction.DefinitionCase |
getGeneratedSql()
public abstract 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. |
getGeneratedSqlBytes()
public abstract 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. |
getJobId()
public abstract String getJobId()
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. |
getJobIdBytes()
public abstract 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. |
hasContentsSql()
public abstract 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 abstract 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. |