google-cloud-pubsub-v1 0.13.0 → 0.13.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: a200a858eee5a82531c5765ad0bb1b5af8c91ea6c586f179a1e43386e25bf2e2
|
4
|
+
data.tar.gz: 18d255bd9ffc071c0f93224e88b06b98b900cddcb82d47a5c6f1b8526352f773
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 750365ac1e7c1b4665a1e2af7edbbe14ee178dac66460eb3c7d0439f6d35aa6433759847980ddb30cabe02c9c1358285817a8b68043d9546aba0164975d77805
|
7
|
+
data.tar.gz: 3e0a6bbea4f450186302c729876222be272e7f44e09616ee0785413c9b11fbe9bd6eaf66a8852e21fb5e6df58f79e33150a9ceaab92063f9be2c6edfaf604ad3
|
@@ -749,12 +749,11 @@ module Google
|
|
749
749
|
# Required. The name of the schema revision to be deleted, with a revision ID
|
750
750
|
# explicitly included.
|
751
751
|
#
|
752
|
-
# Example: projects/123/schemas/my-schema@c7cfa2a8
|
752
|
+
# Example: `projects/123/schemas/my-schema@c7cfa2a8`
|
753
753
|
# @param revision_id [::String]
|
754
|
-
#
|
755
|
-
#
|
756
|
-
#
|
757
|
-
# Example: c7cfa2a8
|
754
|
+
# Optional. This field is deprecated and should not be used for specifying
|
755
|
+
# the revision ID. The revision ID should be specified via the `name`
|
756
|
+
# parameter.
|
758
757
|
#
|
759
758
|
# @yield [response, operation] Access the result along with the RPC operation
|
760
759
|
# @yieldparam response [::Google::Cloud::PubSub::V1::Schema]
|
@@ -199,13 +199,12 @@ module Google
|
|
199
199
|
# Required. The name of the schema revision to be deleted, with a revision ID
|
200
200
|
# explicitly included.
|
201
201
|
#
|
202
|
-
# Example: projects/123/schemas/my-schema@c7cfa2a8
|
202
|
+
# Example: `projects/123/schemas/my-schema@c7cfa2a8`
|
203
203
|
# @!attribute [rw] revision_id
|
204
204
|
# @return [::String]
|
205
|
-
#
|
206
|
-
#
|
207
|
-
#
|
208
|
-
# Example: c7cfa2a8
|
205
|
+
# Optional. This field is deprecated and should not be used for specifying
|
206
|
+
# the revision ID. The revision ID should be specified via the `name`
|
207
|
+
# parameter.
|
209
208
|
class DeleteSchemaRevisionRequest
|
210
209
|
include ::Google::Protobuf::MessageExts
|
211
210
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-pubsub-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - ">="
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: '0.
|
53
|
+
version: '0.3'
|
54
54
|
- - "<"
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: 2.a
|
@@ -60,7 +60,7 @@ dependencies:
|
|
60
60
|
requirements:
|
61
61
|
- - ">="
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: '0.
|
63
|
+
version: '0.3'
|
64
64
|
- - "<"
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: 2.a
|