lib/google/cloud/vision/v1.rb in google-cloud-vision-0.32.2 vs lib/google/cloud/vision/v1.rb in google-cloud-vision-0.32.3

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright 2018 Google LLC +# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # @@ -104,19 +104,21 @@ module ProductSearch ## # Manages Products and ProductSets of reference images for use in product # search. It uses the following resource model: # - # * The API has a collection of {Google::Cloud::Vision::V1::ProductSet ProductSet} resources, named - # `projects/*/locations/*/productSets/*`, which acts as a way to put different - # products into groups to limit identification. + # * The API has a collection of {Google::Cloud::Vision::V1::ProductSet ProductSet} + # resources, named `projects/*/locations/*/productSets/*`, which acts as a way + # to put different products into groups to limit identification. # # In parallel, # - # * The API has a collection of {Google::Cloud::Vision::V1::Product Product} resources, named + # * The API has a collection of {Google::Cloud::Vision::V1::Product Product} + # resources, named # `projects/*/locations/*/products/*` # - # * Each {Google::Cloud::Vision::V1::Product Product} has a collection of {Google::Cloud::Vision::V1::ReferenceImage ReferenceImage} resources, named + # * Each {Google::Cloud::Vision::V1::Product Product} has a collection of + # {Google::Cloud::Vision::V1::ReferenceImage ReferenceImage} resources, named # `projects/*/locations/*/products/*/referenceImages/*` # # @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc] # Provides the means for authenticating requests made by the client. This parameter can # be many types.