[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eUrl\u003c/code\u003e class within the Google Cloud Apigee Connect v1 API, with the latest version being 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUrl\u003c/code\u003e class, as defined in the proto, represents a URL in the format \u003ccode\u003e[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUrl\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eUrl\u003c/code\u003e class include \u003ccode\u003eHost\u003c/code\u003e (string), \u003ccode\u003ePath\u003c/code\u003e (string), and \u003ccode\u003eScheme\u003c/code\u003e (of type \u003ccode\u003eScheme\u003c/code\u003e), and it contains two constructors, a default and one that accepts another \u003ccode\u003eUrl\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThis resource is contained within the namespace \u003ccode\u003eGoogle.Cloud.ApigeeConnect.V1\u003c/code\u003e and is part of the assembly \u003ccode\u003eGoogle.Cloud.ApigeeConnect.V1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Apigee Connect v1 API - Class Url (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.Url)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.3.0/Google.Cloud.ApigeeConnect.V1.Url)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.2.0/Google.Cloud.ApigeeConnect.V1.Url)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.1.0/Google.Cloud.ApigeeConnect.V1.Url)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.0.0/Google.Cloud.ApigeeConnect.V1.Url)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/1.1.0/Google.Cloud.ApigeeConnect.V1.Url)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/1.0.0/Google.Cloud.ApigeeConnect.V1.Url) \n\n public sealed class Url : IMessage\u003cUrl\u003e, IEquatable\u003cUrl\u003e, IDeepCloneable\u003cUrl\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Connect v1 API class Url.\n\nThe proto definition of url.\nA url represents a URL and the general form represented is:\n\n`[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]` \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Url \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Url](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.Url), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Url](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.Url), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Url](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.Url), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeConnect.V1](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeConnect.V1.dll\n\nConstructors\n------------\n\n### Url()\n\n public Url()\n\n### Url(Url)\n\n public Url(Url other)\n\nProperties\n----------\n\n### Host\n\n public string Host { get; set; }\n\nHost or Host:Port.\n\n### Path\n\n public string Path { get; set; }\n\nPath starts with `/`.\n\n### Scheme\n\n public Scheme Scheme { get; set; }\n\nScheme."]]