io.envoyproxy.envoy.config.trace.v2.TracingOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/trace/v2/trace.proto
package io.envoyproxy.envoy.config.trace.v2;
public interface TracingOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.trace.v2.Tracing)
com.google.protobuf.MessageOrBuilder {
/**
*
* Provides configuration for the HTTP tracer.
*
*
* .envoy.config.trace.v2.Tracing.Http http = 1;
*/
boolean hasHttp();
/**
*
* Provides configuration for the HTTP tracer.
*
*
* .envoy.config.trace.v2.Tracing.Http http = 1;
*/
io.envoyproxy.envoy.config.trace.v2.Tracing.Http getHttp();
/**
*
* Provides configuration for the HTTP tracer.
*
*
* .envoy.config.trace.v2.Tracing.Http http = 1;
*/
io.envoyproxy.envoy.config.trace.v2.Tracing.HttpOrBuilder getHttpOrBuilder();
}