Uses of Interface
io.grpc.reflection.v1.ErrorResponseOrBuilder
-
Packages that use ErrorResponseOrBuilder Package Description io.grpc.reflection.v1 -
-
Uses of ErrorResponseOrBuilder in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ErrorResponseOrBuilder Modifier and Type Class Description classErrorResponseThe error code and error message sent by the server when an error occurs.static classErrorResponse.BuilderThe error code and error message sent by the server when an error occurs.Fields in io.grpc.reflection.v1 with type parameters of type ErrorResponseOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ErrorResponse,ErrorResponse.Builder,ErrorResponseOrBuilder>ServerReflectionResponse.Builder. errorResponseBuilder_Methods in io.grpc.reflection.v1 that return ErrorResponseOrBuilder Modifier and Type Method Description ErrorResponseOrBuilderServerReflectionResponse.Builder. getErrorResponseOrBuilder()This message is used when an error occurs.ErrorResponseOrBuilderServerReflectionResponse. getErrorResponseOrBuilder()This message is used when an error occurs.ErrorResponseOrBuilderServerReflectionResponseOrBuilder. getErrorResponseOrBuilder()This message is used when an error occurs.Methods in io.grpc.reflection.v1 that return types with arguments of type ErrorResponseOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ErrorResponse,ErrorResponse.Builder,ErrorResponseOrBuilder>ServerReflectionResponse.Builder. getErrorResponseFieldBuilder()This message is used when an error occurs.
-