Class CreateServiceRequest (2.0.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 .gm_service.Service
Required. The Service to create.