com.expedia.open.tracing.api.TraceRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of haystack-secrets-commons Show documentation
Show all versions of haystack-secrets-commons Show documentation
This module contains common code for Haystack modules that detect and mask PCI and PII data;
it also contains code that facilitates writing Kafka Streams applications.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/traceReader.proto
package com.expedia.open.tracing.api;
public interface TraceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:TraceRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string traceId = 1;
*/
java.lang.String getTraceId();
/**
* optional string traceId = 1;
*/
com.google.protobuf.ByteString
getTraceIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy