public interface BigQueryInputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBigqueryTable()
Required.
|
com.google.protobuf.ByteString |
getBigqueryTableBytes()
Required.
|
String |
getGcsUri()
Required.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBigqueryTable()
Required. Format is `projects/*/datasets/*/tables/*`.
string bigquery_table = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getBigqueryTableBytes()
Required. Format is `projects/*/datasets/*/tables/*`.
string bigquery_table = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getGcsUri()
Required. Schema mapping file
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getGcsUriBytes()
Required. Schema mapping file
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.