google-cloud-pubsub-v1 0.20.1 → 0.21.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 +4 -4
- data/lib/google/cloud/pubsub/v1/iam_policy/client.rb +12 -5
- data/lib/google/cloud/pubsub/v1/publisher/client.rb +33 -29
- data/lib/google/cloud/pubsub/v1/schema_service/client.rb +2 -2
- data/lib/google/cloud/pubsub/v1/subscriber/client.rb +60 -57
- data/lib/google/cloud/pubsub/v1/version.rb +1 -1
- data/lib/google/pubsub/v1/pubsub_pb.rb +5 -1
- data/lib/google/pubsub/v1/pubsub_services_pb.rb +7 -5
- data/proto_docs/google/pubsub/v1/pubsub.rb +348 -230
- data/proto_docs/google/pubsub/v1/schema.rb +2 -2
- metadata +2 -2
@@ -74,8 +74,8 @@ module Google
|
|
74
74
|
# The ID to use for the schema, which will become the final component of
|
75
75
|
# the schema's resource name.
|
76
76
|
#
|
77
|
-
# See https://cloud.google.com/pubsub/docs/
|
78
|
-
# name constraints.
|
77
|
+
# See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for
|
78
|
+
# resource name constraints.
|
79
79
|
class CreateSchemaRequest
|
80
80
|
include ::Google::Protobuf::MessageExts
|
81
81
|
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.
|
4
|
+
version: 0.21.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: 2024-01-
|
11
|
+
date: 2024-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|