public interface MessageStoragePolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedPersistenceRegions(int index)
The list of GCP region IDs where messages that are published to the topic
may be persisted in storage.
|
com.google.protobuf.ByteString |
getAllowedPersistenceRegionsBytes(int index)
The list of GCP region IDs where messages that are published to the topic
may be persisted in storage.
|
int |
getAllowedPersistenceRegionsCount()
The list of GCP region IDs where messages that are published to the topic
may be persisted in storage.
|
List<String> |
getAllowedPersistenceRegionsList()
The list of GCP region IDs where messages that are published to the topic
may be persisted in storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllowedPersistenceRegionsList()
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.
repeated string allowed_persistence_regions = 1;int getAllowedPersistenceRegionsCount()
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.
repeated string allowed_persistence_regions = 1;String getAllowedPersistenceRegions(int index)
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.
repeated string allowed_persistence_regions = 1;com.google.protobuf.ByteString getAllowedPersistenceRegionsBytes(int index)
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.
repeated string allowed_persistence_regions = 1;Copyright © 2019 Google LLC. All rights reserved.