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 GetServerResponse
GetServerResponse.Builder. build()
GetServerResponse
GetServerResponse.Builder. buildPartial()
static GetServerResponse
GetServerResponse. getDefaultInstance()
GetServerResponse
GetServerResponse.Builder. getDefaultInstanceForType()
GetServerResponse
GetServerResponse. getDefaultInstanceForType()
GetServerResponse
ChannelzGrpc.ChannelzBlockingStub. getServer(GetServerRequest request)
Returns a single Server, or else a NOT_FOUND code.static GetServerResponse
GetServerResponse. parseDelimitedFrom(InputStream input)
static GetServerResponse
GetServerResponse. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetServerResponse
GetServerResponse. parseFrom(byte[] data)
static GetServerResponse
GetServerResponse. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static GetServerResponse
GetServerResponse. parseFrom(ByteString data)
static GetServerResponse
GetServerResponse. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static GetServerResponse
GetServerResponse. parseFrom(CodedInputStream input)
static GetServerResponse
GetServerResponse. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static GetServerResponse
GetServerResponse. parseFrom(InputStream input)
static GetServerResponse
GetServerResponse. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static GetServerResponse
GetServerResponse. parseFrom(ByteBuffer data)
static GetServerResponse
GetServerResponse. 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.Builder
GetServerResponse.Builder. mergeFrom(GetServerResponse other)
static GetServerResponse.Builder
GetServerResponse. newBuilder(GetServerResponse prototype)
Method parameters in io.grpc.channelz.v1 with type arguments of type GetServerResponse Modifier and Type Method Description default void
ChannelzGrpc.AsyncService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)
Returns a single Server, or else a NOT_FOUND code.void
ChannelzGrpc.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 void
ChannelzService. 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 void
ChannelzService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)
Deprecated.Returns a server.
-