Reference documentation and code samples for the Google Cloud Retail V2 Client class CreateServingConfigRequest.
Request for CreateServingConfig method.
Generated from protobuf message google.cloud.retail.v2.CreateServingConfigRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Full resource name of parent. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
↳ serving_config
↳ serving_config_id
string
Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-_/.
getParent
Required. Full resource name of parent. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setParent
Required. Full resource name of parent. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getServingConfig
Required. The ServingConfig to create.
Generated from protobuf field .google.cloud.retail.v2.ServingConfig serving_config = 2 [(.google.api.field_behavior) = REQUIRED];
hasServingConfig
clearServingConfig
setServingConfig
Required. The ServingConfig to create.
Generated from protobuf field .google.cloud.retail.v2.ServingConfig serving_config = 2 [(.google.api.field_behavior) = REQUIRED];
$this
getServingConfigId
Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-_/.
Generated from protobuf field string serving_config_id = 3 [(.google.api.field_behavior) = REQUIRED];
string
setServingConfigId
Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-_/.
Generated from protobuf field string serving_config_id = 3 [(.google.api.field_behavior) = REQUIRED];
var
string
$this