Class: Google::Cloud::Retail::V2::UpdateControlRequest

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

Overview

Request for UpdateControl method.

Instance Attribute Summary collapse

Instance Attribute Details

#control::Google::Cloud::Retail::V2::Control

Returns Required. The Control to update.

Returns:



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

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

#update_mask::Google::Protobuf::FieldMask

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

If not set or empty, all supported fields are updated.

Returns:



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

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