Uses of Class
io.grpc.channelz.v1.GetServerRequest
-
Packages that use GetServerRequest 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 GetServerRequest in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return GetServerRequest Modifier and Type Method Description GetServerRequestGetServerRequest.Builder. build()GetServerRequestGetServerRequest.Builder. buildPartial()static GetServerRequestGetServerRequest. getDefaultInstance()GetServerRequestGetServerRequest.Builder. getDefaultInstanceForType()GetServerRequestGetServerRequest. getDefaultInstanceForType()static GetServerRequestGetServerRequest. parseDelimitedFrom(java.io.InputStream input)static GetServerRequestGetServerRequest. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static GetServerRequestGetServerRequest. parseFrom(byte[] data)static GetServerRequestGetServerRequest. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static GetServerRequestGetServerRequest. parseFrom(ByteString data)static GetServerRequestGetServerRequest. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetServerRequestGetServerRequest. parseFrom(CodedInputStream input)static GetServerRequestGetServerRequest. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static GetServerRequestGetServerRequest. parseFrom(java.io.InputStream input)static GetServerRequestGetServerRequest. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static GetServerRequestGetServerRequest. parseFrom(java.nio.ByteBuffer data)static GetServerRequestGetServerRequest. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type GetServerRequest Modifier and Type Method Description static MethodDescriptor<GetServerRequest,GetServerResponse>ChannelzGrpc. getGetServerMethod()Parser<GetServerRequest>GetServerRequest. getParserForType()static Parser<GetServerRequest>GetServerRequest. parser()Methods in io.grpc.channelz.v1 with parameters of type GetServerRequest Modifier and Type Method Description default voidChannelzGrpc.AsyncService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)Returns a single Server, or else a NOT_FOUND code.GetServerResponseChannelzGrpc.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.BuilderGetServerRequest.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 GetServerRequest Modifier and Type Method Description voidChannelzService. 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 GetServerRequest Modifier and Type Method Description voidChannelzService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)Deprecated.Returns a server.
-