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

io.envoyproxy.envoy.config.trace.v3.TracingOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/trace/v3/http_tracer.proto

package io.envoyproxy.envoy.config.trace.v3;

public interface TracingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.trace.v3.Tracing)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Provides configuration for the HTTP tracer.
   * 
* * .envoy.config.trace.v3.Tracing.Http http = 1; * @return Whether the http field is set. */ boolean hasHttp(); /** *
   * Provides configuration for the HTTP tracer.
   * 
* * .envoy.config.trace.v3.Tracing.Http http = 1; * @return The http. */ io.envoyproxy.envoy.config.trace.v3.Tracing.Http getHttp(); /** *
   * Provides configuration for the HTTP tracer.
   * 
* * .envoy.config.trace.v3.Tracing.Http http = 1; */ io.envoyproxy.envoy.config.trace.v3.Tracing.HttpOrBuilder getHttpOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy