Class: Google::Cloud::Retail::V2::GetGenerativeQuestionsFeatureConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::GetGenerativeQuestionsFeatureConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/generative_question_service.rb
Overview
Request for GetGenerativeQuestionsFeatureConfig method.
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Required.
Instance Attribute Details
#catalog ⇒ ::String
Returns Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}.
43 44 45 46 |
# File 'proto_docs/google/cloud/retail/v2/generative_question_service.rb', line 43 class GetGenerativeQuestionsFeatureConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |