Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class OpenApiDocument.
An OpenAPI Specification Document describing an API.
Generated from protobuf message google.cloud.apigateway.v1.ApiConfig.OpenApiDocument
Namespace
Google \ Cloud \ ApiGateway \ V1 \ ApiConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ document |
Google\Cloud\ApiGateway\V1\ApiConfig\File
The OpenAPI Specification document file. |
getDocument
The OpenAPI Specification document file.
Returns | |
---|---|
Type | Description |
Google\Cloud\ApiGateway\V1\ApiConfig\File|null |
hasDocument
clearDocument
setDocument
The OpenAPI Specification document file.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ApiGateway\V1\ApiConfig\File
|
Returns | |
---|---|
Type | Description |
$this |