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

io.envoyproxy.envoy.config.common.tap.v2alpha.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/v2alpha/common.proto

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

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

  /**
   * 
   * If specified, the tap filter will be configured via an admin handler.
   * 
* * .envoy.config.common.tap.v2alpha.AdminConfig admin_config = 1; * @return Whether the adminConfig field is set. */ boolean hasAdminConfig(); /** *
   * If specified, the tap filter will be configured via an admin handler.
   * 
* * .envoy.config.common.tap.v2alpha.AdminConfig admin_config = 1; * @return The adminConfig. */ io.envoyproxy.envoy.config.common.tap.v2alpha.AdminConfig getAdminConfig(); /** *
   * If specified, the tap filter will be configured via an admin handler.
   * 
* * .envoy.config.common.tap.v2alpha.AdminConfig admin_config = 1; */ io.envoyproxy.envoy.config.common.tap.v2alpha.AdminConfigOrBuilder getAdminConfigOrBuilder(); /** *
   * If specified, the tap filter will be configured via a static configuration that cannot be
   * changed.
   * 
* * .envoy.service.tap.v2alpha.TapConfig static_config = 2; * @return Whether the staticConfig field is set. */ boolean hasStaticConfig(); /** *
   * If specified, the tap filter will be configured via a static configuration that cannot be
   * changed.
   * 
* * .envoy.service.tap.v2alpha.TapConfig static_config = 2; * @return The staticConfig. */ io.envoyproxy.envoy.service.tap.v2alpha.TapConfig getStaticConfig(); /** *
   * If specified, the tap filter will be configured via a static configuration that cannot be
   * changed.
   * 
* * .envoy.service.tap.v2alpha.TapConfig static_config = 2; */ io.envoyproxy.envoy.service.tap.v2alpha.TapConfigOrBuilder getStaticConfigOrBuilder(); public io.envoyproxy.envoy.config.common.tap.v2alpha.CommonExtensionConfig.ConfigTypeCase getConfigTypeCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy