Class UpdateControlRequest (1.10.0)

UpdateControlRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for UpdateControl method.

Attributes

NameDescription
control google.cloud.retail_v2beta.types.Control
Required. The Control to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
Indicates which fields in the provided Control to update. The following are NOT supported: - Control.name If not set or empty, all supported fields are updated.

Inheritance

builtins.object > proto.message.Message > UpdateControlRequest