google-apis-accessapproval_v1 0.3.0 → 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab7c5958f2b6ba0c192096dcbc41818a284a6adad8006b91f2bc4f22bb841c9d
|
|
4
|
+
data.tar.gz: a4d10d3dc84e6d5f8468001761a343f86e7e265b38bbb3e4591d03dd4d6fb525
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77a9c2acc9401c2f32393ec6a53303feadf4f68f23b15d8669fbb4354f1a4bb7e44dd0143175dec9ab06ebc22f594547876bb59d3377c3fd91b9efc1681de4d8
|
|
7
|
+
data.tar.gz: ee2c4da6dc28337c0eaf869762e425d746bacbbb7c8d2a65c55f13d5b365a03755f624c9505c4f13484aac406c5d642571c4781ea0e461b5eeeca423befb0453
|
data/CHANGELOG.md
CHANGED
|
@@ -29,7 +29,7 @@ module Google
|
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1'
|
|
31
31
|
|
|
32
|
-
#
|
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
34
34
|
end
|
|
35
35
|
end
|
|
@@ -320,17 +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 * Persistent Disk Note: These
|
|
324
|
-
# for legacy purposes, but will not be returned
|
|
325
|
-
#
|
|
326
|
-
# googleapis.com *
|
|
327
|
-
# googleapis.com *
|
|
328
|
-
# googleapis.com *
|
|
329
|
-
#
|
|
330
|
-
#
|
|
331
|
-
#
|
|
332
|
-
#
|
|
333
|
-
# access-approval/
|
|
323
|
+
# * Cloud Storage * Google Kubernetes Engine * Persistent Disk Note: These
|
|
324
|
+
# values are supported as input for legacy purposes, but will not be returned
|
|
325
|
+
# from the API. * all * appengine.googleapis.com * bigquery.googleapis.com *
|
|
326
|
+
# bigtable.googleapis.com * container.googleapis.com * cloudkms.googleapis.com *
|
|
327
|
+
# compute.googleapis.com * dataflow.googleapis.com * iam.googleapis.com *
|
|
328
|
+
# logging.googleapis.com * pubsub.googleapis.com * spanner.googleapis.com *
|
|
329
|
+
# storage.googleapis.com Calls to UpdateAccessApprovalSettings using 'all' or
|
|
330
|
+
# any of the XXX.googleapis.com will be translated to the associated product
|
|
331
|
+
# name ('all', 'App Engine', etc.). Note: 'all' will enroll the resource in all
|
|
332
|
+
# products supported at both 'GA' and 'Preview' levels. More information about
|
|
333
|
+
# levels of support is available at https://cloud.google.com/access-approval/
|
|
334
|
+
# docs/supported-services
|
|
334
335
|
# Corresponds to the JSON property `cloudProduct`
|
|
335
336
|
# @return [String]
|
|
336
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.4.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 = "20210423"
|
|
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.4.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-
|
|
11
|
+
date: 2021-05-18 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.4.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: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Access Approval API V1
|