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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TypedExtensionConfig getConfig()
      [#extension-category: envoy.common.key_value]
      TypedExtensionConfigOrBuilder getConfigOrBuilder()
      [#extension-category: envoy.common.key_value]
      boolean hasConfig()
      [#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 Detail

      • 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

        TypedExtensionConfig 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) = { ... }