Uses of Interface
io.grpc.reflection.v1.ExtensionRequestOrBuilder
-
Packages that use ExtensionRequestOrBuilder Package Description io.grpc.reflection.v1 -
-
Uses of ExtensionRequestOrBuilder in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ExtensionRequestOrBuilder Modifier and Type Class Description class
ExtensionRequest
The type name and extension number sent by the client when requesting file_containing_extension.static class
ExtensionRequest.Builder
The type name and extension number sent by the client when requesting file_containing_extension.Fields in io.grpc.reflection.v1 with type parameters of type ExtensionRequestOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ExtensionRequest,ExtensionRequest.Builder,ExtensionRequestOrBuilder>
ServerReflectionRequest.Builder. fileContainingExtensionBuilder_
Methods in io.grpc.reflection.v1 that return ExtensionRequestOrBuilder Modifier and Type Method Description ExtensionRequestOrBuilder
ServerReflectionRequest.Builder. getFileContainingExtensionOrBuilder()
Find the proto file which defines an extension extending the given message type with the given field number.ExtensionRequestOrBuilder
ServerReflectionRequest. getFileContainingExtensionOrBuilder()
Find the proto file which defines an extension extending the given message type with the given field number.ExtensionRequestOrBuilder
ServerReflectionRequestOrBuilder. getFileContainingExtensionOrBuilder()
Find the proto file which defines an extension extending the given message type with the given field number.Methods in io.grpc.reflection.v1 that return types with arguments of type ExtensionRequestOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ExtensionRequest,ExtensionRequest.Builder,ExtensionRequestOrBuilder>
ServerReflectionRequest.Builder. getFileContainingExtensionFieldBuilder()
Find the proto file which defines an extension extending the given message type with the given field number.
-