Interface RpcEnrichTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcEnrichTrace,RpcEnrichTrace.Builder
public interface RpcEnrichTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTrace
boolean hasTrace().org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;- Returns:
- Whether the trace field is set.
-
getTrace
RpcTrace getTrace().org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;- Returns:
- The trace.
-
getTraceOrBuilder
RpcTraceOrBuilder getTraceOrBuilder().org.hansken.extraction.plugin.grpc.RpcTrace trace = 1;
-