Class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/containeranalysis_v1alpha1/classes.rb,
lib/google/apis/containeranalysis_v1alpha1/representations.rb,
lib/google/apis/containeranalysis_v1alpha1/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.
 - 
  
    
      #proxy_ssl_ca_info  ⇒ Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents a storage location in Cloud Storage Corresponds to the JSON property
proxySslCaInfo. 
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.
      2287 2288 2289  | 
    
      # File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 2287 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#proxy_secret_version_name ⇒ String
SecretVersion resource of the HTTP proxy URL. The proxy URL should be in
format protocol://@]proxyhost[:port].
Corresponds to the JSON property proxySecretVersionName
      2280 2281 2282  | 
    
      # File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 2280 def proxy_secret_version_name @proxy_secret_version_name end  | 
  
#proxy_ssl_ca_info ⇒ Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
Represents a storage location in Cloud Storage
Corresponds to the JSON property proxySslCaInfo
      2285 2286 2287  | 
    
      # File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 2285 def proxy_ssl_ca_info @proxy_ssl_ca_info end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2292 2293 2294 2295  | 
    
      # File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 2292 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  |