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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57b1c094232cb8d4a6865f7b48403873a788c43c7dd18f189f73a35d093b7b46
|
4
|
+
data.tar.gz: aba4b106f88cffb7ab128f0fd37316af10ea2910f94b9a200b0da07d624817df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
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
|
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]
|