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