shade.polaris.io.grpc.channelz.v1.GetServerSocketsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
package io.grpc.channelz.v1;
public interface GetServerSocketsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetServerSocketsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* list of socket refs that the connection detail service knows about. Sorted in
* ascending socket_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
*/
java.util.List
getSocketRefList();
/**
*
* list of socket refs that the connection detail service knows about. Sorted in
* ascending socket_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
*/
io.grpc.channelz.v1.SocketRef getSocketRef(int index);
/**
*
* list of socket refs that the connection detail service knows about. Sorted in
* ascending socket_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
*/
int getSocketRefCount();
/**
*
* list of socket refs that the connection detail service knows about. Sorted in
* ascending socket_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
*/
java.util.List extends io.grpc.channelz.v1.SocketRefOrBuilder>
getSocketRefOrBuilderList();
/**
*
* list of socket refs that the connection detail service knows about. Sorted in
* ascending socket_id order.
* Must contain at least 1 result, otherwise 'end' must be true.
*
*
* repeated .grpc.channelz.v1.SocketRef socket_ref = 1;
*/
io.grpc.channelz.v1.SocketRefOrBuilder getSocketRefOrBuilder(
int index);
/**
*
* If set, indicates that the list of sockets is the final list. Requesting
* more sockets 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