public interface ServerOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServerData |
getData()
The associated data of the Server.
|
ServerDataOrBuilder |
getDataOrBuilder()
The associated data of the Server.
|
SocketRef |
getListenSocket(int index)
The sockets that the server is listening on.
|
int |
getListenSocketCount()
The sockets that the server is listening on.
|
List<SocketRef> |
getListenSocketList()
The sockets that the server is listening on.
|
SocketRefOrBuilder |
getListenSocketOrBuilder(int index)
The sockets that the server is listening on.
|
List<? extends SocketRefOrBuilder> |
getListenSocketOrBuilderList()
The sockets that the server is listening on.
|
ServerRef |
getRef()
The identifier for a Server.
|
ServerRefOrBuilder |
getRefOrBuilder()
The identifier for a Server.
|
boolean |
hasData()
The associated data of the Server.
|
boolean |
hasRef()
The identifier for a Server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasRef()
The identifier for a Server. This should be set.
.grpc.channelz.v1.ServerRef ref = 1;ServerRef getRef()
The identifier for a Server. This should be set.
.grpc.channelz.v1.ServerRef ref = 1;ServerRefOrBuilder getRefOrBuilder()
The identifier for a Server. This should be set.
.grpc.channelz.v1.ServerRef ref = 1;boolean hasData()
The associated data of the Server.
.grpc.channelz.v1.ServerData data = 2;ServerData getData()
The associated data of the Server.
.grpc.channelz.v1.ServerData data = 2;ServerDataOrBuilder getDataOrBuilder()
The associated data of the Server.
.grpc.channelz.v1.ServerData data = 2;List<SocketRef> getListenSocketList()
The sockets that the server is listening on. There are no ordering guarantees. This may be absent.
repeated .grpc.channelz.v1.SocketRef listen_socket = 3;SocketRef getListenSocket(int index)
The sockets that the server is listening on. There are no ordering guarantees. This may be absent.
repeated .grpc.channelz.v1.SocketRef listen_socket = 3;int getListenSocketCount()
The sockets that the server is listening on. There are no ordering guarantees. This may be absent.
repeated .grpc.channelz.v1.SocketRef listen_socket = 3;List<? extends SocketRefOrBuilder> getListenSocketOrBuilderList()
The sockets that the server is listening on. There are no ordering guarantees. This may be absent.
repeated .grpc.channelz.v1.SocketRef listen_socket = 3;SocketRefOrBuilder getListenSocketOrBuilder(int index)
The sockets that the server is listening on. There are no ordering guarantees. This may be absent.
repeated .grpc.channelz.v1.SocketRef listen_socket = 3;