main.java.com.streamlayer.sdkSettings.common.TwitterOverlaySettingsOrBuilder 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/sdkSettings/sdkSettings.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.common;
public interface TwitterOverlaySettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.TwitterOverlaySettings)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated string accounts = 1 [json_name = "accounts"];
* @return A list containing the accounts.
*/
java.util.List
getAccountsList();
/**
* repeated string accounts = 1 [json_name = "accounts"];
* @return The count of accounts.
*/
int getAccountsCount();
/**
* repeated string accounts = 1 [json_name = "accounts"];
* @param index The index of the element to return.
* @return The accounts at the given index.
*/
java.lang.String getAccounts(int index);
/**
* repeated string accounts = 1 [json_name = "accounts"];
* @param index The index of the element to return.
* @return The accounts at the given index.
*/
com.google.protobuf.ByteString
getAccountsBytes(int index);
}