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

shade.polaris.io.grpc.channelz.v1.GetServersResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

package io.grpc.channelz.v1;

public interface GetServersResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetServersResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * list of servers that the connection detail service knows about.  Sorted in
   * ascending server_id order.
   * Must contain at least 1 result, otherwise 'end' must be true.
   * 
* * repeated .grpc.channelz.v1.Server server = 1; */ java.util.List getServerList(); /** *
   * list of servers that the connection detail service knows about.  Sorted in
   * ascending server_id order.
   * Must contain at least 1 result, otherwise 'end' must be true.
   * 
* * repeated .grpc.channelz.v1.Server server = 1; */ io.grpc.channelz.v1.Server getServer(int index); /** *
   * list of servers that the connection detail service knows about.  Sorted in
   * ascending server_id order.
   * Must contain at least 1 result, otherwise 'end' must be true.
   * 
* * repeated .grpc.channelz.v1.Server server = 1; */ int getServerCount(); /** *
   * list of servers that the connection detail service knows about.  Sorted in
   * ascending server_id order.
   * Must contain at least 1 result, otherwise 'end' must be true.
   * 
* * repeated .grpc.channelz.v1.Server server = 1; */ java.util.List getServerOrBuilderList(); /** *
   * list of servers that the connection detail service knows about.  Sorted in
   * ascending server_id order.
   * Must contain at least 1 result, otherwise 'end' must be true.
   * 
* * repeated .grpc.channelz.v1.Server server = 1; */ io.grpc.channelz.v1.ServerOrBuilder getServerOrBuilder( int index); /** *
   * If set, indicates that the list of servers is the final list.  Requesting
   * more servers will only return more if they are created after this RPC
   * completes.
   * 
* * bool end = 2; * @return The end. */ boolean getEnd(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy