public final class BigQueryDestination extends GeneratedMessageV3 implements BigQueryDestinationOrBuilder
The BigQuery location for the output content.
Protobuf type google.cloud.aiplatform.v1beta1.BigQueryDestination
Static Fields
public static final int OUTPUT_URI_FIELD_NUMBER
Field Value
Static Methods
public static BigQueryDestination getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static BigQueryDestination.Builder newBuilder()
Returns
public static BigQueryDestination.Builder newBuilder(BigQueryDestination prototype)
Parameter
Returns
public static BigQueryDestination parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BigQueryDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BigQueryDestination parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static BigQueryDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BigQueryDestination parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static BigQueryDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BigQueryDestination parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BigQueryDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BigQueryDestination parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BigQueryDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BigQueryDestination parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static BigQueryDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<BigQueryDestination> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public BigQueryDestination getDefaultInstanceForType()
Returns
public String getOutputUri()
Required. BigQuery URI to a project or table, up to 2000 characters long.
When only the project is specified, the Dataset and Table is created.
When the full table reference is specified, the Dataset must exist and
table must not exist.
Accepted forms:
- BigQuery path. For example:
bq://projectId
or bq://projectId.bqDatasetId
or
bq://projectId.bqDatasetId.bqTableId
.
string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The outputUri.
|
public ByteString getOutputUriBytes()
Required. BigQuery URI to a project or table, up to 2000 characters long.
When only the project is specified, the Dataset and Table is created.
When the full table reference is specified, the Dataset must exist and
table must not exist.
Accepted forms:
- BigQuery path. For example:
bq://projectId
or bq://projectId.bqDatasetId
or
bq://projectId.bqDatasetId.bqTableId
.
string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public Parser<BigQueryDestination> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public BigQueryDestination.Builder newBuilderForType()
Returns
protected BigQueryDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public BigQueryDestination.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions