com.expedia.open.tracing.api.FieldOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/traceReader.proto
package com.expedia.open.tracing.api;
public interface FieldOrBuilder extends
// @@protoc_insertion_point(interface_extends:Field)
com.google.protobuf.MessageOrBuilder {
/**
*
* name of the field
*
*
* optional string name = 1;
*/
java.lang.String getName();
/**
*
* name of the field
*
*
* optional string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* value of the field
*
*
* optional string value = 2;
*/
java.lang.String getValue();
/**
*
* value of the field
*
*
* optional string value = 2;
*/
com.google.protobuf.ByteString
getValueBytes();
}