public static interface Model.PageOptimizationConfig.CandidateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCandidateCase()
public abstract Model.PageOptimizationConfig.Candidate.CandidateCase getCandidateCase()| Type | Description |
| Model.PageOptimizationConfig.Candidate.CandidateCase |
getServingConfigId()
public abstract String getServingConfigId() This has to be a valid
ServingConfig
identifier. e.g. 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;
| Type | Description |
| String | The servingConfigId. |
getServingConfigIdBytes()
public abstract ByteString getServingConfigIdBytes() This has to be a valid
ServingConfig
identifier. e.g. 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;
| Type | Description |
| ByteString | The bytes for servingConfigId. |
hasServingConfigId()
public abstract boolean hasServingConfigId() This has to be a valid
ServingConfig
identifier. e.g. 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;
| Type | Description |
| boolean | Whether the servingConfigId field is set. |