Reference documentation and code samples for the Google Cloud Api Hub V1 Client class OpenApiSpecDetails.
OpenApiSpecDetails contains the details parsed from an OpenAPI spec in addition to the fields mentioned in SpecDetails .
Generated from protobuf message google.cloud.apihub.v1.OpenApiSpecDetails
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ format
int
Output only. The format of the spec.
↳ version
string
Output only. The version in the spec. This maps to info.version
in OpenAPI spec.
↳ owner
getFormat
Output only. The format of the spec.
setFormat
Output only. The format of the spec.
$this
getVersion
Output only. The version in the spec.
This maps to info.version
in OpenAPI spec.
string
setVersion
Output only. The version in the spec.
This maps to info.version
in OpenAPI spec.
var
string
$this
getOwner
Output only. Owner details for the spec.
This maps to info.contact
in OpenAPI spec.
hasOwner
clearOwner
setOwner
Output only. Owner details for the spec.
This maps to info.contact
in OpenAPI spec.
$this

