Interface BigQueryInputConfigOrBuilder (0.31.0)

public interface BigQueryInputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for bigqueryTable.

getGcsUri()

public abstract String getGcsUri()

Required. Schema mapping file

string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The gcsUri.

getGcsUriBytes()

public abstract ByteString getGcsUriBytes()

Required. Schema mapping file

string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for gcsUri.