Class: Google::Cloud::Vision::V1::GetProductSetRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/product_search_service.rb

Overview

Request message for the GetProductSet method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the ProductSet to get.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID.

Returns:

  • (::String)

    Required. Resource name of the ProductSet to get.

    Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID



295
296
297
298
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 295

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