Url(mapping=None, *, ignore_unknown_fields=False, **kwargs)The proto definition of url. A url represents a URL and the general form represented is:
[scheme://]<xref uid="google.cloud.apigeeconnect.v1.Url.host][path">google.cloud.apigeeconnect.v1.Url.host</xref>
Attributes |
|
|---|---|
| Name | Description |
scheme |
google.cloud.apigeeconnect_v1.types.Scheme
Scheme. |
host |
str
Host or Host:Port. |
path |
str
Path starts with /.
|