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

main.java.com.streamlayer.sdkSettings.common.TwitterOverlaySettingsOrBuilder 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/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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy