public static final class WorkflowInvocationAction.BigQueryAction extends GeneratedMessage implements WorkflowInvocationAction.BigQueryActionOrBuilderRepresents a workflow action that will run against BigQuery.
Protobuf type google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > WorkflowInvocationAction.BigQueryActionStatic Fields
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SQL_SCRIPT_FIELD_NUMBER
public static final int SQL_SCRIPT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static WorkflowInvocationAction.BigQueryAction getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static WorkflowInvocationAction.BigQueryAction.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction.Builder |
|
newBuilder(WorkflowInvocationAction.BigQueryAction prototype)
public static WorkflowInvocationAction.BigQueryAction.Builder newBuilder(WorkflowInvocationAction.BigQueryAction prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
WorkflowInvocationAction.BigQueryAction |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction.Builder |
|
parseDelimitedFrom(InputStream input)
public static WorkflowInvocationAction.BigQueryAction parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkflowInvocationAction.BigQueryAction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static WorkflowInvocationAction.BigQueryAction parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkflowInvocationAction.BigQueryAction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static WorkflowInvocationAction.BigQueryAction parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkflowInvocationAction.BigQueryAction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static WorkflowInvocationAction.BigQueryAction parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkflowInvocationAction.BigQueryAction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static WorkflowInvocationAction.BigQueryAction parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkflowInvocationAction.BigQueryAction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static WorkflowInvocationAction.BigQueryAction parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkflowInvocationAction.BigQueryAction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<WorkflowInvocationAction.BigQueryAction> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryAction> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public WorkflowInvocationAction.BigQueryAction getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction |
|
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 = 2 [(.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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jobId. |
getParserForType()
public Parser<WorkflowInvocationAction.BigQueryAction> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryAction> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSqlScript()
public String getSqlScript()Output only. The generated BigQuery SQL script that will be executed.
string sql_script = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The sqlScript. |
getSqlScriptBytes()
public ByteString getSqlScriptBytes()Output only. The generated BigQuery SQL script that will be executed.
string sql_script = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sqlScript. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public WorkflowInvocationAction.BigQueryAction.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected WorkflowInvocationAction.BigQueryAction.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction.Builder |
|
toBuilder()
public WorkflowInvocationAction.BigQueryAction.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
WorkflowInvocationAction.BigQueryAction.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|