Class: Google::Cloud::Tasks::V2beta2::PathOverride

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/tasks/v2beta2/target.rb

Overview

PathOverride.

Path message defines path override for HTTP targets.

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns The URI path (e.g., /users/1234). Default is an empty string.

Returns:

  • (::String)

    The URI path (e.g., /users/1234). Default is an empty string.



504
505
506
507
# File 'proto_docs/google/cloud/tasks/v2beta2/target.rb', line 504

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