lib/google/apis/retail_v2beta/service.rb in google-apis-retail_v2beta-0.65.0 vs lib/google/apis/retail_v2beta/service.rb in google-apis-retail_v2beta-0.66.0

- old
+ new

@@ -1410,9 +1410,40 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end + # Gets a model. + # @param [String] name + # Required. The resource name of the Model to get. Format: `projects/` + # project_number`/locations/`location_id`/catalogs/`catalog`/models/`model_id`` + # @param [String] fields + # Selector specifying which fields to include in a partial response. + # @param [String] quota_user + # Available to use for quota purposes for server-side applications. Can be any + # arbitrary string assigned to a user, but should not exceed 40 characters. + # @param [Google::Apis::RequestOptions] options + # Request-specific options + # + # @yield [result, err] Result & error if block supplied + # @yieldparam result [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel] parsed result object + # @yieldparam err [StandardError] error object if request failed + # + # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel] + # + # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried + # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification + # @raise [Google::Apis::AuthorizationError] Authorization is required + def get_project_location_catalog_model(name, fields: nil, quota_user: nil, options: nil, &block) + command = make_simple_command(:get, 'v2beta/{+name}', options) + command.response_representation = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel::Representation + command.response_class = Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModel + command.params['name'] = name unless name.nil? + command.query['fields'] = fields unless fields.nil? + command.query['quotaUser'] = quota_user unless quota_user.nil? + execute_or_queue_command(command, &block) + end + # Lists all the models linked to this event store. # @param [String] parent # Required. The parent for which to list models. Format: `projects/` # project_number`/locations/`location_id`/catalogs/`catalog_id`` # @param [Fixnum] page_size