Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::GitConfig::HttpConfig.
HttpConfig is a configuration for HTTP related git operations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#proxy_secret_version_name
def proxy_secret_version_name() -> ::String
Returns
-
(::String) — 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://][user[:password]@]proxyhost[:port]
.
#proxy_secret_version_name=
def proxy_secret_version_name=(value) -> ::String
Parameter
-
value (::String) — 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://][user[:password]@]proxyhost[:port]
.
Returns
-
(::String) — 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://][user[:password]@]proxyhost[:port]
.