Class: Google::Cloud::ApiHub::V1::OperationDetails
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::OperationDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
The operation details parsed from the spec.
Instance Attribute Summary collapse
-
#deprecated ⇒ ::Boolean
readonly
Output only.
-
#description ⇒ ::String
readonly
Output only.
-
#documentation ⇒ ::Google::Cloud::ApiHub::V1::Documentation
readonly
Output only.
-
#http_operation ⇒ ::Google::Cloud::ApiHub::V1::HttpOperation
The HTTP Operation.
Instance Attribute Details
#deprecated ⇒ ::Boolean (readonly)
Returns Output only. For OpenAPI spec, this will be set if operation.deprecated
is
marked as true
in the spec.
748 749 750 751 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 748 class OperationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String (readonly)
Returns 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.
748 749 750 751 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 748 class OperationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#documentation ⇒ ::Google::Cloud::ApiHub::V1::Documentation (readonly)
Returns Output only. Additional external documentation for this operation.
For OpenAPI spec, this will map to operation.documentation
in the spec.
748 749 750 751 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 748 class OperationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_operation ⇒ ::Google::Cloud::ApiHub::V1::HttpOperation
Returns The HTTP Operation.
748 749 750 751 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 748 class OperationDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |