Class UpdateGroupRequest (2.9.1)

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

The UpdateGroup request.

Attributes

NameDescription
group google.cloud.monitoring_v3.types.Group
Required. The new definition of the group. All fields of the existing group, excepting ``name``, are replaced with the corresponding fields of this group.
validate_only bool
If true, validate this request but do not update the existing group.

Inheritance

builtins.object > proto.message.Message > UpdateGroupRequest