Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::UpdateControlRequest.
Request for UpdateControl method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#control
def control() -> ::Google::Cloud::Retail::V2::Control
Returns
- (::Google::Cloud::Retail::V2::Control) — Required. The Control to update.
#control=
def control=(value) -> ::Google::Cloud::Retail::V2::Control
Parameter
- value (::Google::Cloud::Retail::V2::Control) — Required. The Control to update.
Returns
- (::Google::Cloud::Retail::V2::Control) — Required. The Control to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Indicates which fields in the provided
Control to update. The following are NOT
supported:
If not set or empty, all supported fields are updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — 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
-
(::Google::Protobuf::FieldMask) — Indicates which fields in the provided
Control to update. The following are NOT
supported:
If not set or empty, all supported fields are updated.