google-apis-pubsub_v1 0.41.0 → 0.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/pubsub_v1/classes.rb +6 -5
- data/lib/google/apis/pubsub_v1/gem_version.rb +2 -2
- data/lib/google/apis/pubsub_v1/service.rb +16 -14
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfd69e50365791b37e72d6b40f071db34001c648d6c38866acf02b75a5f9a3b6
|
4
|
+
data.tar.gz: 6945b45c41a0275ec42e9ef87b687518531720f04d211b63c7311f47023c0c9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faa2a7df3bb8a574ed5c6fb82a03194acf0d1957c53f93e6be3e6b0feef81cf218d0610b180de363711c8a778c77a829ca55614c81a10227bb2232314884698c
|
7
|
+
data.tar.gz: 5c93b5b608caf2f4303136522973c2b6713d7ba0a3f3c30aa7028cc84687d144eceba591a9110285b2c046b822c9b08056a466478cbc4e1dd2587d4930e2efba
|
data/CHANGELOG.md
CHANGED
@@ -662,11 +662,12 @@ module Google
|
|
662
662
|
class MessageStoragePolicy
|
663
663
|
include Google::Apis::Core::Hashable
|
664
664
|
|
665
|
-
# Optional. A list of IDs of
|
666
|
-
# the topic may be persisted in storage. Messages published by
|
667
|
-
# running in non-allowed
|
668
|
-
#
|
669
|
-
# no regions are allowed, and is not a valid
|
665
|
+
# Optional. A list of IDs of Google Cloud regions where messages that are
|
666
|
+
# published to the topic may be persisted in storage. Messages published by
|
667
|
+
# publishers running in non-allowed Google Cloud regions (or running outside of
|
668
|
+
# Google Cloud altogether) are routed for storage in one of the allowed regions.
|
669
|
+
# An empty list means that no regions are allowed, and is not a valid
|
670
|
+
# configuration.
|
670
671
|
# Corresponds to the JSON property `allowedPersistenceRegions`
|
671
672
|
# @return [Array<String>]
|
672
673
|
attr_accessor :allowed_persistence_regions
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231019"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -90,7 +90,7 @@ module Google
|
|
90
90
|
# @param [Google::Apis::PubsubV1::Schema] schema_object
|
91
91
|
# @param [String] schema_id
|
92
92
|
# The ID to use for the schema, which will become the final component of the
|
93
|
-
# schema's resource name. See https://cloud.google.com/pubsub/docs/
|
93
|
+
# schema's resource name. See https://cloud.google.com/pubsub/docs/pubsub-basics#
|
94
94
|
# resource_names for resource name constraints.
|
95
95
|
# @param [String] fields
|
96
96
|
# Selector specifying which fields to include in a partial response.
|
@@ -542,15 +542,17 @@ module Google
|
|
542
542
|
# returned. See also the `Snapshot.expire_time` field. If the name is not
|
543
543
|
# provided in the request, the server will assign a random name for this
|
544
544
|
# snapshot on the same project as the subscription, conforming to the [resource
|
545
|
-
# name format] (https://cloud.google.com/pubsub/docs/
|
546
|
-
# generated name is populated in the returned Snapshot
|
547
|
-
# REST API requests, you must specify a name in the
|
545
|
+
# name format] (https://cloud.google.com/pubsub/docs/pubsub-basics#
|
546
|
+
# resource_names). The generated name is populated in the returned Snapshot
|
547
|
+
# object. Note that for REST API requests, you must specify a name in the
|
548
|
+
# request.
|
548
549
|
# @param [String] name
|
549
550
|
# Required. User-provided name for this snapshot. If the name is not provided in
|
550
551
|
# the request, the server will assign a random name for this snapshot on the
|
551
552
|
# same project as the subscription. Note that for REST API requests, you must
|
552
553
|
# specify a name. See the [resource name rules](https://cloud.google.com/pubsub/
|
553
|
-
# docs/
|
554
|
+
# docs/pubsub-basics#resource_names). Format is `projects/`project`/snapshots/`
|
555
|
+
# snap``.
|
554
556
|
# @param [Google::Apis::PubsubV1::CreateSnapshotRequest] create_snapshot_request_object
|
555
557
|
# @param [String] fields
|
556
558
|
# Selector specifying which fields to include in a partial response.
|
@@ -892,14 +894,14 @@ module Google
|
|
892
894
|
end
|
893
895
|
|
894
896
|
# Creates a subscription to a given topic. See the [resource name rules] (https:/
|
895
|
-
# /cloud.google.com/pubsub/docs/
|
896
|
-
# already exists, returns `ALREADY_EXISTS`. If the corresponding
|
897
|
-
# exist, returns `NOT_FOUND`. If the name is not provided in the
|
898
|
-
# server will assign a random name for this subscription on the
|
899
|
-
# the topic, conforming to the [resource name format] (https://
|
900
|
-
# pubsub/docs/
|
901
|
-
# returned Subscription object. Note that for REST API
|
902
|
-
# specify a name in the request.
|
897
|
+
# /cloud.google.com/pubsub/docs/pubsub-basics#resource_names). If the
|
898
|
+
# subscription already exists, returns `ALREADY_EXISTS`. If the corresponding
|
899
|
+
# topic doesn't exist, returns `NOT_FOUND`. If the name is not provided in the
|
900
|
+
# request, the server will assign a random name for this subscription on the
|
901
|
+
# same project as the topic, conforming to the [resource name format] (https://
|
902
|
+
# cloud.google.com/pubsub/docs/pubsub-basics#resource_names). The generated name
|
903
|
+
# is populated in the returned Subscription object. Note that for REST API
|
904
|
+
# requests, you must specify a name in the request.
|
903
905
|
# @param [String] name
|
904
906
|
# Required. The name of the subscription. It must have the format `"projects/`
|
905
907
|
# project`/subscriptions/`subscription`"`. ``subscription`` must start with a
|
@@ -1386,7 +1388,7 @@ module Google
|
|
1386
1388
|
end
|
1387
1389
|
|
1388
1390
|
# Creates the given topic with the given name. See the [resource name rules] (
|
1389
|
-
# https://cloud.google.com/pubsub/docs/
|
1391
|
+
# https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names).
|
1390
1392
|
# @param [String] name
|
1391
1393
|
# Required. The name of the topic. It must have the format `"projects/`project`/
|
1392
1394
|
# topics/`topic`"`. ``topic`` must start with a letter, and contain only letters
|
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.42.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: 2023-
|
11
|
+
date: 2023-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.42.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Pub/Sub API V1
|