Interface GitProxyConfigOrBuilder (0.24.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.