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

io.nats.streaming.protobuf.PubMsgOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protocol.proto

package io.nats.streaming.protobuf;

public interface PubMsgOrBuilder extends
    // @@protoc_insertion_point(interface_extends:pb.PubMsg)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string clientID = 1;
   *
   * 
   * ClientID
   * 
*/ java.lang.String getClientID(); /** * optional string clientID = 1; * *
   * ClientID
   * 
*/ com.google.protobuf.ByteString getClientIDBytes(); /** * optional string guid = 2; * *
   * guid
   * 
*/ java.lang.String getGuid(); /** * optional string guid = 2; * *
   * guid
   * 
*/ com.google.protobuf.ByteString getGuidBytes(); /** * optional string subject = 3; * *
   * subject
   * 
*/ java.lang.String getSubject(); /** * optional string subject = 3; * *
   * subject
   * 
*/ com.google.protobuf.ByteString getSubjectBytes(); /** * optional string reply = 4; * *
   * optional reply
   * 
*/ java.lang.String getReply(); /** * optional string reply = 4; * *
   * optional reply
   * 
*/ com.google.protobuf.ByteString getReplyBytes(); /** * optional bytes data = 5; * *
   * payload
   * 
*/ com.google.protobuf.ByteString getData(); /** * optional bytes sha256 = 10; * *
   * optional sha256 of data
   * 
*/ com.google.protobuf.ByteString getSha256(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy