Class: Google::Cloud::ApiHub::V1::Path
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::Path
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
The path details derived from the spec.
Instance Attribute Summary collapse
-
#description ⇒ ::String
readonly
Output only.
-
#path ⇒ ::String
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String (readonly)
Returns Output only. A short description for the path applicable to all operations.
802 803 804 805 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 802 class Path include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |