public interface BigQueryInputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigqueryTable()
public abstract String getBigqueryTable() Required. Format is projects/*/datasets/*/tables/*.
string bigquery_table = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The bigqueryTable. |
getBigqueryTableBytes()
public abstract ByteString getBigqueryTableBytes() Required. Format is projects/*/datasets/*/tables/*.
string bigquery_table = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bigqueryTable. |
getGcsUri()
public abstract String getGcsUri()Required. Schema mapping file
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public abstract ByteString getGcsUriBytes()Required. Schema mapping file
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsUri. |