Class: Google::Cloud::ApiHub::V1::DiscoveredApiOperation::MatchResult
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DiscoveredApiOperation::MatchResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
MatchResult represents the result of matching a discovered API operation with a catalog API operation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. The name of the matched API Operation.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}.
1859 1860 1861 1862 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1859 class MatchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |