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