Class UpdateZoneRequest (1.4.2)

Stay organized with collections Save and categorize content based on your preferences.
UpdateZoneRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Update zone request.

Attributes

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Mask of fields to update.
zone google.cloud.dataplex_v1.types.Zone
Required. Update description. Only fields specified in update_mask are updated.
validate_only bool
Optional. Only validate the request, but do not perform mutations. The default is false.