Class: Google::Cloud::ApiHub::V1::HttpOperationDetails::PathParam

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

HTTP Path parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#data_type::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType

Returns Optional. Data type of path param.

Returns:



1904
1905
1906
1907
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1904

class PathParam
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#position::Integer

Returns Optional. Segment location in the path, 1-indexed.

Returns:

  • (::Integer)

    Optional. Segment location in the path, 1-indexed



1904
1905
1906
1907
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1904

class PathParam
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end