Class: Google::Api::RoutingParameter
- Inherits:
-
Object
- Object
- Google::Api::RoutingParameter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/routing.rb
Overview
A projection from an input message to the GRPC or REST header.
Instance Attribute Summary collapse
-
#field ⇒ ::String
A request field to extract the header key-value pair from.
-
#path_template ⇒ ::String
A pattern matching the key-value field.
Instance Attribute Details
#field ⇒ ::String
454 455 456 457 |
# File 'proto_docs/google/api/routing.rb', line 454 class RoutingParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path_template ⇒ ::String
454 455 456 457 |
# File 'proto_docs/google/api/routing.rb', line 454 class RoutingParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |