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