Uses of Class
io.grpc.channelz.v1.GetChannelRequest
-
Packages that use GetChannelRequest 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 GetChannelRequest in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as GetChannelRequest Modifier and Type Field Description private static GetChannelRequest
GetChannelRequest. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type GetChannelRequest Modifier and Type Field Description private static MethodDescriptor<GetChannelRequest,GetChannelResponse>
ChannelzGrpc. getGetChannelMethod
private static com.google.protobuf.Parser<GetChannelRequest>
GetChannelRequest. PARSER
Methods in io.grpc.channelz.v1 that return GetChannelRequest Modifier and Type Method Description GetChannelRequest
GetChannelRequest.Builder. build()
GetChannelRequest
GetChannelRequest.Builder. buildPartial()
static GetChannelRequest
GetChannelRequest. getDefaultInstance()
GetChannelRequest
GetChannelRequest.Builder. getDefaultInstanceForType()
GetChannelRequest
GetChannelRequest. getDefaultInstanceForType()
static GetChannelRequest
GetChannelRequest. parseDelimitedFrom(java.io.InputStream input)
static GetChannelRequest
GetChannelRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelRequest
GetChannelRequest. parseFrom(byte[] data)
static GetChannelRequest
GetChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelRequest
GetChannelRequest. parseFrom(com.google.protobuf.ByteString data)
static GetChannelRequest
GetChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelRequest
GetChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetChannelRequest
GetChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelRequest
GetChannelRequest. parseFrom(java.io.InputStream input)
static GetChannelRequest
GetChannelRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelRequest
GetChannelRequest. parseFrom(java.nio.ByteBuffer data)
static GetChannelRequest
GetChannelRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type GetChannelRequest Modifier and Type Method Description static MethodDescriptor<GetChannelRequest,GetChannelResponse>
ChannelzGrpc. getGetChannelMethod()
com.google.protobuf.Parser<GetChannelRequest>
GetChannelRequest. getParserForType()
static com.google.protobuf.Parser<GetChannelRequest>
GetChannelRequest. parser()
Methods in io.grpc.channelz.v1 with parameters of type GetChannelRequest Modifier and Type Method Description private void
GetChannelRequest.Builder. buildPartial0(GetChannelRequest result)
default void
ChannelzGrpc.AsyncService. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.GetChannelResponse
ChannelzGrpc.ChannelzBlockingStub. getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.com.google.common.util.concurrent.ListenableFuture<GetChannelResponse>
ChannelzGrpc.ChannelzFutureStub. getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.void
ChannelzGrpc.ChannelzStub. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Returns a single Channel, or else a NOT_FOUND code.GetChannelRequest.Builder
GetChannelRequest.Builder. mergeFrom(GetChannelRequest other)
static GetChannelRequest.Builder
GetChannelRequest. newBuilder(GetChannelRequest prototype)
-
Uses of GetChannelRequest in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GetChannelRequest Modifier and Type Method Description void
ChannelzService. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Returns a top level channel akaManagedChannel
. -
Uses of GetChannelRequest in io.grpc.services
Methods in io.grpc.services with parameters of type GetChannelRequest Modifier and Type Method Description void
ChannelzService. getChannel(GetChannelRequest request, StreamObserver<GetChannelResponse> responseObserver)
Deprecated.Returns a top level channel akaManagedChannel
.
-