Class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
 
 
- 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
GitConfig is a configuration for git operations.
Instance Attribute Summary collapse
- 
  
    
      #http  ⇒ Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
HttpConfig is a configuration for HTTP related git operations.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
Returns a new instance of ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig.
      2207 2208 2209  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 2207 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#http ⇒ Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
HttpConfig is a configuration for HTTP related git operations.
Corresponds to the JSON property http
      2205 2206 2207  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 2205 def http @http end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2212 2213 2214  | 
    
      # File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 2212 def update!(**args) @http = args[:http] if args.key?(:http) end  |