Interface GitProxyConfigOrBuilder (0.44.0)

public interface GitProxyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean 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 enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enabled.

getHttpProxyBaseUri()

public abstract String 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 http_proxy_base_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The httpProxyBaseUri.

getHttpProxyBaseUriBytes()

public abstract ByteString getHttpProxyBaseUriBytes()

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 http_proxy_base_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for httpProxyBaseUri.