Interface protos.google.cloud.apigeeconnect.v1.IUrl (1.0.5)

Properties of an Url.

Package

@google-cloud/apigee-connect!

Properties

host

host?: (string|null);

Url host

Property Value
TypeDescription
(string|null)

path

path?: (string|null);

Url path

Property Value
TypeDescription
(string|null)

scheme

scheme?: (google.cloud.apigeeconnect.v1.Scheme|keyof typeof google.cloud.apigeeconnect.v1.Scheme|null);

Url scheme

Property Value
TypeDescription
(google.cloud.apigeeconnect.v1.Scheme|keyof typeof google.cloud.apigeeconnect.v1.Scheme|null)