Class CreateServiceRequest (2.10.1)

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

The CreateService request.

Attributes

NameDescription
parent str
Required. Resource name __ of the parent workspace. The format is: :: projects/[PROJECT_ID_OR_NUMBER]
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.