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.



4023
4024
4025
# File 'lib/google/apis/run_v2/classes.rb', line 4023

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

Instance Attribute Details

#proxy_secret_version_nameString

SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port]. Corresponds to the JSON property proxySecretVersionName

Returns:

  • (String)


4016
4017
4018
# File 'lib/google/apis/run_v2/classes.rb', line 4016

def proxy_secret_version_name
  @proxy_secret_version_name
end

#proxy_ssl_ca_infoGoogle::Apis::RunV2::GoogleDevtoolsCloudbuildV1GcsLocation

Represents a storage location in Cloud Storage Corresponds to the JSON property proxySslCaInfo



4021
4022
4023
# File 'lib/google/apis/run_v2/classes.rb', line 4021

def proxy_ssl_ca_info
  @proxy_ssl_ca_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4028
4029
4030
4031
# File 'lib/google/apis/run_v2/classes.rb', line 4028

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