All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hazelcast.jet.examples.grpc.ProductInfoReplyOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.5.4
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy