Uses of Class
io.grpc.channelz.v1.GetServerRequest
Packages that use GetServerRequest
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 GetServerRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetServerRequestModifier and TypeFieldDescriptionprivate static final GetServerRequestGetServerRequest.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type GetServerRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor<GetServerRequest, GetServerResponse> ChannelzGrpc.getGetServerMethodprivate static final com.google.protobuf.Parser<GetServerRequest> GetServerRequest.PARSERMethods in io.grpc.channelz.v1 that return GetServerRequestModifier and TypeMethodDescriptionGetServerRequest.Builder.build()GetServerRequest.Builder.buildPartial()static GetServerRequestGetServerRequest.getDefaultInstance()GetServerRequest.Builder.getDefaultInstanceForType()GetServerRequest.getDefaultInstanceForType()static GetServerRequestGetServerRequest.parseDelimitedFrom(InputStream input) static GetServerRequestGetServerRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerRequestGetServerRequest.parseFrom(byte[] data) static GetServerRequestGetServerRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerRequestGetServerRequest.parseFrom(com.google.protobuf.ByteString data) static GetServerRequestGetServerRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerRequestGetServerRequest.parseFrom(com.google.protobuf.CodedInputStream input) static GetServerRequestGetServerRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerRequestGetServerRequest.parseFrom(InputStream input) static GetServerRequestGetServerRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServerRequestGetServerRequest.parseFrom(ByteBuffer data) static GetServerRequestGetServerRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetServerRequestModifier and TypeMethodDescriptionChannelzGrpc.getGetServerMethod()com.google.protobuf.Parser<GetServerRequest> GetServerRequest.getParserForType()static com.google.protobuf.Parser<GetServerRequest> GetServerRequest.parser()Methods in io.grpc.channelz.v1 with parameters of type GetServerRequestModifier and TypeMethodDescriptionprivate voidGetServerRequest.Builder.buildPartial0(GetServerRequest result) default voidChannelzGrpc.AsyncService.getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver) Returns a single Server, or else a NOT_FOUND code.ChannelzGrpc.ChannelzBlockingStub.getServer(GetServerRequest request) Returns a single Server, or else a NOT_FOUND code.com.google.common.util.concurrent.ListenableFuture<GetServerResponse> ChannelzGrpc.ChannelzFutureStub.getServer(GetServerRequest request) Returns a single Server, or else a NOT_FOUND code.voidChannelzGrpc.ChannelzStub.getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver) Returns a single Server, or else a NOT_FOUND code.GetServerRequest.Builder.mergeFrom(GetServerRequest other) static GetServerRequest.BuilderGetServerRequest.newBuilder(GetServerRequest prototype) -
Uses of GetServerRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetServerRequestModifier and TypeMethodDescriptionvoidChannelzService.getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver) Returns a server. -
Uses of GetServerRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetServerRequestModifier and TypeMethodDescriptionvoidChannelzService.getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver) Deprecated.Returns a server.