Class: Google::Cloud::Tasks::V2beta3::PathOverride
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::PathOverride
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/target.rb
Overview
PathOverride.
Path message defines path override for HTTP targets.
Instance Attribute Summary collapse
-
#path ⇒ ::String
The URI path (e.g., /users/1234).
Instance Attribute Details
#path ⇒ ::String
Returns The URI path (e.g., /users/1234). Default is an empty string.
58 59 60 61 |
# File 'proto_docs/google/cloud/tasks/v2beta3/target.rb', line 58 class PathOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |