Apigee Connect v1 API - Class Url (2.3.0)

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]

Inheritance

object > Url

Namespace

Google.Cloud.ApigeeConnect.V1

Assembly

Google.Cloud.ApigeeConnect.V1.dll

Constructors

Url()

public Url()

Url(Url)

public Url(Url other)
Parameter
NameDescription
otherUrl

Properties

Host

public string Host { get; set; }

Host or Host:Port.

Property Value
TypeDescription
string

Path

public string Path { get; set; }

Path starts with /.

Property Value
TypeDescription
string

Scheme

public Scheme Scheme { get; set; }

Scheme.

Property Value
TypeDescription
Scheme