google-apis-pubsub_v1beta2 0.12.0 → 0.13.0

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: 2501915865ee14abf85a95d8fbb0d7df9f2837a22c403fe284d54e09d406a254
4
- data.tar.gz: 27f457e986ddbf4b507a74500717b275a451366da43d60caafcbd9d77ac7df16
3
+ metadata.gz: 71ba1d75d4245259fa1d72b08ce51c42361aae332449dd3e9fa54b80bd8b8ef0
4
+ data.tar.gz: 3f66f0f7291197a9a9dbe0264a010847737d90f4ef0912229976ddd06838da80
5
5
  SHA512:
6
- metadata.gz: 9527862bf017a96b9e778bc93d6068cf2d2e2cad5de73c16a1750ec72557e774c268385327439dcdca158ce21a6d09c6743f60f5e3a9115bfacdf3bfdc3517f4
7
- data.tar.gz: 902037e6b80b4fa36720e60ef44ebe648a4feaec817aa634fa7fd8b475c9dfab60d564763b23af72ae1ef75b801a3c4d2c43e688e5e4f64d27a7dfbdf6248e90
6
+ metadata.gz: adcaa1c69afa65cf5d892d8bc86785b86eec081bab13cfd618f099651430d6f0d601551def0b16c82711ce8233bb1745460b22be6c155b7d167424d89583be1e
7
+ data.tar.gz: 55dc6fd528e5fcbc01b21838a2e7b666a0f2bf98a00bc79b26e2eb5c661cccd7125589b83caa186a1e4874bd5d16364a707512f0c4efdf916da5f9d7728c0365
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1beta2
2
2
 
3
+ ### v0.13.0 (2022-04-17)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
3
7
  ### v0.12.0 (2022-04-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220322
@@ -65,7 +65,7 @@ module Google
65
65
  # @return [Google::Apis::PubsubV1beta2::Expr]
66
66
  attr_accessor :condition
67
67
 
68
- # Specifies the principals requesting access for a Cloud Platform resource. `
68
+ # Specifies the principals requesting access for a Google Cloud resource. `
69
69
  # members` can have the following values: * `allUsers`: A special identifier
70
70
  # that represents anyone who is on the internet; with or without a Google
71
71
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -755,7 +755,7 @@ module Google
755
755
  include Google::Apis::Core::Hashable
756
756
 
757
757
  # The set of permissions to check for the `resource`. Permissions with wildcards
758
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
758
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
759
759
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
760
760
  # Corresponds to the JSON property `permissions`
761
761
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PubsubV1beta2
18
18
  # Version of the google-apis-pubsub_v1beta2 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220322"
25
+ REVISION = "20220404"
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-pubsub_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-18 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-pubsub_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1beta2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1beta2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []