Uses of Class
io.grpc.reflection.v1.ExtensionRequest
Packages that use ExtensionRequest
-
Uses of ExtensionRequest in io.grpc.reflection.v1
Methods in io.grpc.reflection.v1 that return ExtensionRequestModifier and TypeMethodDescriptionExtensionRequest.Builder.build()ExtensionRequest.Builder.buildPartial()static ExtensionRequestExtensionRequest.getDefaultInstance()ExtensionRequest.Builder.getDefaultInstanceForType()ExtensionRequest.getDefaultInstanceForType()ServerReflectionRequest.Builder.getFileContainingExtension()Find the proto file which defines an extension extending the given message type with the given field number.ServerReflectionRequest.getFileContainingExtension()Find the proto file which defines an extension extending the given message type with the given field number.ServerReflectionRequestOrBuilder.getFileContainingExtension()Find the proto file which defines an extension extending the given message type with the given field number.static ExtensionRequestExtensionRequest.parseDelimitedFrom(InputStream input) static ExtensionRequestExtensionRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequestExtensionRequest.parseFrom(byte[] data) static ExtensionRequestExtensionRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequestExtensionRequest.parseFrom(com.google.protobuf.ByteString data) static ExtensionRequestExtensionRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequestExtensionRequest.parseFrom(com.google.protobuf.CodedInputStream input) static ExtensionRequestExtensionRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequestExtensionRequest.parseFrom(InputStream input) static ExtensionRequestExtensionRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequestExtensionRequest.parseFrom(ByteBuffer data) static ExtensionRequestExtensionRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.reflection.v1 that return types with arguments of type ExtensionRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExtensionRequest>ExtensionRequest.getParserForType()static com.google.protobuf.Parser<ExtensionRequest>ExtensionRequest.parser()Methods in io.grpc.reflection.v1 with parameters of type ExtensionRequestModifier and TypeMethodDescriptionServerReflectionRequest.Builder.mergeFileContainingExtension(ExtensionRequest value) Find the proto file which defines an extension extending the given message type with the given field number.ExtensionRequest.Builder.mergeFrom(ExtensionRequest other) static ExtensionRequest.BuilderExtensionRequest.newBuilder(ExtensionRequest prototype) ServerReflectionRequest.Builder.setFileContainingExtension(ExtensionRequest value) Find the proto file which defines an extension extending the given message type with the given field number.