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

org.openfeed.NewsOrBuilder 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 NewsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.News)
    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(); /** * repeated string symbols = 6; * @return A list containing the symbols. */ java.util.List getSymbolsList(); /** * repeated string symbols = 6; * @return The count of symbols. */ int getSymbolsCount(); /** * repeated string symbols = 6; * @param index The index of the element to return. * @return The symbols at the given index. */ java.lang.String getSymbols(int index); /** * repeated string symbols = 6; * @param index The index of the value to return. * @return The bytes of the symbols at the given index. */ com.google.protobuf.ByteString getSymbolsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy