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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tracing.Http
getHttp()
Provides configuration for the HTTP tracer.Tracing.HttpOrBuilder
getHttpOrBuilder()
Provides configuration for the HTTP tracer.boolean
hasHttp()
Provides configuration for the HTTP tracer.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-