Class CreateApiRequest (1.2.1)

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

Request message for ApiGatewayService.CreateApi

Attributes

NameDescription
parent str
Required. Parent resource of the API, of the form: ``projects/*/locations/global``
api_id str
Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
api google.cloud.apigateway_v1.types.Api
Required. API resource.

Inheritance

builtins.object > proto.message.Message > CreateApiRequest