Uses of Class
io.grpc.channelz.v1.GetServersRequest
Packages that use GetServersRequest
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined 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 GetServersRequestModifier and TypeFieldDescriptionprivate static final GetServersRequest
GetServersRequest.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetServersRequestModifier and TypeFieldDescriptionprivate static MethodDescriptor
<GetServersRequest, GetServersResponse> ChannelzGrpc.getGetServersMethod
private static final com.google.protobuf.Parser
<GetServersRequest> GetServersRequest.PARSER
Methods in io.grpc.channelz.v1 that return GetServersRequestModifier and TypeMethodDescriptionGetServersRequest.Builder.build()
GetServersRequest.Builder.buildPartial()
static GetServersRequest
GetServersRequest.getDefaultInstance()
GetServersRequest.Builder.getDefaultInstanceForType()
GetServersRequest.getDefaultInstanceForType()
static GetServersRequest
GetServersRequest.parseDelimitedFrom
(InputStream input) static GetServersRequest
GetServersRequest.parseDelimitedFrom
(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
(InputStream input) static GetServersRequest
GetServersRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetServersRequest
GetServersRequest.parseFrom
(ByteBuffer data) static GetServersRequest
GetServersRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type GetServersRequestModifier and TypeMethodDescriptionChannelzGrpc.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 GetServersRequestModifier and TypeMethodDescriptionprivate void
GetServersRequest.Builder.buildPartial0
(GetServersRequest result) default void
ChannelzGrpc.AsyncService.getServers
(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver) Gets all servers that exist in the process.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.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 GetServersRequestModifier and TypeMethodDescriptionvoid
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 GetServersRequestModifier and TypeMethodDescriptionvoid
ChannelzService.getServers
(GetServersRequest request, StreamObserver<GetServersResponse> responseObserver) Deprecated.Returns servers.