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

org.openfeed.AdminMessageOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

public interface AdminMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.AdminMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Origination time = UTC timestamp nano seconds since Unix epoch
   * 
* * sint64 originationTime = 1; * @return The originationTime. */ long getOriginationTime(); /** * string source = 2; * @return The source. */ java.lang.String getSource(); /** * string source = 2; * @return The bytes for source. */ com.google.protobuf.ByteString getSourceBytes(); /** * string languageCode = 3; * @return The languageCode. */ java.lang.String getLanguageCode(); /** * string languageCode = 3; * @return The bytes for languageCode. */ com.google.protobuf.ByteString getLanguageCodeBytes(); /** * string headLine = 4; * @return The headLine. */ java.lang.String getHeadLine(); /** * string headLine = 4; * @return The bytes for headLine. */ com.google.protobuf.ByteString getHeadLineBytes(); /** * string text = 5; * @return The text. */ java.lang.String getText(); /** * string text = 5; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** * .org.openfeed.AdminMessage.Status status = 6; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** * .org.openfeed.AdminMessage.Status status = 6; * @return The status. */ org.openfeed.AdminMessage.Status getStatus(); /** * sint32 channel = 7; * @return The channel. */ int getChannel(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy