Class CreateGroupRequest (2.8.0)

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

The CreateGroup request.

Attributes

NameDescription
name str
Required. The project __ in which to create the group. The format is: :: projects/[PROJECT_ID_OR_NUMBER]
group google.cloud.monitoring_v3.types.Group
Required. A group definition. It is an error to define the name field because the system assigns the name.
validate_only bool
If true, validate this request but do not create the group.