Class CreateServiceRequest (2.3.0)

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

The CreateService request. .. attribute:: parent

Required. Resource 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.