Class: Google::Cloud::Retail::V2::UpdateControlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::UpdateControlRequest
- 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
-
#control ⇒ ::Google::Cloud::Retail::V2::Control
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided Control to update.
Instance Attribute Details
#control ⇒ ::Google::Cloud::Retail::V2::Control
Returns Required. The Control to update.
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.
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 |