Class UpdateSourceRequest (1.16.1)

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

Request message for updating a source.

Attributes

NameDescription
source google.cloud.securitycenter_v1.types.Source
Required. The source resource to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
The FieldMask to use when updating the source resource. If empty all mutable fields will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateSourceRequest