Uses of Class
io.grpc.channelz.v1.Server
-
Packages that use Server Package Description io.grpc.channelz.v1 -
-
Uses of Server in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return Server Modifier and Type Method Description ServerServer.Builder. build()ServerServer.Builder. buildPartial()static ServerServer. getDefaultInstance()ServerServer.Builder. getDefaultInstanceForType()ServerServer. getDefaultInstanceForType()ServerGetServerResponse.Builder. getServer()The Server that corresponds to the requested server_id.ServerGetServerResponse. getServer()The Server that corresponds to the requested server_id.ServerGetServerResponseOrBuilder. getServer()The Server that corresponds to the requested server_id.ServerGetServersResponse.Builder. getServer(int index)list of servers that the connection detail service knows about.ServerGetServersResponse. getServer(int index)list of servers that the connection detail service knows about.ServerGetServersResponseOrBuilder. getServer(int index)list of servers that the connection detail service knows about.static ServerServer. parseDelimitedFrom(InputStream input)static ServerServer. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(byte[] data)static ServerServer. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(ByteString data)static ServerServer. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(CodedInputStream input)static ServerServer. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(InputStream input)static ServerServer. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ServerServer. parseFrom(ByteBuffer data)static ServerServer. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type Server Modifier and Type Method Description Parser<Server>Server. getParserForType()List<Server>GetServersResponse.Builder. getServerList()list of servers that the connection detail service knows about.List<Server>GetServersResponse. getServerList()list of servers that the connection detail service knows about.List<Server>GetServersResponseOrBuilder. getServerList()list of servers that the connection detail service knows about.static Parser<Server>Server. parser()Methods in io.grpc.channelz.v1 with parameters of type Server Modifier and Type Method Description GetServersResponse.BuilderGetServersResponse.Builder. addServer(int index, Server value)list of servers that the connection detail service knows about.GetServersResponse.BuilderGetServersResponse.Builder. addServer(Server value)list of servers that the connection detail service knows about.Server.BuilderServer.Builder. mergeFrom(Server other)GetServerResponse.BuilderGetServerResponse.Builder. mergeServer(Server value)The Server that corresponds to the requested server_id.static Server.BuilderServer. newBuilder(Server prototype)GetServerResponse.BuilderGetServerResponse.Builder. setServer(Server value)The Server that corresponds to the requested server_id.GetServersResponse.BuilderGetServersResponse.Builder. setServer(int index, Server value)list of servers that the connection detail service knows about.Method parameters in io.grpc.channelz.v1 with type arguments of type Server Modifier and Type Method Description GetServersResponse.BuilderGetServersResponse.Builder. addAllServer(Iterable<? extends Server> values)list of servers that the connection detail service knows about.
-