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

io.envoyproxy.envoy.service.tap.v2alpha.TapResourceOrBuilder 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/service/tap/v2alpha/tapds.proto

package io.envoyproxy.envoy.service.tap.v2alpha;

public interface TapResourceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.tap.v2alpha.TapResource)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the tap configuration.
   * 
* * string name = 1 [(.validate.rules) = { ... } */ java.lang.String getName(); /** *
   * The name of the tap configuration.
   * 
* * string name = 1 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Tap config to apply
   * 
* * .envoy.service.tap.v2alpha.TapConfig config = 2; */ boolean hasConfig(); /** *
   * Tap config to apply
   * 
* * .envoy.service.tap.v2alpha.TapConfig config = 2; */ io.envoyproxy.envoy.service.tap.v2alpha.TapConfig getConfig(); /** *
   * Tap config to apply
   * 
* * .envoy.service.tap.v2alpha.TapConfig config = 2; */ io.envoyproxy.envoy.service.tap.v2alpha.TapConfigOrBuilder getConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy