Uses of Class
io.grpc.channelz.v1.GetServersRequest
-
Packages that use GetServersRequest 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 GetServersRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetServersRequest Modifier and Type Field Description private static GetServersRequest
GetServersRequest. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetServersRequest Modifier and Type Field Description private static MethodDescriptor<GetServersRequest,GetServersResponse>
ChannelzGrpc. getGetServersMethod
private static com.google.protobuf.Parser<GetServersRequest>
GetServersRequest. PARSER
Methods in io.grpc.channelz.v1 that return GetServersRequest Modifier and Type Method Description GetServersRequest
GetServersRequest.Builder. build()
GetServersRequest
GetServersRequest.Builder. buildPartial()
static GetServersRequest
GetServersRequest. getDefaultInstance()
GetServersRequest
GetServersRequest.Builder. getDefaultInstanceForType()
GetServersRequest
GetServersRequest. getDefaultInstanceForType()
static GetServersRequest
GetServersRequest. parseDelimitedFrom(java.io.InputStream input)
static GetServersRequest
GetServersRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServersRequest
GetServersRequest. parseFrom(byte[] data)
static GetServersRequest
GetServersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServersRequest
GetServersRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServersRequest
GetServersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServersRequest
GetServersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServersRequest
GetServersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServersRequest
GetServersRequest. parseFrom(java.io.InputStream input)
static GetServersRequest
GetServersRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServersRequest
GetServersRequest. parseFrom(java.nio.ByteBuffer data)
static GetServersRequest
GetServersRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type GetServersRequest Modifier and Type Method Description static MethodDescriptor<GetServersRequest,GetServersResponse>
ChannelzGrpc. getGetServersMethod()
com.google.protobuf.Parser<GetServersRequest>
GetServersRequest. getParserForType()
static com.google.protobuf.Parser<GetServersRequest>
GetServersRequest. parser()
Methods in io.grpc.channelz.v1 with parameters of type GetServersRequest Modifier and Type Method Description private void
GetServersRequest.Builder. buildPartial0(GetServersRequest result)
default void
ChannelzGrpc.AsyncService. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)
Gets all servers that exist in the process.GetServersResponse
ChannelzGrpc.ChannelzBlockingStub. getServers(GetServersRequest request)
Gets all servers that exist in the process.com.google.common.util.concurrent.ListenableFuture<GetServersResponse>
ChannelzGrpc.ChannelzFutureStub. getServers(GetServersRequest request)
Gets all servers that exist in the process.void
ChannelzGrpc.ChannelzStub. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)
Gets all servers that exist in the process.GetServersRequest.Builder
GetServersRequest.Builder. mergeFrom(GetServersRequest other)
static GetServersRequest.Builder
GetServersRequest. newBuilder(GetServersRequest prototype)
-
Uses of GetServersRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetServersRequest Modifier and Type Method Description void
ChannelzService. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)
Returns servers. -
Uses of GetServersRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetServersRequest Modifier and Type Method Description void
ChannelzService. getServers(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver)
Deprecated.Returns servers.
-