blob: f86735df115a4f14467330db93bc72aa75198af3 [file] [log] [blame]
// 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 {
/**
* <pre>
* The Socket that corresponds to the requested socket_id. This field
* should be set.
* </pre>
*
* <code>.grpc.channelz.v1.Socket socket = 1;</code>
*/
boolean hasSocket();
/**
* <pre>
* The Socket that corresponds to the requested socket_id. This field
* should be set.
* </pre>
*
* <code>.grpc.channelz.v1.Socket socket = 1;</code>
*/
io.grpc.channelz.v1.Socket getSocket();
/**
* <pre>
* The Socket that corresponds to the requested socket_id. This field
* should be set.
* </pre>
*
* <code>.grpc.channelz.v1.Socket socket = 1;</code>
*/
io.grpc.channelz.v1.SocketOrBuilder getSocketOrBuilder();
}