- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class OutputConfig.BigQueryDestination.Builder extends GeneratedMessageV3.Builder<OutputConfig.BigQueryDestination.Builder> implements OutputConfig.BigQueryDestinationOrBuilder
The BigQuery output destination configuration.
Protobuf type google.cloud.retail.v2beta.OutputConfig.BigQueryDestination
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OutputConfig.BigQueryDestination.BuilderImplements
OutputConfig.BigQueryDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OutputConfig.BigQueryDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
build()
public OutputConfig.BigQueryDestination build()
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination |
buildPartial()
public OutputConfig.BigQueryDestination buildPartial()
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination |
clear()
public OutputConfig.BigQueryDestination.Builder clear()
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
clearDatasetId()
public OutputConfig.BigQueryDestination.Builder clearDatasetId()
Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public OutputConfig.BigQueryDestination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public OutputConfig.BigQueryDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
clearTableIdPrefix()
public OutputConfig.BigQueryDestination.Builder clearTableIdPrefix()
Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
clearTableType()
public OutputConfig.BigQueryDestination.Builder clearTableType()
Required. Describes the table type. The following values are supported:
table
: A BigQuery native table.view
: A virtual table defined by a SQL query.
string table_type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
clone()
public OutputConfig.BigQueryDestination.Builder clone()
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
getDatasetId()
public String getDatasetId()
Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public ByteString getDatasetIdBytes()
Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datasetId. |
getDefaultInstanceForType()
public OutputConfig.BigQueryDestination getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getTableIdPrefix()
public String getTableIdPrefix()
Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The tableIdPrefix. |
getTableIdPrefixBytes()
public ByteString getTableIdPrefixBytes()
Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tableIdPrefix. |
getTableType()
public String getTableType()
Required. Describes the table type. The following values are supported:
table
: A BigQuery native table.view
: A virtual table defined by a SQL query.
string table_type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The tableType. |
getTableTypeBytes()
public ByteString getTableTypeBytes()
Required. Describes the table type. The following values are supported:
table
: A BigQuery native table.view
: A virtual table defined by a SQL query.
string table_type = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tableType. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(OutputConfig.BigQueryDestination other)
public OutputConfig.BigQueryDestination.Builder mergeFrom(OutputConfig.BigQueryDestination other)
Parameter | |
---|---|
Name | Description |
other |
OutputConfig.BigQueryDestination |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OutputConfig.BigQueryDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public OutputConfig.BigQueryDestination.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OutputConfig.BigQueryDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
setDatasetId(String value)
public OutputConfig.BigQueryDestination.Builder setDatasetId(String value)
Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The datasetId to set. |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
setDatasetIdBytes(ByteString value)
public OutputConfig.BigQueryDestination.Builder setDatasetIdBytes(ByteString value)
Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for datasetId to set. |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public OutputConfig.BigQueryDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OutputConfig.BigQueryDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
setTableIdPrefix(String value)
public OutputConfig.BigQueryDestination.Builder setTableIdPrefix(String value)
Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The tableIdPrefix to set. |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
setTableIdPrefixBytes(ByteString value)
public OutputConfig.BigQueryDestination.Builder setTableIdPrefixBytes(ByteString value)
Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for tableIdPrefix to set. |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
setTableType(String value)
public OutputConfig.BigQueryDestination.Builder setTableType(String value)
Required. Describes the table type. The following values are supported:
table
: A BigQuery native table.view
: A virtual table defined by a SQL query.
string table_type = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The tableType to set. |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
setTableTypeBytes(ByteString value)
public OutputConfig.BigQueryDestination.Builder setTableTypeBytes(ByteString value)
Required. Describes the table type. The following values are supported:
table
: A BigQuery native table.view
: A virtual table defined by a SQL query.
string table_type = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for tableType to set. |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final OutputConfig.BigQueryDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
OutputConfig.BigQueryDestination.Builder |