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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/accessapproval_v1/classes.rb +17 -16
- data/lib/google/apis/accessapproval_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 419b038b5adc0e066bffd43509bad58c848d2e8dd8a1da3f9f0d98d94b0c8732
|
|
4
|
+
data.tar.gz: 6c17eaeb9d405e558fd84e054819cb9262543a25f3a7b9277221f30be07cc84e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
401
|
-
# Cloud Logging * Cloud Pub/Sub * Cloud Spanner * Cloud SQL * Cloud
|
|
402
|
-
# Google Kubernetes Engine * Organization Policy Serivice * Persistent
|
|
403
|
-
# Resource Manager * Speaker ID Note: These values are
|
|
404
|
-
# legacy purposes, but will not be returned from the API.
|
|
405
|
-
#
|
|
406
|
-
# container.googleapis.com * cloudkms.googleapis.com *
|
|
407
|
-
# googleapis.com * cloudsql.googleapis.com * compute.
|
|
408
|
-
# googleapis.com *
|
|
409
|
-
# com *
|
|
410
|
-
# com *
|
|
411
|
-
#
|
|
412
|
-
#
|
|
413
|
-
#
|
|
414
|
-
#
|
|
415
|
-
#
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|