Class: Google::Pubsub::V1::MessageStoragePolicy
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::MessageStoragePolicy
 
 
- Defined in:
 - lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
 
Instance Attribute Summary collapse
- 
  
    
      #allowed_persistence_regions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of GCP regions where messages that are published to the topic may be persisted in storage.
 
Instance Attribute Details
#allowed_persistence_regions ⇒ Array<String>
Returns The list 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 indicates a misconfiguration at the project or organization level, which will result in all Publish operations failing.
      26  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 26 class MessageStoragePolicy; end  |