Uses of Class
io.grpc.channelz.v1.GetServersRequest
Packages that use GetServersRequest
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
-
Uses of GetServersRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetServersRequestModifier and TypeFieldDescriptionprivate static final GetServersRequestGetServersRequest.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type GetServersRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor<GetServersRequest, GetServersResponse> ChannelzGrpc.getGetServersMethodprivate static final com.google.protobuf.Parser<GetServersRequest> GetServersRequest.PARSERMethods in io.grpc.channelz.v1 that return GetServersRequestModifier and TypeMethodDescriptionGetServersRequest.Builder.build()GetServersRequest.Builder.buildPartial()static GetServersRequestGetServersRequest.getDefaultInstance()GetServersRequest.Builder.getDefaultInstanceForType()GetServersRequest.getDefaultInstanceForType()static GetServersRequestGetServersRequest.parseDelimitedFrom(InputStream input) static GetServersRequestGetServersRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServersRequestGetServersRequest.parseFrom(byte[] data) static GetServersRequestGetServersRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServersRequestGetServersRequest.parseFrom(com.google.protobuf.ByteString data) static GetServersRequestGetServersRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServersRequestGetServersRequest.parseFrom(com.google.protobuf.CodedInputStream input) static GetServersRequestGetServersRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServersRequestGetServersRequest.parseFrom(InputStream input) static GetServersRequestGetServersRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServersRequestGetServersRequest.parseFrom(ByteBuffer data) static GetServersRequestGetServersRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetServersRequestModifier and TypeMethodDescriptionChannelzGrpc.getGetServersMethod()com.google.protobuf.Parser<GetServersRequest> GetServersRequest.getParserForType()static com.google.protobuf.Parser<GetServersRequest> GetServersRequest.parser()Methods in io.grpc.channelz.v1 with parameters of type GetServersRequestModifier and TypeMethodDescriptionprivate voidGetServersRequest.Builder.buildPartial0(GetServersRequest result) default voidChannelzGrpc.AsyncService.getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver) Gets all servers that exist in the process.ChannelzGrpc.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.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 GetServersRequestModifier and TypeMethodDescriptionvoidChannelzService.getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver) Returns servers. -
Uses of GetServersRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetServersRequestModifier and TypeMethodDescriptionvoidChannelzService.getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver) Deprecated.Returns servers.