Class: Google::Cloud::Retail::V2::UpdateCatalogRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/catalog_service.rb

Overview

Request for CatalogService.UpdateCatalog method.

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::Google::Cloud::Retail::V2::Catalog

Returns Required. The Catalog to update.

If the caller does not have permission to update the Catalog, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the Catalog to update does not exist, a NOT_FOUND error is returned.

Returns:

  • (::Google::Cloud::Retail::V2::Catalog)

    Required. The Catalog to update.

    If the caller does not have permission to update the Catalog, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

    If the Catalog to update does not exist, a NOT_FOUND error is returned.



96
97
98
99
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 96

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

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided Catalog to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

Returns:

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

    Indicates which fields in the provided Catalog to update.

    If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.



96
97
98
99
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 96

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