Reference documentation and code samples for the Google Cloud Api Hub V1 Client class OperationDetails.
The operation details parsed from the spec.
Generated from protobuf message google.cloud.apihub.v1.OperationDetails
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ http_operation
↳ description
string
Optional. Description of the operation behavior. For OpenAPI spec, this will map to operation.description
in the spec, in case description is empty, operation.summary
will be used.
↳ documentation
Documentation
Optional. Additional external documentation for this operation. For OpenAPI spec, this will map to operation.documentation
in the spec.
↳ deprecated
bool
Optional. For OpenAPI spec, this will be set if operation.deprecated
is marked as true
in the spec.
getHttpOperation
The HTTP Operation.
hasHttpOperation
setHttpOperation
The HTTP Operation.
$this
getDescription
Optional. Description of the operation behavior.
For OpenAPI spec, this will map to operation.description
in the
spec, in case description is empty, operation.summary
will be used.
string
setDescription
Optional. Description of the operation behavior.
For OpenAPI spec, this will map to operation.description
in the
spec, in case description is empty, operation.summary
will be used.
var
string
$this
getDocumentation
Optional. Additional external documentation for this operation.
For OpenAPI spec, this will map to operation.documentation
in the spec.
hasDocumentation
clearDocumentation
setDocumentation
Optional. Additional external documentation for this operation.
For OpenAPI spec, this will map to operation.documentation
in the spec.
$this
getDeprecated
Optional. For OpenAPI spec, this will be set if operation.deprecated
is
marked as true
in the spec.
bool
setDeprecated
Optional. For OpenAPI spec, this will be set if operation.deprecated
is
marked as true
in the spec.
var
bool
$this
getOperation
string

