com.fullcontact.rpc.HeaderOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpcjersey/headers.proto
// Protobuf Java Version: 3.25.1
package com.fullcontact.rpc;
public interface HeaderOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpcjersey.Header)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string value = 2;
* @return The value.
*/
java.lang.String getValue();
/**
* string value = 2;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}