Class CreateServiceRequest (2.11.0)

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

The CreateService request.

Attributes

NameDescription
parent str
Required. Resource `name
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.

Inheritance

builtins.object > proto.message.Message > CreateServiceRequest