public sealed class Url : IMessage<Url>, IEquatable<Url>, IDeepCloneable<Url>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Connect v1 API class 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]
Namespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
Url()
public Url()
Url(Url)
public Url(Url other)
Parameter | |
---|---|
Name | Description |
other |
Url |
Properties
Host
public string Host { get; set; }
Host or Host:Port.
Property Value | |
---|---|
Type | Description |
string |
Path
public string Path { get; set; }
Path starts with /
.
Property Value | |
---|---|
Type | Description |
string |
Scheme
public Scheme Scheme { get; set; }
Scheme.
Property Value | |
---|---|
Type | Description |
Scheme |