GetApiConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ApiGatewayService.GetApiConfig
Attributes | |
---|---|
Name | Description |
name |
str
Required. Resource name of the form: projects/*/locations/global/apis/*/configs/*
|
view |
google.cloud.apigateway_v1.types.GetApiConfigRequest.ConfigView
Specifies which fields of the API Config are returned in the response. Defaults to BASIC view.
|
Classes
ConfigView
ConfigView(value)
Enum to control which fields should be included in the response.
Values: CONFIG_VIEW_UNSPECIFIED (0): No description available. BASIC (1): Do not include configuration source files. FULL (2): Include configuration source files.