com.expedia.open.tracing.api.FieldNamesOrBuilder 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 FieldNamesOrBuilder extends
// @@protoc_insertion_point(interface_extends:FieldNames)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string names = 1;
*/
java.util.List
getNamesList();
/**
* repeated string names = 1;
*/
int getNamesCount();
/**
* repeated string names = 1;
*/
java.lang.String getNames(int index);
/**
* repeated string names = 1;
*/
com.google.protobuf.ByteString
getNamesBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy