Class UpdateDomainRequest (1.9.2)

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

Request message for UpdateDomain

Attributes

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include fields from Domain: - labels - locations - authorized_networks
domain google.cloud.managedidentities_v1.types.Domain
Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.