main.java.com.streamlayer.social.TweetPollOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}