google_api_pub_sub v0.8.0 GoogleApi.PubSub.V1.Model.MessageStoragePolicy View Source
Attributes
allowedPersistenceRegions
(type:list(String.t)
, default:nil
) - The list of GCP region IDs 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 indicates a misconfiguration at the project or organization level, which will result in all Publish operations failing.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.PubSub.V1.Model.MessageStoragePolicy{
allowedPersistenceRegions: [String.t()]
}
t() :: %GoogleApi.PubSub.V1.Model.MessageStoragePolicy{ allowedPersistenceRegions: [String.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.