grpc.reflection.v1alpha.reflection

Type members

Classlikes

@SerialVersionUID(0L)
final case class ErrorResponse(errorCode: Int, errorMessage: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ErrorResponse]

The error code and error message sent by the server when an error occurs.

The error code and error message sent by the server when an error occurs.

Value parameters:
errorCode

This field uses the error codes defined in grpc::StatusCode.

Companion:
object
Source:
ErrorResponse.scala
object ErrorResponse extends GeneratedMessageCompanion[ErrorResponse]
Companion:
class
Source:
ErrorResponse.scala
@SerialVersionUID(0L)
final case class ExtensionNumberResponse(baseTypeName: String, extensionNumber: Seq[Int], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ExtensionNumberResponse]

A list of extension numbers sent by the server answering all_extension_numbers_of_type request.

A list of extension numbers sent by the server answering all_extension_numbers_of_type request.

Value parameters:
baseTypeName

Full name of the base type, including the package name. The format is <package>.<type>

Companion:
object
Source:
ExtensionNumberResponse.scala
object ExtensionNumberResponse extends GeneratedMessageCompanion[ExtensionNumberResponse]
@SerialVersionUID(0L)
final case class ExtensionRequest(containingType: String, extensionNumber: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ExtensionRequest]

The type name and extension number sent by the client when requesting file_containing_extension.

The type name and extension number sent by the client when requesting file_containing_extension.

Value parameters:
containingType

Fully-qualified type name. The format should be <package>.<type>

Companion:
object
Source:
ExtensionRequest.scala
object ExtensionRequest extends GeneratedMessageCompanion[ExtensionRequest]
@SerialVersionUID(0L)
final case class FileDescriptorResponse(fileDescriptorProto: Seq[ByteString], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[FileDescriptorResponse]

Serialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.

Serialized FileDescriptorProto messages sent by the server answering a file_by_filename, file_containing_symbol, or file_containing_extension request.

Value parameters:
fileDescriptorProto

Serialized FileDescriptorProto messages. We avoid taking a dependency on descriptor.proto, which uses proto2 only features, by making them opaque bytes instead.

Companion:
object
Source:
FileDescriptorResponse.scala
object FileDescriptorResponse extends GeneratedMessageCompanion[FileDescriptorResponse]
@SerialVersionUID(0L)
final case class ListServiceResponse(service: Seq[ServiceResponse], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListServiceResponse]

A list of ServiceResponse sent by the server answering list_services request.

A list of ServiceResponse sent by the server answering list_services request.

Value parameters:
service

The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.

Companion:
object
Source:
ListServiceResponse.scala
object ListServiceResponse extends GeneratedMessageCompanion[ListServiceResponse]
object ReflectionProto extends GeneratedFileObject
@AkkaGrpcGenerated
@AkkaGrpcGenerated
@AkkaGrpcGenerated
@ApiMayChange @AkkaGrpcGenerated
@SerialVersionUID(0L)
final case class ServerReflectionRequest(host: String, messageRequest: MessageRequest, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ServerReflectionRequest]

The message sent by the client when calling ServerReflectionInfo method.

The message sent by the client when calling ServerReflectionInfo method.

Companion:
object
Source:
ServerReflectionRequest.scala
object ServerReflectionRequest extends GeneratedMessageCompanion[ServerReflectionRequest]
@SerialVersionUID(0L)
final case class ServerReflectionResponse(validHost: String, originalRequest: Option[ServerReflectionRequest], messageResponse: MessageResponse, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ServerReflectionResponse]

The message sent by the server to answer ServerReflectionInfo method.

The message sent by the server to answer ServerReflectionInfo method.

Companion:
object
Source:
ServerReflectionResponse.scala
object ServerReflectionResponse extends GeneratedMessageCompanion[ServerReflectionResponse]
@SerialVersionUID(0L)
final case class ServiceResponse(name: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ServiceResponse]

The information of a single service used by ListServiceResponse to answer list_services request.

The information of a single service used by ListServiceResponse to answer list_services request.

Value parameters:
name

Full name of a registered service, including its package name. The format is <package>.<service>

Companion:
object
Source:
ServiceResponse.scala
object ServiceResponse extends GeneratedMessageCompanion[ServiceResponse]