com.google.pubsub.v1.MessageStoragePolicyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto
package com.google.pubsub.v1;
public interface MessageStoragePolicyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.MessageStoragePolicy)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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.
*
*
* repeated string allowed_persistence_regions = 1;
*/
java.util.List
getAllowedPersistenceRegionsList();
/**
*
* 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.
*
*
* repeated string allowed_persistence_regions = 1;
*/
int getAllowedPersistenceRegionsCount();
/**
*
* 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.
*
*
* repeated string allowed_persistence_regions = 1;
*/
java.lang.String getAllowedPersistenceRegions(int index);
/**
*
* 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.
*
*
* repeated string allowed_persistence_regions = 1;
*/
com.google.protobuf.ByteString
getAllowedPersistenceRegionsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy