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

main.java.com.streamlayer.social.TweetSymbolOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.streamlayer.social;

public interface TweetSymbolOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.social.TweetSymbol)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string text = 1 [json_name = "text"];
   * @return The text.
   */
  java.lang.String getText();
  /**
   * string text = 1 [json_name = "text"];
   * @return The bytes for text.
   */
  com.google.protobuf.ByteString
      getTextBytes();

  /**
   * repeated int32 indices = 2 [json_name = "indices"];
   * @return A list containing the indices.
   */
  java.util.List getIndicesList();
  /**
   * repeated int32 indices = 2 [json_name = "indices"];
   * @return The count of indices.
   */
  int getIndicesCount();
  /**
   * repeated int32 indices = 2 [json_name = "indices"];
   * @param index The index of the element to return.
   * @return The indices at the given index.
   */
  int getIndices(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy