public static interface WorkflowInvocationAction.BigQueryActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSqlScript()
Output only.
|
com.google.protobuf.ByteString |
getSqlScriptBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSqlScript()
Output only. The generated BigQuery SQL script that will be executed.
string sql_script = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];Copyright © 2024 Google LLC. All rights reserved.