google-apis-pubsub_v1 0.27.0 → 0.28.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8aeddfbd46961c68179425f8adb31f79ed0c1d1b4d35a6b7467c17ea1a667385
|
|
4
|
+
data.tar.gz: 1f85a037761bf70985199621a52b5ae07eb559587a91f1b3978be4958e610c06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4248d7dc428acec15c5a35e45e5974d26e6a11f09f3c8f911b18a72b91cf1e81125e28a39f6721904128a17734ec7c3fd0e98c06ef0521f412c23ce4592e22f
|
|
7
|
+
data.tar.gz: 6c43ef63758eb95eba778be7b5d76e136f8191f656565251514850cb468483678c44f402bd26d3c387e39f6d63559b3869d3bfe9228cd9c0e6968e4410dbee44
|
data/CHANGELOG.md
CHANGED
|
@@ -179,7 +179,8 @@ module Google
|
|
|
179
179
|
class CreateSnapshotRequest
|
|
180
180
|
include Google::Apis::Core::Hashable
|
|
181
181
|
|
|
182
|
-
# See Creating and managing labels.
|
|
182
|
+
# See [Creating and managing labels](https://cloud.google.com/pubsub/docs/labels)
|
|
183
|
+
# .
|
|
183
184
|
# Corresponds to the JSON property `labels`
|
|
184
185
|
# @return [Hash<String,String>]
|
|
185
186
|
attr_accessor :labels
|
|
@@ -883,7 +884,7 @@ module Google
|
|
|
883
884
|
# without this attribute. The only supported values for the `x-goog-version`
|
|
884
885
|
# attribute are: * `v1beta1`: uses the push format defined in the v1beta1 Pub/
|
|
885
886
|
# Sub API. * `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub
|
|
886
|
-
# API. For example: attributes ` "x-goog-version": "v1"
|
|
887
|
+
# API. For example: `attributes ` "x-goog-version": "v1" ``
|
|
887
888
|
# Corresponds to the JSON property `attributes`
|
|
888
889
|
# @return [Hash<String,String>]
|
|
889
890
|
attr_accessor :attributes
|
|
@@ -1233,7 +1234,7 @@ module Google
|
|
|
1233
1234
|
# The approximate amount of time (on a best-effort basis) Pub/Sub waits for the
|
|
1234
1235
|
# subscriber to acknowledge receipt before resending the message. In the
|
|
1235
1236
|
# interval after the message is delivered and before it is acknowledged, it is
|
|
1236
|
-
# considered to be
|
|
1237
|
+
# considered to be _outstanding_. During that time period, the message will not
|
|
1237
1238
|
# be redelivered (on a best-effort basis). For pull subscriptions, this value is
|
|
1238
1239
|
# used as the initial value for the ack deadline. To override this value for a
|
|
1239
1240
|
# given message, call `ModifyAckDeadline` with the corresponding `ack_id` if
|
|
@@ -1307,7 +1308,8 @@ module Google
|
|
|
1307
1308
|
# @return [String]
|
|
1308
1309
|
attr_accessor :filter
|
|
1309
1310
|
|
|
1310
|
-
# See Creating and managing labels.
|
|
1311
|
+
# See [Creating and managing labels](https://cloud.google.com/pubsub/docs/labels)
|
|
1312
|
+
# .
|
|
1311
1313
|
# Corresponds to the JSON property `labels`
|
|
1312
1314
|
# @return [Hash<String,String>]
|
|
1313
1315
|
attr_accessor :labels
|
|
@@ -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.28.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220904"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -405,8 +405,8 @@ module Google
|
|
|
405
405
|
# Required. User-provided name for this snapshot. If the name is not provided in
|
|
406
406
|
# the request, the server will assign a random name for this snapshot on the
|
|
407
407
|
# same project as the subscription. Note that for REST API requests, you must
|
|
408
|
-
# specify a name. See the resource name rules.
|
|
409
|
-
# snapshots/`snap``.
|
|
408
|
+
# specify a name. See the [resource name rules](https://cloud.google.com/pubsub/
|
|
409
|
+
# docs/admin#resource_names). Format is `projects/`project`/snapshots/`snap``.
|
|
410
410
|
# @param [Google::Apis::PubsubV1::CreateSnapshotRequest] create_snapshot_request_object
|
|
411
411
|
# @param [String] fields
|
|
412
412
|
# Selector specifying which fields to include in a partial response.
|
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.28.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-09-
|
|
11
|
+
date: 2022-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.7.2
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 0.7.2
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.28.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: []
|