Interface WorkflowInvocationAction.BigQueryActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowInvocationAction.BigQueryAction
,WorkflowInvocationAction.BigQueryAction.Builder
- Enclosing class:
- WorkflowInvocationAction
public static interface WorkflowInvocationAction.BigQueryActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSqlScript()
Output only.com.google.protobuf.ByteString
getSqlScriptBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSqlScript
String getSqlScript()
Output only. The generated BigQuery SQL script that will be executed.
string sql_script = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The sqlScript.
-
getSqlScriptBytes
com.google.protobuf.ByteString getSqlScriptBytes()
Output only. The generated BigQuery SQL script that will be executed.
string sql_script = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for sqlScript.
-
-