Uses of Class
io.grpc.reflection.v1.ExtensionRequest
Packages that use ExtensionRequest
-
Uses of ExtensionRequest in io.grpc.reflection.v1
Fields in io.grpc.reflection.v1 declared as ExtensionRequestModifier and TypeFieldDescriptionprivate static final ExtensionRequest
ExtensionRequest.DEFAULT_INSTANCE
Fields in io.grpc.reflection.v1 with type parameters of type ExtensionRequestModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ExtensionRequest, ExtensionRequest.Builder, ExtensionRequestOrBuilder> ServerReflectionRequest.Builder.fileContainingExtensionBuilder_
private static final com.google.protobuf.Parser
<ExtensionRequest> ExtensionRequest.PARSER
Methods in io.grpc.reflection.v1 that return ExtensionRequestModifier and TypeMethodDescriptionExtensionRequest.Builder.build()
ExtensionRequest.Builder.buildPartial()
static ExtensionRequest
ExtensionRequest.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 ExtensionRequest
ExtensionRequest.parseDelimitedFrom
(InputStream input) static ExtensionRequest
ExtensionRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequest
ExtensionRequest.parseFrom
(byte[] data) static ExtensionRequest
ExtensionRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequest
ExtensionRequest.parseFrom
(com.google.protobuf.ByteString data) static ExtensionRequest
ExtensionRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequest
ExtensionRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static ExtensionRequest
ExtensionRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequest
ExtensionRequest.parseFrom
(InputStream input) static ExtensionRequest
ExtensionRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionRequest
ExtensionRequest.parseFrom
(ByteBuffer data) static ExtensionRequest
ExtensionRequest.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()
private com.google.protobuf.SingleFieldBuilder
<ExtensionRequest, ExtensionRequest.Builder, ExtensionRequestOrBuilder> ServerReflectionRequest.Builder.internalGetFileContainingExtensionFieldBuilder()
Find the proto file which defines an extension extending the given message type with the given field number.static com.google.protobuf.Parser
<ExtensionRequest> ExtensionRequest.parser()
Methods in io.grpc.reflection.v1 with parameters of type ExtensionRequestModifier and TypeMethodDescriptionprivate void
ExtensionRequest.Builder.buildPartial0
(ExtensionRequest result) ServerReflectionRequest.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.Builder
ExtensionRequest.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.