google-apis-containeranalysis_v1alpha1 0.65.0 → 0.66.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b74fe1f1008502dbbdaa0a22ae6bc53a4344516aa1cce56831c0bb35fc29d192
4
- data.tar.gz: ff057034a3dba0731c6948c7f5d4a07f9eb952fc880a34b774b395373f3056f8
3
+ metadata.gz: 8073b807ef7ac5fb3ce2453c4f7537dc2732c560b80b8f2a7b6c043aaf6d622a
4
+ data.tar.gz: 847cb46e046fb0ed09c547eaf537888a2437562bf5830c6f007745a18d67d05b
5
5
  SHA512:
6
- metadata.gz: ddb2ae3fc6da23e5c6670c896740cbecd1a9c75b8c89155d72dcf88435afb60b4180f8151b65cbcc4c84c0f82c36d23be19dda9d84e0223d6b218938ebbf45cb
7
- data.tar.gz: a5a6978e335e03305f0c6c73f46d17202d7938891b7f1ecec8e4166bb3a3a9da4f1fdbcb7a9e9ccf36443f1577456bb16c941cbf8c7df317cc7211d996d49a86
6
+ metadata.gz: 601df4153ffbf49b0ede75b3d5943c4f1ca448ca83be7b0c6e25dbe662143d5d9f89b6339512f3905464a912392661b9dc09a2024a39b046d86b5c14475b9bae
7
+ data.tar.gz: 2ea1a7302700e92a92629cce1d7d9da09cc0827819b701de64d35bfc73f4b7b273178eda457982a1bde1806b686685f13c7568e49c27be3edb4fd09fa443c904
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.66.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240704
6
+
3
7
  ### v0.65.0 (2024-06-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20240625
@@ -2216,40 +2216,6 @@ module Google
2216
2216
  end
2217
2217
  end
2218
2218
 
2219
- # Represents a storage location in Cloud Storage
2220
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
2221
- include Google::Apis::Core::Hashable
2222
-
2223
- # Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#
2224
- # requirements
2225
- # Corresponds to the JSON property `bucket`
2226
- # @return [String]
2227
- attr_accessor :bucket
2228
-
2229
- # Cloud Storage generation for the object. If the generation is omitted, the
2230
- # latest generation will be used.
2231
- # Corresponds to the JSON property `generation`
2232
- # @return [Fixnum]
2233
- attr_accessor :generation
2234
-
2235
- # Cloud Storage object. See https://cloud.google.com/storage/docs/naming#
2236
- # objectnames
2237
- # Corresponds to the JSON property `object`
2238
- # @return [String]
2239
- attr_accessor :object
2240
-
2241
- def initialize(**args)
2242
- update!(**args)
2243
- end
2244
-
2245
- # Update properties of this object
2246
- def update!(**args)
2247
- @bucket = args[:bucket] if args.key?(:bucket)
2248
- @generation = args[:generation] if args.key?(:generation)
2249
- @object = args[:object] if args.key?(:object)
2250
- end
2251
- end
2252
-
2253
2219
  # GitConfig is a configuration for git operations.
2254
2220
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
2255
2221
  include Google::Apis::Core::Hashable
@@ -2273,17 +2239,14 @@ module Google
2273
2239
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
2274
2240
  include Google::Apis::Core::Hashable
2275
2241
 
2276
- # SecretVersion resource of the HTTP proxy URL. The proxy URL should be in
2277
- # format protocol://@]proxyhost[:port].
2242
+ # SecretVersion resource of the HTTP proxy URL. The Service Account used in the
2243
+ # build (either the default Service Account or user-specified Service Account)
2244
+ # should have `secretmanager.versions.access` permissions on this secret. The
2245
+ # proxy URL should be in format `protocol://@]proxyhost[:port]`.
2278
2246
  # Corresponds to the JSON property `proxySecretVersionName`
2279
2247
  # @return [String]
2280
2248
  attr_accessor :proxy_secret_version_name
2281
2249
 
2282
- # Represents a storage location in Cloud Storage
2283
- # Corresponds to the JSON property `proxySslCaInfo`
2284
- # @return [Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation]
2285
- attr_accessor :proxy_ssl_ca_info
2286
-
2287
2250
  def initialize(**args)
2288
2251
  update!(**args)
2289
2252
  end
@@ -2291,7 +2254,6 @@ module Google
2291
2254
  # Update properties of this object
2292
2255
  def update!(**args)
2293
2256
  @proxy_secret_version_name = args[:proxy_secret_version_name] if args.key?(:proxy_secret_version_name)
2294
- @proxy_ssl_ca_info = args[:proxy_ssl_ca_info] if args.key?(:proxy_ssl_ca_info)
2295
2257
  end
2296
2258
  end
2297
2259
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240625"
25
+ REVISION = "20240704"
26
26
  end
27
27
  end
28
28
  end
@@ -268,12 +268,6 @@ module Google
268
268
  include Google::Apis::Core::JsonObjectSupport
269
269
  end
270
270
 
271
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
272
- class Representation < Google::Apis::Core::JsonRepresentation; end
273
-
274
- include Google::Apis::Core::JsonObjectSupport
275
- end
276
-
277
271
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
278
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
273
 
@@ -1581,15 +1575,6 @@ module Google
1581
1575
  end
1582
1576
  end
1583
1577
 
1584
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
1585
- # @private
1586
- class Representation < Google::Apis::Core::JsonRepresentation
1587
- property :bucket, as: 'bucket'
1588
- property :generation, :numeric_string => true, as: 'generation'
1589
- property :object, as: 'object'
1590
- end
1591
- end
1592
-
1593
1578
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
1594
1579
  # @private
1595
1580
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1602,8 +1587,6 @@ module Google
1602
1587
  # @private
1603
1588
  class Representation < Google::Apis::Core::JsonRepresentation
1604
1589
  property :proxy_secret_version_name, as: 'proxySecretVersionName'
1605
- property :proxy_ssl_ca_info, as: 'proxySslCaInfo', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation::Representation
1606
-
1607
1590
  end
1608
1591
  end
1609
1592
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []