io.grpc.channelz.v1.GetSocketRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
// Protobuf Java Version: 3.25.1
package io.grpc.channelz.v1;
public interface GetSocketRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetSocketRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* socket_id is the identifier of the specific socket to get.
*
*
* int64 socket_id = 1;
* @return The socketId.
*/
long getSocketId();
/**
*
* If true, the response will contain only high level information
* that is inexpensive to obtain. Fields thay may be omitted are
* documented.
*
*
* bool summary = 2;
* @return The summary.
*/
boolean getSummary();
}