Class WorkflowInvocationAction.DataPreparationAction (0.63.0)

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.v1.WorkflowInvocationAction.DataPreparationAction

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkflowInvocationAction.DataPreparationAction

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

GENERATED_SQL_FIELD_NUMBER

public static final int GENERATED_SQL_FIELD_NUMBER
Field Value
Type Description
int

JOB_ID_FIELD_NUMBER

public static final int JOB_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static WorkflowInvocationAction.DataPreparationAction getDefaultInstance()
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static WorkflowInvocationAction.DataPreparationAction.Builder newBuilder()
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction.Builder

newBuilder(WorkflowInvocationAction.DataPreparationAction prototype)

public static WorkflowInvocationAction.DataPreparationAction.Builder newBuilder(WorkflowInvocationAction.DataPreparationAction prototype)
Parameter
Name Description
prototype WorkflowInvocationAction.DataPreparationAction
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction.Builder

parseDelimitedFrom(InputStream input)

public static WorkflowInvocationAction.DataPreparationAction parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction.DataPreparationAction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction.DataPreparationAction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<WorkflowInvocationAction.DataPreparationAction> parser()
Returns
Type Description
Parser<DataPreparationAction>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContentsSql()

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

getDefaultInstanceForType()

public WorkflowInvocationAction.DataPreparationAction getDefaultInstanceForType()
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction

getDefinitionCase()

public WorkflowInvocationAction.DataPreparationAction.DefinitionCase getDefinitionCase()
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction.DefinitionCase

getGeneratedSql()

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.

getGeneratedSqlBytes()

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.

getJobId()

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

getParserForType()

public Parser<WorkflowInvocationAction.DataPreparationAction> getParserForType()
Returns
Type Description
Parser<DataPreparationAction>
Overrides

getSerializedSize()

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

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public WorkflowInvocationAction.DataPreparationAction.Builder newBuilderForType()
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WorkflowInvocationAction.DataPreparationAction.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public WorkflowInvocationAction.DataPreparationAction.Builder toBuilder()
Returns
Type Description
WorkflowInvocationAction.DataPreparationAction.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException