Class: Google::Cloud::ApigeeConnect::V1::Url

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeconnect/v1/tether.rb

Overview

The proto definition of url. A url represents a URL and the general form represented is:

[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]

Instance Attribute Summary collapse

Instance Attribute Details

#host::String

Returns Host or Host:Port.

Returns:

  • (::String)

    Host or Host:Port.



138
139
140
141
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 138

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

#path::String

Returns Path starts with /.

Returns:

  • (::String)

    Path starts with /.



138
139
140
141
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 138

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

#scheme::Google::Cloud::ApigeeConnect::V1::Scheme

Returns Scheme.



138
139
140
141
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 138

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