All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.pubsub.v1.MessageStoragePolicyOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.114.2
Show newest version
/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// 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 {

  /**
   *
   *
   * 
   * 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; * * @return A list containing the allowedPersistenceRegions. */ java.util.List 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; * * @return The count of allowedPersistenceRegions. */ 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; * * @param index The index of the element to return. * @return The allowedPersistenceRegions at the given index. */ java.lang.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; * * @param index The index of the value to return. * @return The bytes of the allowedPersistenceRegions at the given index. */ com.google.protobuf.ByteString getAllowedPersistenceRegionsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy