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
Fields in io.grpc.channelz.v1 declared as GetServerRequest Modifier and Type Field Description private static GetServerRequest
GetServerRequest. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetServerRequest Modifier and Type Field Description private static MethodDescriptor<GetServerRequest,GetServerResponse>
ChannelzGrpc. getGetServerMethod
private static com.google.protobuf.Parser<GetServerRequest>
GetServerRequest. PARSER
Methods in io.grpc.channelz.v1 that return GetServerRequest Modifier and Type Method Description GetServerRequest
GetServerRequest.Builder. build()
GetServerRequest
GetServerRequest.Builder. buildPartial()
static GetServerRequest
GetServerRequest. getDefaultInstance()
GetServerRequest
GetServerRequest.Builder. getDefaultInstanceForType()
GetServerRequest
GetServerRequest. getDefaultInstanceForType()
static GetServerRequest
GetServerRequest. parseDelimitedFrom(java.io.InputStream input)
static GetServerRequest
GetServerRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServerRequest
GetServerRequest. parseFrom(byte[] data)
static GetServerRequest
GetServerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServerRequest
GetServerRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServerRequest
GetServerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServerRequest
GetServerRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServerRequest
GetServerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServerRequest
GetServerRequest. parseFrom(java.io.InputStream input)
static GetServerRequest
GetServerRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServerRequest
GetServerRequest. parseFrom(java.nio.ByteBuffer data)
static GetServerRequest
GetServerRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.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()
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 GetServerRequest Modifier and Type Method Description private void
GetServerRequest.Builder. buildPartial0(GetServerRequest result)
default void
ChannelzGrpc.AsyncService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)
Returns a single Server, or else a NOT_FOUND code.GetServerResponse
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.void
ChannelzGrpc.ChannelzStub. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)
Returns a single Server, or else a NOT_FOUND code.GetServerRequest.Builder
GetServerRequest.Builder. mergeFrom(GetServerRequest other)
static GetServerRequest.Builder
GetServerRequest. 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 void
ChannelzService. 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 void
ChannelzService. getServer(GetServerRequest request, StreamObserver<GetServerResponse> responseObserver)
Deprecated.Returns a server.
-