google-apis-accessapproval_v1 0.4.0 → 0.5.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 +4 -0
- data/lib/google/apis/accessapproval_v1/classes.rb +12 -12
- data/lib/google/apis/accessapproval_v1/gem_version.rb +2 -2
- 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: b386b076ef1c60040abb67c96aa6ca1ab8c5db20b7a79aa06ff28c98396148d9
|
|
4
|
+
data.tar.gz: c6a82a8a81bc2f07a598d002ff3d1c6e74d8bcc8715caaa24012fca14bffd5de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 152669d09ff6121c59e72113616df69071d2625cff1a2984d32e00bd085bfad73b1bf4d7a0bbe4abb4e338f4773f0020ca07b81a2dc599f8a6b47495435aad4c
|
|
7
|
+
data.tar.gz: 7b63939f30fcdcecb400c4f24e397da64e07c978c4e8d9b79f47d8c5c2f98690909a2f775f732c02ab521b1d339963f5dc71322591124731005c805b211f3b18
|
data/CHANGELOG.md
CHANGED
|
@@ -320,18 +320,18 @@ module Google
|
|
|
320
320
|
# listed below (case-sensitive): * all * App Engine * BigQuery * Cloud Bigtable *
|
|
321
321
|
# Cloud Key Management Service * Compute Engine * Cloud Dataflow * Cloud
|
|
322
322
|
# Identity and Access Management * Cloud Logging * Cloud Pub/Sub * Cloud Spanner
|
|
323
|
-
# * Cloud Storage * Google Kubernetes Engine * Persistent Disk Note:
|
|
324
|
-
# values are supported as input for legacy purposes, but will not be
|
|
325
|
-
# from the API. * all * appengine.googleapis.com * bigquery.googleapis.
|
|
326
|
-
# bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.
|
|
327
|
-
#
|
|
328
|
-
#
|
|
329
|
-
# storage.googleapis.com Calls to
|
|
330
|
-
# any of the XXX.googleapis.com will
|
|
331
|
-
# name ('all', 'App Engine', etc.). Note:
|
|
332
|
-
# products supported at both 'GA' and '
|
|
333
|
-
# levels of support is available at
|
|
334
|
-
# docs/supported-services
|
|
323
|
+
# * Cloud SQL * Cloud Storage * Google Kubernetes Engine * Persistent Disk Note:
|
|
324
|
+
# These values are supported as input for legacy purposes, but will not be
|
|
325
|
+
# returned from the API. * all * appengine.googleapis.com * bigquery.googleapis.
|
|
326
|
+
# com * bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.
|
|
327
|
+
# com * cloudsql.googleapis.com * compute.googleapis.com * dataflow.googleapis.
|
|
328
|
+
# com * iam.googleapis.com * logging.googleapis.com * pubsub.googleapis.com *
|
|
329
|
+
# spanner.googleapis.com * storage.googleapis.com Calls to
|
|
330
|
+
# UpdateAccessApprovalSettings using 'all' or any of the XXX.googleapis.com will
|
|
331
|
+
# be translated to the associated product name ('all', 'App Engine', etc.). Note:
|
|
332
|
+
# 'all' will enroll the resource in all products supported at both 'GA' and '
|
|
333
|
+
# Preview' levels. More information about levels of support is available at
|
|
334
|
+
# https://cloud.google.com/access-approval/docs/supported-services
|
|
335
335
|
# Corresponds to the JSON property `cloudProduct`
|
|
336
336
|
# @return [String]
|
|
337
337
|
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.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210513"
|
|
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.5.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: 2021-05-
|
|
11
|
+
date: 2021-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-accessapproval_v1/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-accessapproval_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|