Class: Google::Cloud::ApigeeConnect::V1::Url
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::Url
- 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
-
#host ⇒ ::String
Host or Host:Port.
-
#path ⇒ ::String
Path starts with
/
. -
#scheme ⇒ ::Google::Cloud::ApigeeConnect::V1::Scheme
Scheme.
Instance Attribute Details
#host ⇒ ::String
Returns 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 |