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

io.envoyproxy.envoy.config.trace.v2.TracingOrBuilder 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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy