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

grpc.global_admin._GetAccountsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.117.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: global_admin.proto

package grpc.global_admin;

public interface _GetAccountsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:global_admin._GetAccountsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .global_admin._Account accounts = 1;
   */
  java.util.List 
      getAccountsList();
  /**
   * repeated .global_admin._Account accounts = 1;
   */
  grpc.global_admin._Account getAccounts(int index);
  /**
   * repeated .global_admin._Account accounts = 1;
   */
  int getAccountsCount();
  /**
   * repeated .global_admin._Account accounts = 1;
   */
  java.util.List 
      getAccountsOrBuilderList();
  /**
   * repeated .global_admin._Account accounts = 1;
   */
  grpc.global_admin._AccountOrBuilder getAccountsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy