public static interface Model.PageOptimizationConfig.CandidateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.PageOptimizationConfig.Candidate.CandidateCase |
getCandidateCase() |
String |
getServingConfigId()
This has to be a valid
[ServingConfig][google.cloud.retail.v2alpha.ServingConfig]
identifier.
|
com.google.protobuf.ByteString |
getServingConfigIdBytes()
This has to be a valid
[ServingConfig][google.cloud.retail.v2alpha.ServingConfig]
identifier.
|
boolean |
hasServingConfigId()
This has to be a valid
[ServingConfig][google.cloud.retail.v2alpha.ServingConfig]
identifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServingConfigId()
This has to be a valid [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] identifier. For example, for a ServingConfig with full name: `projects/*/locations/global/catalogs/default_catalog/servingConfigs/my_candidate_config`, this would be `my_candidate_config`.
string serving_config_id = 1;String getServingConfigId()
This has to be a valid [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] identifier. For example, for a ServingConfig with full name: `projects/*/locations/global/catalogs/default_catalog/servingConfigs/my_candidate_config`, this would be `my_candidate_config`.
string serving_config_id = 1;com.google.protobuf.ByteString getServingConfigIdBytes()
This has to be a valid [ServingConfig][google.cloud.retail.v2alpha.ServingConfig] identifier. For example, for a ServingConfig with full name: `projects/*/locations/global/catalogs/default_catalog/servingConfigs/my_candidate_config`, this would be `my_candidate_config`.
string serving_config_id = 1;Model.PageOptimizationConfig.Candidate.CandidateCase getCandidateCase()
Copyright © 2024 Google LLC. All rights reserved.