Package com.google.cloud.retail.v2
Interface CompletionDataInputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompletionDataInputConfig
,CompletionDataInputConfig.Builder
public interface CompletionDataInputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQuerySource
getBigQuerySource()
Required.BigQuerySourceOrBuilder
getBigQuerySourceOrBuilder()
Required.CompletionDataInputConfig.SourceCase
getSourceCase()
boolean
hasBigQuerySource()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBigQuerySource
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.v2.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the bigQuerySource field is set.
-
getBigQuerySource
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.v2.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bigQuerySource.
-
getBigQuerySourceOrBuilder
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.v2.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = REQUIRED];
-
getSourceCase
CompletionDataInputConfig.SourceCase getSourceCase()
-
-