google-apis-accessapproval_v1 0.21.0 → 0.23.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: 5997c0c8910ab9d7c76de5452b740c6573578590f1fff7bde71deaaa6919fad4
4
- data.tar.gz: 000f6c34afd96a9b47612b356c2746082b50776bc616e70208909ada8e86690c
3
+ metadata.gz: e815dc94a115e69b61bc45d3853184a99f59a58d169c689d03fdf9524ebb6485
4
+ data.tar.gz: 69f4053dec2b8523b924f696cf619381da305ee3a4de64bca35e8ec08c4e7a90
5
5
  SHA512:
6
- metadata.gz: 8effb0cebe5dcec68a8641343e099aca95b21caab41d064b86822fa5a0b020492e78ae05fd14e5b40d1d4fa43622780eb2b2a44e5caf115c44da644fab50c576
7
- data.tar.gz: ba03aa8b375cc52a4b2e1311b5aee5fa5bcf195ba1b1113b7a7f2641a204713da80dcbd1ba727edcae86ad0adf096cd968a290d0b74a79f5e675198e8d51d082
6
+ metadata.gz: 607a93cbd56dfc7e1ddeea8a5b6841a4b660c319ab6a3f684566957be9dfa63face45fbca8faf02e336bdf233fc4b4ea9697d5aef221518a7c54927a4a323f82
7
+ data.tar.gz: 138f2ebe8f2b78917520c184fff8af35a648a8b54f76544b859b0f68cd6f479d7a1ca65d8a3258e95a17b9cdf8021ad76d5c433da240b1c75fe3ea07c4ca6b25
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.23.0 (2022-09-21)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.22.0 (2022-08-31)
8
+
9
+ * Regenerated from discovery document revision 20220826
10
+ * Regenerated using generator version 0.9.0
11
+
3
12
  ### v0.21.0 (2022-06-30)
4
13
 
5
14
  * Regenerated using generator version 0.8.0
@@ -397,22 +397,23 @@ module Google
397
397
  # The product for which Access Approval will be enrolled. Allowed values are
398
398
  # listed below (case-sensitive): * all * GA * App Engine * BigQuery * Cloud
399
399
  # Bigtable * Cloud Key Management Service * Compute Engine * Cloud Dataflow *
400
- # Cloud DLP * Cloud EKM * Cloud HSM * Cloud Identity and Access Management *
401
- # Cloud Logging * Cloud Pub/Sub * Cloud Spanner * Cloud SQL * Cloud Storage *
402
- # Google Kubernetes Engine * Organization Policy Serivice * Persistent Disk *
403
- # Resource Manager * Speaker ID Note: These values are supported as input for
404
- # legacy purposes, but will not be returned from the API. * all * ga-only *
405
- # appengine.googleapis.com * bigquery.googleapis.com * bigtable.googleapis.com *
406
- # container.googleapis.com * cloudkms.googleapis.com * cloudresourcemanager.
407
- # googleapis.com * cloudsql.googleapis.com * compute.googleapis.com * dataflow.
408
- # googleapis.com * dlp.googleapis.com * iam.googleapis.com * logging.googleapis.
409
- # com * orgpolicy.googleapis.com * pubsub.googleapis.com * spanner.googleapis.
410
- # com * speakerid.googleapis.com * storage.googleapis.com Calls to
411
- # UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will
412
- # be translated to the associated product name ('all', 'App Engine', etc.). Note:
413
- # 'all' will enroll the resource in all products supported at both 'GA' and '
414
- # Preview' levels. More information about levels of support is available at
415
- # https://cloud.google.com/access-approval/docs/supported-services
400
+ # Cloud Dataproc * Cloud DLP * Cloud EKM * Cloud HSM * Cloud Identity and Access
401
+ # Management * Cloud Logging * Cloud Pub/Sub * Cloud Spanner * Cloud SQL * Cloud
402
+ # Storage * Google Kubernetes Engine * Organization Policy Serivice * Persistent
403
+ # Disk * Resource Manager * Secret Manager * Speaker ID Note: These values are
404
+ # supported as input for legacy purposes, but will not be returned from the API.
405
+ # * all * ga-only * appengine.googleapis.com * bigquery.googleapis.com *
406
+ # bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com *
407
+ # cloudresourcemanager.googleapis.com * cloudsql.googleapis.com * compute.
408
+ # googleapis.com * dataflow.googleapis.com * dataproc.googleapis.com * dlp.
409
+ # googleapis.com * iam.googleapis.com * logging.googleapis.com * orgpolicy.
410
+ # googleapis.com * pubsub.googleapis.com * spanner.googleapis.com *
411
+ # secretmanager.googleapis.com * speakerid.googleapis.com * storage.googleapis.
412
+ # com Calls to UpdateAccessApprovalSettings using 'all' or any of the XXX.
413
+ # googleapis.com will be translated to the associated product name ('all', 'App
414
+ # Engine', etc.). Note: 'all' will enroll the resource in all products supported
415
+ # at both 'GA' and 'Preview' levels. More information about levels of support is
416
+ # available at https://cloud.google.com/access-approval/docs/supported-services
416
417
  # Corresponds to the JSON property `cloudProduct`
417
418
  # @return [String]
418
419
  attr_accessor :cloud_product
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccessapprovalV1
18
18
  # Version of the google-apis-accessapproval_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220519"
25
+ REVISION = "20220826"
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-accessapproval_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-accessapproval_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accessapproval_v1
63
63
  post_install_message:
64
64
  rdoc_options: []