Interface BigQuerySourceOrBuilder (1.38.0)

publicinterface BigQuerySourceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputUri()

publicabstractStringgetInputUri()

Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

string input_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The inputUri.

getInputUriBytes()

publicabstractByteStringgetInputUriBytes()

Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

string input_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for inputUri.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.