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
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;
-