google-apis-containeranalysis_v1alpha1 0.33.0 → 0.34.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: 3f9a6b1a1bc9f9adac47daf5dcd8504ca08c5175cccb92e2e29015dea4faf2e9
4
- data.tar.gz: 456db88baed558e99a0e58015c6808f43d4aee42a367f4e764a1a436bb0e996e
3
+ metadata.gz: 2d05e469aaa1f45c0da05f11cdac03183d91f111ec2bc07f8af72bc15ef99244
4
+ data.tar.gz: 74e4cd63870f766b3864f64408f4320044c1574f5a562c9acf944e65cff3b1ee
5
5
  SHA512:
6
- metadata.gz: '08c65b5eb5a3bdf8cc206d5e9fcff569ec298b3ad99f1173af41e3998ab81e692617f7c527f9107ac53ae35519d10ee76d1b33158ae6f0d09f32a42c86d6f0b8'
7
- data.tar.gz: 0645f0766b72466f85a8fe0598d4ac68fe98648574cbba1f361ba8ddca50900c87e18973cc2329012f1dec9d7ac6be0d42939ca71af7606e0264dcaa8f2688c9
6
+ metadata.gz: fc53654a73355d136592cd2ac622546ba2c6e716703891e00f02350ad694d26759acdb950c891cfc35c4b1e1a29691685482f150e102fa0886fbecca6d46c6aa
7
+ data.tar.gz: 5263f029bbdf42aef679666369e749d1b915f346fe28cae0fe6efc5239c42f416903d3004ab4f4697d620d4d0e3d7085e8e3e3d8392be913c704a0f02154580b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.34.0 (2022-09-09)
4
+
5
+ * Regenerated from discovery document revision 20220902
6
+
3
7
  ### v0.33.0 (2022-08-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220805
@@ -231,31 +231,33 @@ module Google
231
231
  # members` can have the following values: * `allUsers`: A special identifier
232
232
  # that represents anyone who is on the internet; with or without a Google
233
233
  # account. * `allAuthenticatedUsers`: A special identifier that represents
234
- # anyone who is authenticated with a Google account or a service account. * `
235
- # user:`emailid``: An email address that represents a specific Google account.
236
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
237
- # address that represents a Google service account. For example, `my-other-app@
238
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
239
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
240
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
241
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
242
- # . * `group:`emailid``: An email address that represents a Google group. For
243
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
244
- # email address (plus unique identifier) representing a user that has been
245
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
246
- # If the user is recovered, this value reverts to `user:`emailid`` and the
247
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
248
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
249
- # representing a service account that has been recently deleted. For example, `
250
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
251
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
252
- # and the undeleted service account retains the role in the binding. * `deleted:
253
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
254
- # representing a Google group that has been recently deleted. For example, `
255
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
256
- # value reverts to `group:`emailid`` and the recovered group retains the role in
257
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
258
- # all the users of that domain. For example, `google.com` or `example.com`.
234
+ # anyone who is authenticated with a Google account or a service account. Does
235
+ # not include identities that come from external identity providers (IdPs)
236
+ # through identity federation. * `user:`emailid``: An email address that
237
+ # represents a specific Google account. For example, `alice@example.com` . * `
238
+ # serviceAccount:`emailid``: An email address that represents a Google service
239
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
240
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
241
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
242
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
243
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
244
+ # email address that represents a Google group. For example, `admins@example.com`
245
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
246
+ # identifier) representing a user that has been recently deleted. For example, `
247
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
248
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
249
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
250
+ # address (plus unique identifier) representing a service account that has been
251
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
252
+ # 123456789012345678901`. If the service account is undeleted, this value
253
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
254
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
255
+ # An email address (plus unique identifier) representing a Google group that has
256
+ # been recently deleted. For example, `admins@example.com?uid=
257
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
258
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
259
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
260
+ # of that domain. For example, `google.com` or `example.com`.
259
261
  # Corresponds to the JSON property `members`
260
262
  # @return [Array<String>]
261
263
  attr_accessor :members
@@ -1396,6 +1398,22 @@ module Google
1396
1398
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
1397
1399
  include Google::Apis::Core::Hashable
1398
1400
 
1401
+ # Allow this build step to fail without failing the entire build if and only if
1402
+ # the exit code is one of the specified codes. If allow_failure is also
1403
+ # specified, this field will take precedence.
1404
+ # Corresponds to the JSON property `allowExitCodes`
1405
+ # @return [Array<Fixnum>]
1406
+ attr_accessor :allow_exit_codes
1407
+
1408
+ # Allow this build step to fail without failing the entire build. If false, the
1409
+ # entire build will fail if this step fails. Otherwise, the build will succeed,
1410
+ # but this step will still have a failure status. Error information will be
1411
+ # reported in the failure_detail field.
1412
+ # Corresponds to the JSON property `allowFailure`
1413
+ # @return [Boolean]
1414
+ attr_accessor :allow_failure
1415
+ alias_method :allow_failure?, :allow_failure
1416
+
1399
1417
  # A list of arguments that will be presented to the step when it is started. If
1400
1418
  # the image used to run the step's container has an entrypoint, the `args` are
1401
1419
  # used as arguments to that entrypoint. If the image does not define an
@@ -1429,6 +1447,11 @@ module Google
1429
1447
  # @return [Array<String>]
1430
1448
  attr_accessor :env
1431
1449
 
1450
+ # Output only. Return code from running the step.
1451
+ # Corresponds to the JSON property `exitCode`
1452
+ # @return [Fixnum]
1453
+ attr_accessor :exit_code
1454
+
1432
1455
  # Unique identifier for this build step, used in `wait_for` to reference this
1433
1456
  # build step as a dependency.
1434
1457
  # Corresponds to the JSON property `id`
@@ -1510,10 +1533,13 @@ module Google
1510
1533
 
1511
1534
  # Update properties of this object
1512
1535
  def update!(**args)
1536
+ @allow_exit_codes = args[:allow_exit_codes] if args.key?(:allow_exit_codes)
1537
+ @allow_failure = args[:allow_failure] if args.key?(:allow_failure)
1513
1538
  @args = args[:args] if args.key?(:args)
1514
1539
  @dir = args[:dir] if args.key?(:dir)
1515
1540
  @entrypoint = args[:entrypoint] if args.key?(:entrypoint)
1516
1541
  @env = args[:env] if args.key?(:env)
1542
+ @exit_code = args[:exit_code] if args.key?(:exit_code)
1517
1543
  @id = args[:id] if args.key?(:id)
1518
1544
  @name = args[:name] if args.key?(:name)
1519
1545
  @pull_timing = args[:pull_timing] if args.key?(:pull_timing)
@@ -2218,8 +2244,8 @@ module Google
2218
2244
  # @return [String]
2219
2245
  attr_accessor :platform
2220
2246
 
2221
- # Output only. Resource URI for the artifact being deployed taken from the
2222
- # deployable field with the same name.
2247
+ # Resource URI for the artifact being deployed taken from the deployable field
2248
+ # with the same name.
2223
2249
  # Corresponds to the JSON property `resourceUri`
2224
2250
  # @return [Array<String>]
2225
2251
  attr_accessor :resource_uri
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220805"
25
+ REVISION = "20220902"
26
26
  end
27
27
  end
28
28
  end
@@ -1184,10 +1184,13 @@ module Google
1184
1184
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
1185
1185
  # @private
1186
1186
  class Representation < Google::Apis::Core::JsonRepresentation
1187
+ collection :allow_exit_codes, as: 'allowExitCodes'
1188
+ property :allow_failure, as: 'allowFailure'
1187
1189
  collection :args, as: 'args'
1188
1190
  property :dir, as: 'dir'
1189
1191
  property :entrypoint, as: 'entrypoint'
1190
1192
  collection :env, as: 'env'
1193
+ property :exit_code, as: 'exitCode'
1191
1194
  property :id, as: 'id'
1192
1195
  property :name, as: 'name'
1193
1196
  property :pull_timing, as: 'pullTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
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.33.0
4
+ version: 0.34.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: 2022-08-15 00:00:00.000000000 Z
11
+ date: 2022-09-12 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.34.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: []