Class: Google::Cloud::ApiHub::V1::Path

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String (readonly)

Returns Output only. A short description for the path applicable to all operations.

Returns:

  • (::String)

    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

#path::String (readonly)

Returns Output only. Complete path relative to server endpoint.

Returns:

  • (::String)

    Output only. Complete path relative to server endpoint.



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