com.hazelcast.jet.examples.grpc.ProductInfoReplyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: enrichment.proto
package com.hazelcast.jet.examples.grpc;
public interface ProductInfoReplyOrBuilder extends
// @@protoc_insertion_point(interface_extends:helloworld.ProductInfoReply)
com.google.protobuf.MessageOrBuilder {
/**
* string productName = 1;
* @return The productName.
*/
java.lang.String getProductName();
/**
* string productName = 1;
* @return The bytes for productName.
*/
com.google.protobuf.ByteString
getProductNameBytes();
}