io.envoyproxy.envoy.service.tap.v2alpha.TapResourceOrBuilder Maven / Gradle / Ivy
// 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();
}