main.java.com.streamlayer.social.SubscriptionRequestOrBuilder 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 SubscriptionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.SubscriptionRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* Array of twitter usernames to fetch feed for
*
*
* repeated string account = 1 [json_name = "account"];
* @return A list containing the account.
*/
java.util.List
getAccountList();
/**
*
* Array of twitter usernames to fetch feed for
*
*
* repeated string account = 1 [json_name = "account"];
* @return The count of account.
*/
int getAccountCount();
/**
*
* Array of twitter usernames to fetch feed for
*
*
* repeated string account = 1 [json_name = "account"];
* @param index The index of the element to return.
* @return The account at the given index.
*/
java.lang.String getAccount(int index);
/**
*
* Array of twitter usernames to fetch feed for
*
*
* repeated string account = 1 [json_name = "account"];
* @param index The index of the element to return.
* @return The account at the given index.
*/
com.google.protobuf.ByteString
getAccountBytes(int index);
}