com.expedia.open.tracing.api.OperandOrBuilder 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 OperandOrBuilder extends
// @@protoc_insertion_point(interface_extends:Operand)
com.google.protobuf.MessageOrBuilder {
/**
*
* leaf field value
*
*
* optional .Field field = 1;
*/
com.expedia.open.tracing.api.Field getField();
/**
*
* leaf field value
*
*
* optional .Field field = 1;
*/
com.expedia.open.tracing.api.FieldOrBuilder getFieldOrBuilder();
/**
*
* a nested expression tree
*
*
* optional .ExpressionTree expression = 2;
*/
com.expedia.open.tracing.api.ExpressionTree getExpression();
/**
*
* a nested expression tree
*
*
* optional .ExpressionTree expression = 2;
*/
com.expedia.open.tracing.api.ExpressionTreeOrBuilder getExpressionOrBuilder();
public com.expedia.open.tracing.api.Operand.OperandCase getOperandCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy