Class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1HttpConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/run_v2/classes.rb,
lib/google/apis/run_v2/representations.rb,
lib/google/apis/run_v2/representations.rb

Overview

HttpConfig is a configuration for HTTP related git operations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleDevtoolsCloudbuildV1HttpConfig

Returns a new instance of GoogleDevtoolsCloudbuildV1HttpConfig.



4242
4243
4244
# File 'lib/google/apis/run_v2/classes.rb', line 4242

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#proxy_secret_version_nameString

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

Returns:

  • (String)


4240
4241
4242
# File 'lib/google/apis/run_v2/classes.rb', line 4240

def proxy_secret_version_name
  @proxy_secret_version_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4247
4248
4249
# File 'lib/google/apis/run_v2/classes.rb', line 4247

def update!(**args)
  @proxy_secret_version_name = args[:proxy_secret_version_name] if args.key?(:proxy_secret_version_name)
end