- 0.63.0 (latest)
- 0.62.0
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
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.v1.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.v1.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.v1.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. |