google-cloud-access_approval-v1 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cce608cd453aa28b100036a521f197c64ac02e934b5b6062753a64b3f847b3a5
4
- data.tar.gz: e2a99f06c9adfc9a18592fe27af7e7bf806bd554caf8b053ce86a0817a2d16dc
3
+ metadata.gz: 2c98c5f42f5e02714a19fb3867b21e0b2978a1ac81ba8d1f65967bbb7d8cdf52
4
+ data.tar.gz: 1c474c7dcff8e026b9823ab3eb2a66195ab419f77e8b084c1bd4f8c3be7b07f4
5
5
  SHA512:
6
- metadata.gz: 30bb0f0408d08921526272cadd4cbe56970a96afbcb219a8afce06423bf081e0c9be24a07f1e9702b7ba8c13b8d0fc3906abd127df67b89493fda9e5ce2f5b9b
7
- data.tar.gz: b477acdbf6932f9148f06f4275ae865ab331a8ce447825361fa7d89aa710b092f7c718b15361e1543531fdcffc2b99f529266d419bbe880f9cdbb09fdbbb31b0
6
+ metadata.gz: 5ce07823dd31fcfec545863c19792ba4eb43c164461f7005484ad059ad2bd86e956becf2c04e1e0b823ed544ecd1d66bac6f38c642fb84fc4467c63c3e19e406
7
+ data.tar.gz: c837440514fea5998f35ae4238ac34916592878a0d1e8532a352b1a4e245c886742943ab8f10043994465ae44981972f8a39c1afa12f296bdb7c22adc51b2d82
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AccessApproval
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.7.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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.0
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-07-01 00:00:00.000000000 Z
11
+ date: 2022-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common