Uses of Class
io.grpc.channelz.v1.GetServerResponse
-
Packages that use GetServerResponse 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 GetServerResponse in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return GetServerResponse Modifier and Type Method Description GetServerResponseGetServerResponse.Builder. build()GetServerResponseGetServerResponse.Builder. buildPartial()static GetServerResponseGetServerResponse. getDefaultInstance()GetServerResponseGetServerResponse.Builder. getDefaultInstanceForType()GetServerResponseGetServerResponse. getDefaultInstanceForType()GetServerResponseChannelzGrpc.ChannelzBlockingStub. getServer(GetServerRequest request)Returns a single Server, or else a NOT_FOUND code.GetServerResponseChannelzGrpc.ChannelzBlockingV2Stub. getServer(GetServerRequest request)Returns a single Server, or else a NOT_FOUND code.static GetServerResponseGetServerResponse. parseDelimitedFrom(InputStream input)static GetServerResponseGetServerResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetServerResponseGetServerResponse. parseFrom(byte[] data)static GetServerResponseGetServerResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static GetServerResponseGetServerResponse. parseFrom(ByteString data)static GetServerResponseGetServerResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetServerResponseGetServerResponse. parseFrom(CodedInputStream input)static GetServerResponseGetServerResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static GetServerResponseGetServerResponse. parseFrom(InputStream input)static GetServerResponseGetServerResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetServerResponseGetServerResponse. parseFrom(ByteBuffer data)static GetServerResponseGetServerResponse. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type GetServerResponse Modifier and Type Method Description static MethodDescriptor<GetServerRequest,GetServerResponse>ChannelzGrpc. getGetServerMethod()Parser<GetServerResponse>GetServerResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<GetServerResponse>ChannelzGrpc.ChannelzFutureStub. getServer(GetServerRequest request)Returns a single Server, or else a NOT_FOUND code.static Parser<GetServerResponse>GetServerResponse. parser()Methods in io.grpc.channelz.v1 with parameters of type GetServerResponse Modifier and Type Method Description GetServerResponse.BuilderGetServerResponse.Builder. mergeFrom(GetServerResponse other)static GetServerResponse.BuilderGetServerResponse. newBuilder(GetServerResponse prototype)Method parameters in io.grpc.channelz.v1 with type arguments of type GetServerResponse Modifier and Type Method Description default voidChannelzGrpc.AsyncService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)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. -
Uses of GetServerResponse in io.grpc.protobuf.services
Method parameters in io.grpc.protobuf.services with type arguments of type GetServerResponse Modifier and Type Method Description voidChannelzService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)Returns a server. -
Uses of GetServerResponse in io.grpc.services
Method parameters in io.grpc.services with type arguments of type GetServerResponse Modifier and Type Method Description voidChannelzService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)Deprecated.Returns a server.
-