Interface GitConfig.HttpConfigOrBuilder (3.61.0)

public static interface GitConfig.HttpConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProxySecretVersionName()

public abstract String getProxySecretVersionName()

SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the default Service Account or user-specified Service Account) should have secretmanager.versions.access permissions on this secret. The proxy URL should be in format protocol://@]proxyhost[:port].

string proxy_secret_version_name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The proxySecretVersionName.

getProxySecretVersionNameBytes()

public abstract ByteString getProxySecretVersionNameBytes()

SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the default Service Account or user-specified Service Account) should have secretmanager.versions.access permissions on this secret. The proxy URL should be in format protocol://@]proxyhost[:port].

string proxy_secret_version_name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for proxySecretVersionName.