google-cloud-access_approval-v1 0.7.0 → 0.7.1
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: 2c98c5f42f5e02714a19fb3867b21e0b2978a1ac81ba8d1f65967bbb7d8cdf52
|
|
4
|
+
data.tar.gz: 1c474c7dcff8e026b9823ab3eb2a66195ab419f77e8b084c1bd4f8c3be7b07f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ce07823dd31fcfec545863c19792ba4eb43c164461f7005484ad059ad2bd86e956becf2c04e1e0b823ed544ecd1d66bac6f38c642fb84fc4467c63c3e19e406
|
|
7
|
+
data.tar.gz: c837440514fea5998f35ae4238ac34916592878a0d1e8532a352b1a4e245c886742943ab8f10043994465ae44981972f8a39c1afa12f296bdb7c22adc51b2d82
|
|
@@ -223,6 +223,7 @@ module Google
|
|
|
223
223
|
# * Cloud Key Management Service
|
|
224
224
|
# * Compute Engine
|
|
225
225
|
# * Cloud Dataflow
|
|
226
|
+
# * Cloud Dataproc
|
|
226
227
|
# * Cloud DLP
|
|
227
228
|
# * Cloud EKM
|
|
228
229
|
# * Cloud HSM
|
|
@@ -236,6 +237,7 @@ module Google
|
|
|
236
237
|
# * Organization Policy Serivice
|
|
237
238
|
# * Persistent Disk
|
|
238
239
|
# * Resource Manager
|
|
240
|
+
# * Secret Manager
|
|
239
241
|
# * Speaker ID
|
|
240
242
|
#
|
|
241
243
|
# Note: These values are supported as input for legacy purposes, but will not
|
|
@@ -252,12 +254,14 @@ module Google
|
|
|
252
254
|
# * cloudsql.googleapis.com
|
|
253
255
|
# * compute.googleapis.com
|
|
254
256
|
# * dataflow.googleapis.com
|
|
257
|
+
# * dataproc.googleapis.com
|
|
255
258
|
# * dlp.googleapis.com
|
|
256
259
|
# * iam.googleapis.com
|
|
257
260
|
# * logging.googleapis.com
|
|
258
261
|
# * orgpolicy.googleapis.com
|
|
259
262
|
# * pubsub.googleapis.com
|
|
260
263
|
# * spanner.googleapis.com
|
|
264
|
+
# * secretmanager.googleapis.com
|
|
261
265
|
# * speakerid.googleapis.com
|
|
262
266
|
# * storage.googleapis.com
|
|
263
267
|
#
|
|
@@ -26,8 +26,6 @@ module Google
|
|
|
26
26
|
# service Foo {
|
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
|
28
28
|
# }
|
|
29
|
-
#
|
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
|
31
29
|
class Empty
|
|
32
30
|
include ::Google::Protobuf::MessageExts
|
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-access_approval-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
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-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|