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

io.envoyproxy.envoy.config.common.tap.v3alpha.CommonExtensionConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/common/tap/v3alpha/common.proto

package io.envoyproxy.envoy.config.common.tap.v3alpha;

public interface CommonExtensionConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.common.tap.v3alpha.CommonExtensionConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * If specified, the tap filter will be configured via an admin handler.
   * 
* * .envoy.config.common.tap.v3alpha.AdminConfig admin_config = 1; */ boolean hasAdminConfig(); /** *
   * If specified, the tap filter will be configured via an admin handler.
   * 
* * .envoy.config.common.tap.v3alpha.AdminConfig admin_config = 1; */ io.envoyproxy.envoy.config.common.tap.v3alpha.AdminConfig getAdminConfig(); /** *
   * If specified, the tap filter will be configured via an admin handler.
   * 
* * .envoy.config.common.tap.v3alpha.AdminConfig admin_config = 1; */ io.envoyproxy.envoy.config.common.tap.v3alpha.AdminConfigOrBuilder getAdminConfigOrBuilder(); /** *
   * If specified, the tap filter will be configured via a static configuration that cannot be
   * changed.
   * 
* * .envoy.service.tap.v3alpha.TapConfig static_config = 2; */ boolean hasStaticConfig(); /** *
   * If specified, the tap filter will be configured via a static configuration that cannot be
   * changed.
   * 
* * .envoy.service.tap.v3alpha.TapConfig static_config = 2; */ io.envoyproxy.envoy.service.tap.v3alpha.TapConfig getStaticConfig(); /** *
   * If specified, the tap filter will be configured via a static configuration that cannot be
   * changed.
   * 
* * .envoy.service.tap.v3alpha.TapConfig static_config = 2; */ io.envoyproxy.envoy.service.tap.v3alpha.TapConfigOrBuilder getStaticConfigOrBuilder(); /** *
   * [#not-implemented-hide:] Configuration to use for TapDS updates for the filter.
   * 
* * .envoy.config.common.tap.v3alpha.CommonExtensionConfig.TapDSConfig tapds_config = 3; */ boolean hasTapdsConfig(); /** *
   * [#not-implemented-hide:] Configuration to use for TapDS updates for the filter.
   * 
* * .envoy.config.common.tap.v3alpha.CommonExtensionConfig.TapDSConfig tapds_config = 3; */ io.envoyproxy.envoy.config.common.tap.v3alpha.CommonExtensionConfig.TapDSConfig getTapdsConfig(); /** *
   * [#not-implemented-hide:] Configuration to use for TapDS updates for the filter.
   * 
* * .envoy.config.common.tap.v3alpha.CommonExtensionConfig.TapDSConfig tapds_config = 3; */ io.envoyproxy.envoy.config.common.tap.v3alpha.CommonExtensionConfig.TapDSConfigOrBuilder getTapdsConfigOrBuilder(); public io.envoyproxy.envoy.config.common.tap.v3alpha.CommonExtensionConfig.ConfigTypeCase getConfigTypeCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy