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

main.java.com.streamlayer.social.TweetPollOrBuilder 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 TweetPollOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.social.TweetPoll)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string duration_minutes = 1 [json_name = "durationMinutes"];
   * @return The durationMinutes.
   */
  java.lang.String getDurationMinutes();
  /**
   * string duration_minutes = 1 [json_name = "durationMinutes"];
   * @return The bytes for durationMinutes.
   */
  com.google.protobuf.ByteString
      getDurationMinutesBytes();

  /**
   * string end_datetime = 2 [json_name = "endDatetime"];
   * @return The endDatetime.
   */
  java.lang.String getEndDatetime();
  /**
   * string end_datetime = 2 [json_name = "endDatetime"];
   * @return The bytes for endDatetime.
   */
  com.google.protobuf.ByteString
      getEndDatetimeBytes();

  /**
   * repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
   */
  java.util.List 
      getOptionsList();
  /**
   * repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
   */
  com.streamlayer.social.TweetPoll.TweetPollOption getOptions(int index);
  /**
   * repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
   */
  int getOptionsCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy