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