google-apis-pubsub_v1 0.27.0 → 0.29.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: 19e49071d199f1e1d320eb4c78c3314a2ddf493b07c3ff2e00135fe2ac8a502f
4
- data.tar.gz: a234d2c4f3b3050b10807252ef9541ff4671f831048aecbed8dabd1bb6db5978
3
+ metadata.gz: e5e3065a9d61afb421e9e59fcdbeea6b52f849dc2f7a58eaef87bc3fba71b231
4
+ data.tar.gz: 57f87cb639b7269f2f41edbbc7fb5f0d8f541f3ad98c8bd56dec290e669045f9
5
5
  SHA512:
6
- metadata.gz: 5ad574b393f4ef5858f83afa6e87c9f781b323bdc514238b00ac2eef05d1dad79dd4b25b1b2b7feb42705528b6ea8f17313ec5655da530221902214288464a77
7
- data.tar.gz: f9192671b43da35aedfba9e20514d46d7c5e8fc3d9b9e8754b81cdebb6e26b418e4a78e2b608c60ffd4645e9aa3c9066dd2bd217baa35af8948065701faf634c
6
+ metadata.gz: 05d43d187b5220bfc051e0a7b5c0fd3840ac24954152c052cda306250ba722fcd9a043ab9f3777f2f3353d85c47f71f818ba62adf7cccb4145ec07c0332e095d
7
+ data.tar.gz: 9123fe0eba8c43931ccb70a8b7f8c274bb4fed56430f2c07c7355371ed8c3064c65aec73a0e1d2d0f9f452ed56932d9bcfd940ca678075b723e2add5c032f15a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.29.0 (2022-09-28)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.28.0 (2022-09-16)
8
+
9
+ * Regenerated from discovery document revision 20220904
10
+
3
11
  ### v0.27.0 (2022-09-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20220829
@@ -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 *outstanding*. During that time period, the message will not
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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220829"
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. Format is `projects/`project`/
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.27.0
4
+ version: 0.29.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-12 00:00:00.000000000 Z
11
+ date: 2022-10-03 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: '0.7'
19
+ version: 0.9.0
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: '0.7'
29
+ version: 0.9.0
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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.29.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: []