shade.polaris.io.grpc.channelz.v1.GetSocketResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
package io.grpc.channelz.v1;
public interface GetSocketResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetSocketResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The Socket that corresponds to the requested socket_id. This field
* should be set.
*
*
* .grpc.channelz.v1.Socket socket = 1;
* @return Whether the socket field is set.
*/
boolean hasSocket();
/**
*
* The Socket that corresponds to the requested socket_id. This field
* should be set.
*
*
* .grpc.channelz.v1.Socket socket = 1;
* @return The socket.
*/
io.grpc.channelz.v1.Socket getSocket();
/**
*
* The Socket that corresponds to the requested socket_id. This field
* should be set.
*
*
* .grpc.channelz.v1.Socket socket = 1;
*/
io.grpc.channelz.v1.SocketOrBuilder getSocketOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy