Apigee Connect V1 API - Class Google::Cloud::ApigeeConnect::V1::Url (v1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
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]
Extended By
-
Google::Protobuf::MessageExts::ClassMethods
Includes
-
Google::Protobuf::MessageExts
Methods
#host
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
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
#scheme=
def scheme=(value) -> ::Google::Cloud::ApigeeConnect::V1::Scheme
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Apigee Connect V1 API - Class Google::Cloud::ApigeeConnect::V1::Url (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-apigee_connect-v1/latest/Google-Cloud-ApigeeConnect-V1-Url)\n- [1.2.1](/ruby/docs/reference/google-cloud-apigee_connect-v1/1.2.1/Google-Cloud-ApigeeConnect-V1-Url)\n- [1.1.0](/ruby/docs/reference/google-cloud-apigee_connect-v1/1.1.0/Google-Cloud-ApigeeConnect-V1-Url)\n- [1.0.1](/ruby/docs/reference/google-cloud-apigee_connect-v1/1.0.1/Google-Cloud-ApigeeConnect-V1-Url)\n- [0.7.0](/ruby/docs/reference/google-cloud-apigee_connect-v1/0.7.0/Google-Cloud-ApigeeConnect-V1-Url)\n- [0.6.2](/ruby/docs/reference/google-cloud-apigee_connect-v1/0.6.2/Google-Cloud-ApigeeConnect-V1-Url)\n- [0.5.0](/ruby/docs/reference/google-cloud-apigee_connect-v1/0.5.0/Google-Cloud-ApigeeConnect-V1-Url)\n- [0.4.0](/ruby/docs/reference/google-cloud-apigee_connect-v1/0.4.0/Google-Cloud-ApigeeConnect-V1-Url)\n- [0.3.0](/ruby/docs/reference/google-cloud-apigee_connect-v1/0.3.0/Google-Cloud-ApigeeConnect-V1-Url)\n- [0.2.0](/ruby/docs/reference/google-cloud-apigee_connect-v1/0.2.0/Google-Cloud-ApigeeConnect-V1-Url)\n- [0.1.4](/ruby/docs/reference/google-cloud-apigee_connect-v1/0.1.4/Google-Cloud-ApigeeConnect-V1-Url) \nReference documentation and code samples for the Apigee Connect V1 API class Google::Cloud::ApigeeConnect::V1::Url.\n\nThe proto definition of url.\nA url represents a URL and the general form represented is:\n\n\n\u003cbr /\u003e\n\n`[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]` \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #host\n\n def host() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Host or Host:Port.\n\n### #host=\n\n def host=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Host or Host:Port. \n**Returns**\n\n- (::String) --- Host or Host:Port.\n\n### #path\n\n def path() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Path starts with `/`.\n\n### #path=\n\n def path=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Path starts with `/`. \n**Returns**\n\n- (::String) --- Path starts with `/`.\n\n### #scheme\n\n def scheme() -\u003e ::Google::Cloud::ApigeeConnect::V1::Scheme\n\n**Returns**\n\n- ([::Google::Cloud::ApigeeConnect::V1::Scheme](./Google-Cloud-ApigeeConnect-V1-Scheme)) --- Scheme.\n\n### #scheme=\n\n def scheme=(value) -\u003e ::Google::Cloud::ApigeeConnect::V1::Scheme\n\n**Parameter**\n\n- **value** ([::Google::Cloud::ApigeeConnect::V1::Scheme](./Google-Cloud-ApigeeConnect-V1-Scheme)) --- Scheme. \n**Returns**\n\n- ([::Google::Cloud::ApigeeConnect::V1::Scheme](./Google-Cloud-ApigeeConnect-V1-Scheme)) --- Scheme."]]