| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetServersRequest |
GetServersRequest.Builder.build() |
GetServersRequest |
GetServersRequest.Builder.buildPartial() |
static GetServersRequest |
GetServersRequest.getDefaultInstance() |
GetServersRequest |
GetServersRequest.getDefaultInstanceForType() |
GetServersRequest |
GetServersRequest.Builder.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(ByteBuffer data) |
static GetServersRequest |
GetServersRequest.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetServersRequest,GetServersResponse> |
ChannelzGrpc.getGetServersMethod() |
com.google.protobuf.Parser<GetServersRequest> |
GetServersRequest.getParserForType() |
static com.google.protobuf.Parser<GetServersRequest> |
GetServersRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default void |
ChannelzGrpc.AsyncService.getServers(GetServersRequest request,
io.grpc.stub.StreamObserver<GetServersResponse> responseObserver)
Gets all servers that exist in the process.
|
void |
ChannelzGrpc.ChannelzStub.getServers(GetServersRequest request,
io.grpc.stub.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServers(GetServersRequest request,
io.grpc.stub.StreamObserver<GetServersResponse> responseObserver)
Returns servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelzService.getServers(GetServersRequest request,
io.grpc.stub.StreamObserver<GetServersResponse> responseObserver)
Deprecated.
Returns servers.
|