Class: Google::Cloud::Retail::V2::GetServingConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::GetServingConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/serving_config_service.rb
Overview
Request for GetServingConfig method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the ServingConfig to get. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}
.
77 78 79 80 |
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 77 class GetServingConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |