Class: Google::Cloud::Retail::V2::UpdateCompletionConfigRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#completion_config::Google::Cloud::Retail::V2::CompletionConfig

Returns Required. The CompletionConfig to update.

If the caller does not have permission to update the CompletionConfig, then a PERMISSION_DENIED error is returned.

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

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 200

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

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided CompletionConfig to update. The following are the only supported fields:

If not set, all supported fields are updated.

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 200

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