google-apis-containeranalysis_v1alpha1 0.51.0 → 0.52.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: 1d79a63e2c5a0836da29831be630634f0406867a44cc79173585e7a2820219b6
4
- data.tar.gz: 76c859d0c7c267c3b45ac7f302fe4e193d6cfa56ac9a0663942cf88db43b6f11
3
+ metadata.gz: 15f949c4218499b6f45d3665f5e836c00dd156042dc0198d56ef4312311b2e78
4
+ data.tar.gz: 6fdc4e453cf3c8a6f1a055b859c4b342108784e8811111f164ff8b8c17c0fa33
5
5
  SHA512:
6
- metadata.gz: ac4045d4be2d4004ddf61dd8d66ca2526920a099dcafc0bf22629f7672cb6f4b33be6e5ace92f3a74cec5ceede3384b774f7d8b911ecc30f8b3c6a03d0d85573
7
- data.tar.gz: 67bde609136ab3446e18c754e9c86331e0feae263f7ed17a378b5a14a5df3774b068214ea6931d5f4bf4c2f3d032fe4cddf655352f7ab0841c61d4a2a8bc05fc
6
+ metadata.gz: ac1e510553025651ddf31605702599eefde57c2089f8a3282db67bdbff2a825b4a2ac43179847fb063cbfc0eb5300338fc13361d6dffb570c878d2f5a4bb3731
7
+ data.tar.gz: 8992ac5cf1c0f324089850b97bb437ccb473bd56f3c03fa61ec645a31d209d90a8ee5b5269630f7769e264a69bb4bfcfe138279040e9cc014e60352381b74315
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.52.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.51.0 (2023-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230721
@@ -5164,13 +5164,13 @@ module Google
5164
5164
  # @return [String]
5165
5165
  attr_accessor :name
5166
5166
 
5167
- # The normal response of the operation in case of success. If the original
5168
- # method returns no data on success, such as `Delete`, the response is `google.
5169
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
5170
- # the response should be the resource. For other methods, the response should
5171
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
5172
- # example, if the original method name is `TakeSnapshot()`, the inferred
5173
- # response type is `TakeSnapshotResponse`.
5167
+ # The normal, successful response of the operation. If the original method
5168
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
5169
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
5170
+ # response should be the resource. For other methods, the response should have
5171
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
5172
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
5173
+ # `TakeSnapshotResponse`.
5174
5174
  # Corresponds to the JSON property `response`
5175
5175
  # @return [Hash<String,Object>]
5176
5176
  attr_accessor :response
@@ -5601,22 +5601,22 @@ module Google
5601
5601
  # evaluates to `true`. A condition can add constraints based on attributes of
5602
5602
  # the request, the resource, or both. To learn which resources support
5603
5603
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
5604
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
5604
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
5605
5605
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
5606
5606
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
5607
5607
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
5608
5608
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
5609
5609
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
5610
5610
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
5611
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
5612
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
5613
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
5614
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
5615
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
5616
- # access description: Does not grant access after Sep 2020 expression: request.
5617
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
5618
- # a description of IAM and its features, see the [IAM documentation](https://
5619
- # cloud.google.com/iam/docs/).
5611
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
5612
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
5613
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
5614
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
5615
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
5616
+ # title: expirable access description: Does not grant access after Sep 2020
5617
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
5618
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
5619
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
5620
5620
  class Policy
5621
5621
  include Google::Apis::Core::Hashable
5622
5622
 
@@ -6347,22 +6347,22 @@ module Google
6347
6347
  # evaluates to `true`. A condition can add constraints based on attributes of
6348
6348
  # the request, the resource, or both. To learn which resources support
6349
6349
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
6350
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
6350
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
6351
6351
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
6352
6352
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
6353
6353
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
6354
6354
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
6355
6355
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
6356
6356
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
6357
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
6358
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
6359
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
6360
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
6361
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
6362
- # access description: Does not grant access after Sep 2020 expression: request.
6363
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
6364
- # a description of IAM and its features, see the [IAM documentation](https://
6365
- # cloud.google.com/iam/docs/).
6357
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
6358
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
6359
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
6360
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
6361
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
6362
+ # title: expirable access description: Does not grant access after Sep 2020
6363
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
6364
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
6365
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
6366
6366
  # Corresponds to the JSON property `policy`
6367
6367
  # @return [Google::Apis::ContaineranalysisV1alpha1::Policy]
6368
6368
  attr_accessor :policy
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230721"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
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.51.0
4
+ version: 0.52.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.52.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: []