Class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb
Overview
HttpConfig is a configuration for HTTP related git operations.
Instance Attribute Summary collapse
-
#proxy_secret_version_name ⇒ String
SecretVersion resource of the HTTP proxy URL.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
constructor
A new instance of ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
Returns a new instance of ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig.
2229 2230 2231 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 2229 def initialize(**args) update!(**args) end |
Instance Attribute Details
#proxy_secret_version_name ⇒ 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://@]proxyhost[:port]
.
Corresponds to the JSON property proxySecretVersionName
2227 2228 2229 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 2227 def proxy_secret_version_name @proxy_secret_version_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2234 2235 2236 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 2234 def update!(**args) @proxy_secret_version_name = args[:proxy_secret_version_name] if args.key?(:proxy_secret_version_name) end |