API hub V1 API - Class Google::Cloud::ApiHub::V1::OperationDetails (v0.6.0)

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) — Optional. For OpenAPI spec, this will be set if operation.deprecatedis marked as true in the spec.

#deprecated=

def deprecated=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. For OpenAPI spec, this will be set if operation.deprecatedis marked as true in the spec.
Returns
  • (::Boolean) — Optional. For OpenAPI spec, this will be set if operation.deprecatedis marked as true in the spec.

#description

def description() -> ::String
Returns
  • (::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.

#description=

def description=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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

def documentation() -> ::Google::Cloud::ApiHub::V1::Documentation
Returns

#documentation=

def documentation=(value) -> ::Google::Cloud::ApiHub::V1::Documentation
Parameter
Returns

#http_operation

def http_operation() -> ::Google::Cloud::ApiHub::V1::HttpOperation
Returns

#http_operation=

def http_operation=(value) -> ::Google::Cloud::ApiHub::V1::HttpOperation
Parameter
Returns