- 2.85.0 (latest)
- 2.84.0
- 2.82.0
- 2.80.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 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 CompletionDataInputConfig.Builder extends GeneratedMessage.Builder<CompletionDataInputConfig.Builder> implements CompletionDataInputConfigOrBuilderThe input config source for completion data.
Protobuf type google.cloud.retail.v2alpha.CompletionDataInputConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CompletionDataInputConfig.BuilderImplements
CompletionDataInputConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CompletionDataInputConfig build()| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig |
|
buildPartial()
public CompletionDataInputConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig |
|
clear()
public CompletionDataInputConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
clearBigQuerySource()
public CompletionDataInputConfig.Builder clearBigQuerySource()Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
clearSource()
public CompletionDataInputConfig.Builder clearSource()| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
getBigQuerySource()
public BigQuerySource getBigQuerySource()Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQuerySource |
The bigQuerySource. |
getBigQuerySourceBuilder()
public BigQuerySource.Builder getBigQuerySourceBuilder()Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQuerySource.Builder |
|
getBigQuerySourceOrBuilder()
public BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQuerySourceOrBuilder |
|
getDefaultInstanceForType()
public CompletionDataInputConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSourceCase()
public CompletionDataInputConfig.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.SourceCase |
|
hasBigQuerySource()
public boolean hasBigQuerySource()Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bigQuerySource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeBigQuerySource(BigQuerySource value)
public CompletionDataInputConfig.Builder mergeBigQuerySource(BigQuerySource value)Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQuerySource |
| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
mergeFrom(CompletionDataInputConfig other)
public CompletionDataInputConfig.Builder mergeFrom(CompletionDataInputConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
CompletionDataInputConfig |
| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CompletionDataInputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CompletionDataInputConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
setBigQuerySource(BigQuerySource value)
public CompletionDataInputConfig.Builder setBigQuerySource(BigQuerySource value)Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQuerySource |
| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|
setBigQuerySource(BigQuerySource.Builder builderForValue)
public CompletionDataInputConfig.Builder setBigQuerySource(BigQuerySource.Builder builderForValue)Required. BigQuery input source.
Add the IAM permission "BigQuery Data Viewer" for cloud-retail-customer-data-access@system.gserviceaccount.com before using this feature otherwise an error is thrown.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQuerySource.Builder |
| Returns | |
|---|---|
| Type | Description |
CompletionDataInputConfig.Builder |
|