Reference documentation and code samples for the Google Cloud Apigee Connect V1 Client class Url.
The proto definition of url.
A url represents a URL and the general form represented is: <xref uid="\Google\Cloud\ApigeeConnect\V1\Url::getHost()">scheme://</xref>[path]
Generated from protobuf message google.cloud.apigeeconnect.v1.Url
Namespace
Google \ Cloud \ ApigeeConnect \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ scheme
int
Scheme.
↳ host
string
Host or Host:Port.
↳ path
string
Path starts with /
.
getScheme
Scheme.
int
setScheme
Scheme.
var
int
$this
getHost
Host or Host:Port.
string
setHost
Host or Host:Port.
var
string
$this
getPath
Path starts with /
.
string
setPath
Path starts with /
.
var
string
$this