google-apis-accessapproval_v1 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5997c0c8910ab9d7c76de5452b740c6573578590f1fff7bde71deaaa6919fad4
4
- data.tar.gz: 000f6c34afd96a9b47612b356c2746082b50776bc616e70208909ada8e86690c
3
+ metadata.gz: 419b038b5adc0e066bffd43509bad58c848d2e8dd8a1da3f9f0d98d94b0c8732
4
+ data.tar.gz: 6c17eaeb9d405e558fd84e054819cb9262543a25f3a7b9277221f30be07cc84e
5
5
  SHA512:
6
- metadata.gz: 8effb0cebe5dcec68a8641343e099aca95b21caab41d064b86822fa5a0b020492e78ae05fd14e5b40d1d4fa43622780eb2b2a44e5caf115c44da644fab50c576
7
- data.tar.gz: ba03aa8b375cc52a4b2e1311b5aee5fa5bcf195ba1b1113b7a7f2641a204713da80dcbd1ba727edcae86ad0adf096cd968a290d0b74a79f5e675198e8d51d082
6
+ metadata.gz: f35cbe3bdf9d7970ee883feb4a57d9da161045c10387c58ed2367fea74b6de07574c3382c59a87350c9c3cb8b8d590124756b5265adaac0dcb57638c334ccb09
7
+ data.tar.gz: bccb2d952a2318f15f7ca653182560d4a835f92d52ea2816f2451be641aa7c435249f90aec3b653f2c8ffbe1fded3857a5a0cd1f13351b13cd7c0d746259b29f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-accessapproval_v1
2
2
 
3
+ ### v0.22.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.21.0 (2022-06-30)
4
9
 
5
10
  * 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.22.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.9.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.22.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-05 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-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.22.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: []