Class: Google::Cloud::Retail::V2::UpdateServingConfigRequest

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

Overview

Request for UpdateServingConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#serving_config::Google::Cloud::Retail::V2::ServingConfig

Returns Required. The ServingConfig to update.

Returns:



57
58
59
60
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 57

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

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided ServingConfig to update. The following are NOT supported:

If not set, all supported fields are updated.

Returns:



57
58
59
60
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 57

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