google-apis-pubsub_v1 0.9.0 → 0.10.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/pubsub_v1/gem_version.rb +2 -2
- data/lib/google/apis/pubsub_v1/service.rb +40 -28
- 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: 7221fbdb8d3734af80016069d6160c557d6ff2aa818889387c38d6fb23dda66b
|
|
4
|
+
data.tar.gz: a517229870ff5b517a040a6d6120c578a5fbdfa3d8146866550f252be4c73f6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74eb89878d6550f124cfdecf82745c083dcb8e6de5f9192e5e193d27b78eccd20981a34289ee83223dbaeb6c2248549640eab2d349b2843aea9e5401c2850822
|
|
7
|
+
data.tar.gz: 8b5cd49a80d28ad57badd2791f5fe5dd60d0463546d79ab7c85b805118953ee86a7842ff93f8585954823bb726c5499fa88c0c45573f89e371369570238ad661
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PubsubV1
|
|
18
18
|
# Version of the google-apis-pubsub_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.10.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211108"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -160,13 +160,16 @@ module Google
|
|
|
160
160
|
# REQUIRED: The resource for which the policy is being requested. See the
|
|
161
161
|
# operation documentation for the appropriate value for this field.
|
|
162
162
|
# @param [Fixnum] options_requested_policy_version
|
|
163
|
-
# Optional. The policy
|
|
164
|
-
# 3. Requests specifying an invalid value will be
|
|
165
|
-
# policies with any conditional bindings must
|
|
166
|
-
#
|
|
167
|
-
# field unset.
|
|
168
|
-
#
|
|
169
|
-
#
|
|
163
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
|
164
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
165
|
+
# rejected. Requests for policies with any conditional role bindings must
|
|
166
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
|
167
|
+
# valid value or leave the field unset. The policy in the response might use the
|
|
168
|
+
# policy version that you specified, or it might use a lower policy version. For
|
|
169
|
+
# example, if you specify version 3, but the policy has no conditional role
|
|
170
|
+
# bindings, the response uses version 1. To learn which resources support
|
|
171
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
172
|
+
# google.com/iam/help/conditions/resource-policies).
|
|
170
173
|
# @param [String] fields
|
|
171
174
|
# Selector specifying which fields to include in a partial response.
|
|
172
175
|
# @param [String] quota_user
|
|
@@ -509,13 +512,16 @@ module Google
|
|
|
509
512
|
# REQUIRED: The resource for which the policy is being requested. See the
|
|
510
513
|
# operation documentation for the appropriate value for this field.
|
|
511
514
|
# @param [Fixnum] options_requested_policy_version
|
|
512
|
-
# Optional. The policy
|
|
513
|
-
# 3. Requests specifying an invalid value will be
|
|
514
|
-
# policies with any conditional bindings must
|
|
515
|
-
#
|
|
516
|
-
# field unset.
|
|
517
|
-
#
|
|
518
|
-
#
|
|
515
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
|
516
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
517
|
+
# rejected. Requests for policies with any conditional role bindings must
|
|
518
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
|
519
|
+
# valid value or leave the field unset. The policy in the response might use the
|
|
520
|
+
# policy version that you specified, or it might use a lower policy version. For
|
|
521
|
+
# example, if you specify version 3, but the policy has no conditional role
|
|
522
|
+
# bindings, the response uses version 1. To learn which resources support
|
|
523
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
524
|
+
# google.com/iam/help/conditions/resource-policies).
|
|
519
525
|
# @param [String] fields
|
|
520
526
|
# Selector specifying which fields to include in a partial response.
|
|
521
527
|
# @param [String] quota_user
|
|
@@ -886,13 +892,16 @@ module Google
|
|
|
886
892
|
# REQUIRED: The resource for which the policy is being requested. See the
|
|
887
893
|
# operation documentation for the appropriate value for this field.
|
|
888
894
|
# @param [Fixnum] options_requested_policy_version
|
|
889
|
-
# Optional. The policy
|
|
890
|
-
# 3. Requests specifying an invalid value will be
|
|
891
|
-
# policies with any conditional bindings must
|
|
892
|
-
#
|
|
893
|
-
# field unset.
|
|
894
|
-
#
|
|
895
|
-
#
|
|
895
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
|
896
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
897
|
+
# rejected. Requests for policies with any conditional role bindings must
|
|
898
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
|
899
|
+
# valid value or leave the field unset. The policy in the response might use the
|
|
900
|
+
# policy version that you specified, or it might use a lower policy version. For
|
|
901
|
+
# example, if you specify version 3, but the policy has no conditional role
|
|
902
|
+
# bindings, the response uses version 1. To learn which resources support
|
|
903
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
904
|
+
# google.com/iam/help/conditions/resource-policies).
|
|
896
905
|
# @param [String] fields
|
|
897
906
|
# Selector specifying which fields to include in a partial response.
|
|
898
907
|
# @param [String] quota_user
|
|
@@ -1333,13 +1342,16 @@ module Google
|
|
|
1333
1342
|
# REQUIRED: The resource for which the policy is being requested. See the
|
|
1334
1343
|
# operation documentation for the appropriate value for this field.
|
|
1335
1344
|
# @param [Fixnum] options_requested_policy_version
|
|
1336
|
-
# Optional. The policy
|
|
1337
|
-
# 3. Requests specifying an invalid value will be
|
|
1338
|
-
# policies with any conditional bindings must
|
|
1339
|
-
#
|
|
1340
|
-
# field unset.
|
|
1341
|
-
#
|
|
1342
|
-
#
|
|
1345
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
|
1346
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
|
1347
|
+
# rejected. Requests for policies with any conditional role bindings must
|
|
1348
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
|
1349
|
+
# valid value or leave the field unset. The policy in the response might use the
|
|
1350
|
+
# policy version that you specified, or it might use a lower policy version. For
|
|
1351
|
+
# example, if you specify version 3, but the policy has no conditional role
|
|
1352
|
+
# bindings, the response uses version 1. To learn which resources support
|
|
1353
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
1354
|
+
# google.com/iam/help/conditions/resource-policies).
|
|
1343
1355
|
# @param [String] fields
|
|
1344
1356
|
# Selector specifying which fields to include in a partial response.
|
|
1345
1357
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-pubsub_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.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-12-06 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.10.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|