Class: Google::Cloud::Retail::V2::CreateServingConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/serving_config_service.rb

Overview

Request for CreateServingConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Full resource name of parent. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}.

Returns:

  • (::String)

    Required. Full resource name of parent. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}



39
40
41
42
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 39

class CreateServingConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#serving_config::Google::Cloud::Retail::V2::ServingConfig

Returns Required. The ServingConfig to create.

Returns:



39
40
41
42
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 39

class CreateServingConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#serving_config_id::String

Returns 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]-_/.

Returns:

  • (::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]-_/.



39
40
41
42
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 39

class CreateServingConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end