Reference documentation and code samples for the Apigee Connect V1 API class Google::Cloud::ApigeeConnect::V1::Url.
The proto definition of url. A url represents a URL and the general form represented is:
[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#host
def host() -> ::String
Returns
- (::String) — Host or Host:Port.
#host=
def host=(value) -> ::String
Parameter
- value (::String) — Host or Host:Port.
Returns
- (::String) — Host or Host:Port.
#path
def path() -> ::String
Returns
-
(::String) — Path starts with
/
.
#path=
def path=(value) -> ::String
Parameter
-
value (::String) — Path starts with
/
.
Returns
-
(::String) — Path starts with
/
.
#scheme
def scheme() -> ::Google::Cloud::ApigeeConnect::V1::Scheme
Returns
- (::Google::Cloud::ApigeeConnect::V1::Scheme) — Scheme.
#scheme=
def scheme=(value) -> ::Google::Cloud::ApigeeConnect::V1::Scheme
Parameter
- value (::Google::Cloud::ApigeeConnect::V1::Scheme) — Scheme.
Returns
- (::Google::Cloud::ApigeeConnect::V1::Scheme) — Scheme.