proto_docs/google/pubsub/v1/pubsub.rb in google-cloud-pubsub-v1-0.18.0 vs proto_docs/google/pubsub/v1/pubsub.rb in google-cloud-pubsub-v1-0.18.1

- old
+ new

@@ -22,15 +22,16 @@ module PubSub module V1 # A policy constraining the storage of messages published to the topic. # @!attribute [rw] allowed_persistence_regions # @return [::Array<::String>] - # A list of IDs of GCP regions where messages that are published to the topic - # may be persisted in storage. Messages published by publishers running in - # non-allowed GCP regions (or running outside of GCP altogether) will be - # routed for storage in one of the allowed regions. An empty list means that - # no regions are allowed, and is not a valid configuration. + # A list of IDs of Google Cloud regions where messages that are published + # to the topic may be persisted in storage. Messages published by publishers + # running in non-allowed Google Cloud regions (or running outside of Google + # Cloud altogether) are routed for storage in one of the allowed regions. + # An empty list means that no regions are allowed, and is not a valid + # configuration. class MessageStoragePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -1155,11 +1156,11 @@ # @return [::String] # Required. User-provided name for this snapshot. If the name is not provided # in the request, the server will assign a random name for this snapshot on # the same project as the subscription. Note that for REST API requests, you # must specify a name. See the [resource name - # rules](https://cloud.google.com/pubsub/docs/admin#resource_names). Format - # is `projects/{project}/snapshots/{snap}`. + # rules](https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names). + # Format is `projects/{project}/snapshots/{snap}`. # @!attribute [rw] subscription # @return [::String] # Required. The subscription whose backlog the snapshot retains. # Specifically, the created snapshot is guaranteed to retain: # (a) The existing backlog on the subscription. More precisely, this is