Interface KeyValueStoreConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
KeyValueStoreConfig, KeyValueStoreConfig.Builder

public interface KeyValueStoreConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    [#extension-category: envoy.common.key_value]
    [#extension-category: envoy.common.key_value]
    boolean
    [#extension-category: envoy.common.key_value]

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasConfig

      boolean hasConfig()
       [#extension-category: envoy.common.key_value]
       
      .envoy.config.core.v3.TypedExtensionConfig config = 1 [(.validate.rules) = { ... }
      Returns:
      Whether the config field is set.
    • getConfig

       [#extension-category: envoy.common.key_value]
       
      .envoy.config.core.v3.TypedExtensionConfig config = 1 [(.validate.rules) = { ... }
      Returns:
      The config.
    • getConfigOrBuilder

      TypedExtensionConfigOrBuilder getConfigOrBuilder()
       [#extension-category: envoy.common.key_value]
       
      .envoy.config.core.v3.TypedExtensionConfig config = 1 [(.validate.rules) = { ... }