| Package | Description |
|---|---|
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
MessageStoragePolicy |
MessageStoragePolicy.clone() |
MessageStoragePolicy |
Topic.getMessageStoragePolicy()
Policy constraining the set of Google Cloud Platform regions where messages published to the
topic may be stored.
|
MessageStoragePolicy |
MessageStoragePolicy.set(String fieldName,
Object value) |
MessageStoragePolicy |
MessageStoragePolicy.setAllowedPersistenceRegions(List<String> allowedPersistenceRegions)
A list of IDs of GCP regions where messages that are published to the topic may be persisted in
storage.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
Topic.setMessageStoragePolicy(MessageStoragePolicy messageStoragePolicy)
Policy constraining the set of Google Cloud Platform regions where messages published to the
topic may be stored.
|
Copyright © 2011–2022 Google. All rights reserved.