Class: Google::Cloud::Vision::V1::UpdateProductSetRequest

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 UpdateProductSet method.

Instance Attribute Summary collapse

Instance Attribute Details

#product_set::Google::Cloud::Vision::V1::ProductSet

Returns Required. The ProductSet resource which replaces the one on the server.

Returns:



311
312
313
314
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 311

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

#update_mask::Google::Protobuf::FieldMask

Returns The FieldMask that specifies which fields to update. If update_mask isn't specified, all mutable fields are to be updated. Valid mask path is display_name.

Returns:

  • (::Google::Protobuf::FieldMask)

    The FieldMask that specifies which fields to update. If update_mask isn't specified, all mutable fields are to be updated. Valid mask path is display_name.



311
312
313
314
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 311

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