Class CreateServiceRequest (2.5.2)

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

The CreateService request. .. attribute:: parent

Required. Resource name <https://cloud.google.com/monitoring/api/v3#project_name>__ of the parent workspace. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]

:type: str

Attributes

NameDescription
service_id str
Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+
service google.cloud.monitoring_v3.types.Service
Required. The Service to create.