Cloud Pub/Sub v1 API - Class MessageStoragePolicy (3.5.1)

public sealed class MessageStoragePolicy : IMessage<MessageStoragePolicy>, IEquatable<MessageStoragePolicy>, IDeepCloneable<MessageStoragePolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class MessageStoragePolicy.

A policy constraining the storage of messages published to the topic.

Inheritance

object > MessageStoragePolicy

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

MessageStoragePolicy()

public MessageStoragePolicy()

MessageStoragePolicy(MessageStoragePolicy)

public MessageStoragePolicy(MessageStoragePolicy other)
Parameter
NameDescription
otherMessageStoragePolicy

Properties

AllowedPersistenceRegions

public RepeatedField<string> AllowedPersistenceRegions { get; }

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.

Property Value
TypeDescription
RepeatedFieldstring