Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::OperationDetails.
The operation details parsed from the spec.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deprecated
def deprecated() -> ::Boolean
Returns
-
(::Boolean) — Output only. For OpenAPI spec, this will be set if
operation.deprecated
is marked astrue
in the spec.
#description
def description() -> ::String
Returns
-
(::String) — Output only. 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
def documentation() -> ::Google::Cloud::ApiHub::V1::Documentation
Returns
-
(::Google::Cloud::ApiHub::V1::Documentation) — Output only. Additional external documentation for this operation.
For OpenAPI spec, this will map to
operation.documentation
in the spec.
#http_operation
def http_operation() -> ::Google::Cloud::ApiHub::V1::HttpOperation
Returns
- (::Google::Cloud::ApiHub::V1::HttpOperation) — The HTTP Operation.
#http_operation=
def http_operation=(value) -> ::Google::Cloud::ApiHub::V1::HttpOperation
Parameter
- value (::Google::Cloud::ApiHub::V1::HttpOperation) — The HTTP Operation.
Returns
- (::Google::Cloud::ApiHub::V1::HttpOperation) — The HTTP Operation.