Class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig

Inherits:
Object
  • Object
show all
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

GitConfig is a configuration for git operations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig

Returns a new instance of ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig.



2494
2495
2496
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 2494

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

Instance Attribute Details

#httpGoogle::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig

HttpConfig is a configuration for HTTP related git operations. Corresponds to the JSON property http



2492
2493
2494
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 2492

def http
  @http
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2499
2500
2501
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 2499

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