Interface TracingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Tracing, Tracing.Builder

public interface TracingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides configuration for the HTTP tracer.
    Provides configuration for the HTTP tracer.
    boolean
    Provides configuration for the HTTP tracer.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasHttp

      boolean hasHttp()
       Provides configuration for the HTTP tracer.
       
      .envoy.config.trace.v3.Tracing.Http http = 1;
      Returns:
      Whether the http field is set.
    • getHttp

      Tracing.Http getHttp()
       Provides configuration for the HTTP tracer.
       
      .envoy.config.trace.v3.Tracing.Http http = 1;
      Returns:
      The http.
    • getHttpOrBuilder

      Tracing.HttpOrBuilder getHttpOrBuilder()
       Provides configuration for the HTTP tracer.
       
      .envoy.config.trace.v3.Tracing.Http http = 1;