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

main.java.com.streamlayer.social.SubscriptionRequestOrBuilder 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy