Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class GitProxyConfig.
The git proxy configuration.
Generated from protobuf message google.cloud.developerconnect.v1.GitProxyConfig
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.
↳ http_proxy_base_uri
string
Output only. The base URI for the HTTP proxy endpoint. Has the format https://{generatedID}-c-h-{shortRegion}.developerconnect.dev
Populated only when enabled is set to true. This endpoint is used by other Google services that integrate with Developer Connect.
getEnabled
Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.
bool
setEnabled
Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.
var
bool
$this
getHttpProxyBaseUri
Output only. The base URI for the HTTP proxy endpoint. Has
the format https://{generatedID}-c-h-{shortRegion}.developerconnect.dev
Populated only when enabled is set to true.
This endpoint is used by other Google services that integrate with Developer Connect.
string
setHttpProxyBaseUri
Output only. The base URI for the HTTP proxy endpoint. Has
the format https://{generatedID}-c-h-{shortRegion}.developerconnect.dev
Populated only when enabled is set to true.
This endpoint is used by other Google services that integrate with Developer Connect.
var
string
$this

