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

io.envoyproxy.envoy.extensions.config.v3alpha.KeyValueStoreXdsDelegateConfigOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: contrib/envoy/extensions/config/v3alpha/kv_store_xds_delegate_config.proto

package io.envoyproxy.envoy.extensions.config.v3alpha;

public interface KeyValueStoreXdsDelegateConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.config.v3alpha.KeyValueStoreXdsDelegateConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Configuration for the KeyValueStore that holds the xDS resources.
   * [#allow-fully-qualified-name:]
   * 
* * .envoy.config.common.key_value.v3.KeyValueStoreConfig key_value_store_config = 1; * @return Whether the keyValueStoreConfig field is set. */ boolean hasKeyValueStoreConfig(); /** *
   * Configuration for the KeyValueStore that holds the xDS resources.
   * [#allow-fully-qualified-name:]
   * 
* * .envoy.config.common.key_value.v3.KeyValueStoreConfig key_value_store_config = 1; * @return The keyValueStoreConfig. */ io.envoyproxy.envoy.config.common.key_value.v3.KeyValueStoreConfig getKeyValueStoreConfig(); /** *
   * Configuration for the KeyValueStore that holds the xDS resources.
   * [#allow-fully-qualified-name:]
   * 
* * .envoy.config.common.key_value.v3.KeyValueStoreConfig key_value_store_config = 1; */ io.envoyproxy.envoy.config.common.key_value.v3.KeyValueStoreConfigOrBuilder getKeyValueStoreConfigOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy