Class CreateGroupRequest (2.5.2)

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

The CreateGroup request. .. attribute:: name

Required. The project <https://cloud.google.com/monitoring/api/v3#project_name>__ in which to create the group. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]

:type: str

Attributes

NameDescription
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.