google-cloud-pubsub-v1 1.11.0 → 1.11.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: 5fc88639d099120cb0e3640b57b3461ec8321245e442e6521afc5fcbb8555b32
4
- data.tar.gz: 2add1a3a7b3b560ee1542648d00628b4b21e5218f14a1228024e73dfd8030d11
3
+ metadata.gz: 57b1c094232cb8d4a6865f7b48403873a788c43c7dd18f189f73a35d093b7b46
4
+ data.tar.gz: aba4b106f88cffb7ab128f0fd37316af10ea2910f94b9a200b0da07d624817df
5
5
  SHA512:
6
- metadata.gz: ef28112cb52202dc56dbc4dd537dca8fc087545aefcb8b73ffb029dc9637d21912739bbe7888b54c3710165164e40196d82204a5128f1c43d0f23dd9c0618180
7
- data.tar.gz: 01aa61a21bef45400a3d72a29aeb879061a65ecb7e0d46a8f1da81b717c9d61a2fe85402a01e9eaa3738ec28fc96c8f07212c2cba1c2e6308e606e6b79c11668
6
+ metadata.gz: 9d1c46ca8fae908e6980183207252e4ca91b07dab71a5636407a12a9547a8b3d95ab7e26f413045879df48091eb5a104195ff98ec16998f4681195c8706a28c1
7
+ data.tar.gz: 006e37cf5f283a68acdd60070da2aed7f740af393e35b3ebf17e80bcc5e6dff596f402f32719d67bc86e0e1b32f5667b9674e94b9e69c0aca52b5b14ec3446c9
@@ -1108,11 +1108,11 @@ module Google
1108
1108
  #
1109
1109
  # Format is `projects/{project}/schemas/{schema}`.
1110
1110
  #
1111
- # Note: The following fields are mutually exclusive: `name`, `schema`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1111
+ # Note: The following parameters are mutually exclusive: `name`, `schema`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1112
1112
  # @param schema [::Google::Cloud::PubSub::V1::Schema, ::Hash]
1113
1113
  # Ad-hoc schema against which to validate
1114
1114
  #
1115
- # Note: The following fields are mutually exclusive: `schema`, `name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1115
+ # Note: The following parameters are mutually exclusive: `schema`, `name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1116
1116
  # @param message [::String]
1117
1117
  # Message to validate against the provided `schema_spec`.
1118
1118
  # @param encoding [::Google::Cloud::PubSub::V1::Encoding]
@@ -1867,13 +1867,13 @@ module Google
1867
1867
  # creation time), only retained messages will be marked as unacknowledged,
1868
1868
  # and already-expunged messages will not be restored.
1869
1869
  #
1870
- # Note: The following fields are mutually exclusive: `time`, `snapshot`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1870
+ # Note: The following parameters are mutually exclusive: `time`, `snapshot`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1871
1871
  # @param snapshot [::String]
1872
1872
  # Optional. The snapshot to seek to. The snapshot's topic must be the same
1873
1873
  # as that of the provided subscription. Format is
1874
1874
  # `projects/{project}/snapshots/{snap}`.
1875
1875
  #
1876
- # Note: The following fields are mutually exclusive: `snapshot`, `time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1876
+ # Note: The following parameters are mutually exclusive: `snapshot`, `time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1877
1877
  #
1878
1878
  # @yield [response, operation] Access the result along with the RPC operation
1879
1879
  # @yieldparam response [::Google::Cloud::PubSub::V1::SeekResponse]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "1.11.0"
24
+ VERSION = "1.11.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-pubsub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC