Uses of Class
io.grpc.channelz.v1.GetServersRequest
-
Packages that use GetServersRequest Package Description io.grpc.channelz.v1 io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.services Service definitions and utilities for the pre-defined gRPC services. -
-
Uses of GetServersRequest in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return GetServersRequest Modifier and Type Method Description GetServersRequestGetServersRequest.Builder. build()GetServersRequestGetServersRequest.Builder. buildPartial()static GetServersRequestGetServersRequest. getDefaultInstance()GetServersRequestGetServersRequest.Builder. getDefaultInstanceForType()GetServersRequestGetServersRequest. getDefaultInstanceForType()static GetServersRequestGetServersRequest. parseDelimitedFrom(java.io.InputStream input)static GetServersRequestGetServersRequest. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static GetServersRequestGetServersRequest. parseFrom(byte[] data)static GetServersRequestGetServersRequest. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static GetServersRequestGetServersRequest. parseFrom(ByteString data)static GetServersRequestGetServersRequest. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetServersRequestGetServersRequest. parseFrom(CodedInputStream input)static GetServersRequestGetServersRequest. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static GetServersRequestGetServersRequest. parseFrom(java.io.InputStream input)static GetServersRequestGetServersRequest. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static GetServersRequestGetServersRequest. parseFrom(java.nio.ByteBuffer data)static GetServersRequestGetServersRequest. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type GetServersRequest Modifier and Type Method Description static MethodDescriptor<GetServersRequest,GetServersResponse>ChannelzGrpc. getGetServersMethod()Parser<GetServersRequest>GetServersRequest. getParserForType()static Parser<GetServersRequest>GetServersRequest. parser()Methods in io.grpc.channelz.v1 with parameters of type GetServersRequest Modifier and Type Method Description default voidChannelzGrpc.AsyncService. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)Gets all servers that exist in the process.GetServersResponseChannelzGrpc.ChannelzBlockingStub. getServers(GetServersRequest request)Gets all servers that exist in the process.com.google.common.util.concurrent.ListenableFuture<GetServersResponse>ChannelzGrpc.ChannelzFutureStub. getServers(GetServersRequest request)Gets all servers that exist in the process.voidChannelzGrpc.ChannelzStub. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)Gets all servers that exist in the process.GetServersRequest.BuilderGetServersRequest.Builder. mergeFrom(GetServersRequest other)static GetServersRequest.BuilderGetServersRequest. newBuilder(GetServersRequest prototype) -
Uses of GetServersRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetServersRequest Modifier and Type Method Description voidChannelzService. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)Returns servers. -
Uses of GetServersRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetServersRequest Modifier and Type Method Description voidChannelzService. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)Deprecated.Returns servers.
-