Interface BigQueryInputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BigQueryInputConfig
,BigQueryInputConfig.Builder
public interface BigQueryInputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBigqueryTable()
Required.com.google.protobuf.ByteString
getBigqueryTableBytes()
Required.String
getGcsUri()
Required.com.google.protobuf.ByteString
getGcsUriBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBigqueryTable
String getBigqueryTable()
Required. Format is `projects/*/datasets/*/tables/*`.
string bigquery_table = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bigqueryTable.
-
getBigqueryTableBytes
com.google.protobuf.ByteString getBigqueryTableBytes()
Required. Format is `projects/*/datasets/*/tables/*`.
string bigquery_table = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for bigqueryTable.
-
getGcsUri
String getGcsUri()
Required. Schema mapping file
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The gcsUri.
-
getGcsUriBytes
com.google.protobuf.ByteString getGcsUriBytes()
Required. Schema mapping file
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for gcsUri.
-
-