com.expedia.open.tracing.api.FieldValuesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/traceReader.proto
package com.expedia.open.tracing.api;
public interface FieldValuesOrBuilder extends
// @@protoc_insertion_point(interface_extends:FieldValues)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string values = 1;
*/
java.util.List
getValuesList();
/**
* repeated string values = 1;
*/
int getValuesCount();
/**
* repeated string values = 1;
*/
java.lang.String getValues(int index);
/**
* repeated string values = 1;
*/
com.google.protobuf.ByteString
getValuesBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy