package reflection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class DefaultServerReflectionClient extends ServerReflectionClient
  2. final case class ErrorResponse(errorCode: Int = 0, errorMessage: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ErrorResponse] with Product with Serializable

    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.

    errorCode

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

    Annotations
    @SerialVersionUID()
  3. final case class ExtensionNumberResponse(baseTypeName: String = "", extensionNumber: Seq[Int] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ExtensionNumberResponse] with Product with Serializable

    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.

    baseTypeName

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

    Annotations
    @SerialVersionUID()
  4. final case class ExtensionRequest(containingType: String = "", extensionNumber: Int = 0, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ExtensionRequest] with Product with Serializable

    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.

    containingType

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

    Annotations
    @SerialVersionUID()
  5. final case class FileDescriptorResponse(fileDescriptorProto: Seq[ByteString] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[FileDescriptorResponse] with Product with Serializable

    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.

    fileDescriptorProto

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

    Annotations
    @SerialVersionUID()
  6. final case class ListServiceResponse(service: Seq[ServiceResponse] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ListServiceResponse] with Product with Serializable

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

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

    service

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

    Annotations
    @SerialVersionUID()
  7. trait ServerReflection extends AnyRef
  8. trait ServerReflectionClient extends ServerReflection with ServerReflectionClientPowerApi with AkkaGrpcClient
  9. trait ServerReflectionClientPowerApi extends AnyRef
  10. final case class ServerReflectionRequest(host: String = "", messageRequest: MessageRequest = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ServerReflectionRequest] with Product with Serializable

    The message sent by the client when calling ServerReflectionInfo method.

    The message sent by the client when calling ServerReflectionInfo method.

    Annotations
    @SerialVersionUID()
  11. final case class ServerReflectionResponse(validHost: String = "", originalRequest: Option[ServerReflectionRequest] = _root_.scala.None, messageResponse: MessageResponse = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ServerReflectionResponse] with Product with Serializable

    The message sent by the server to answer ServerReflectionInfo method.

    The message sent by the server to answer ServerReflectionInfo method.

    Annotations
    @SerialVersionUID()
  12. final case class ServiceResponse(name: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ServiceResponse] with Product with Serializable

    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.

    name

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

    Annotations
    @SerialVersionUID()

Value Members

  1. object DefaultServerReflectionClient
  2. object ErrorResponse extends GeneratedMessageCompanion[ErrorResponse] with Serializable
  3. object ExtensionNumberResponse extends GeneratedMessageCompanion[ExtensionNumberResponse] with Serializable
  4. object ExtensionRequest extends GeneratedMessageCompanion[ExtensionRequest] with Serializable
  5. object FileDescriptorResponse extends GeneratedMessageCompanion[FileDescriptorResponse] with Serializable
  6. object ListServiceResponse extends GeneratedMessageCompanion[ListServiceResponse] with Serializable
  7. object ReflectionProto extends GeneratedFileObject
  8. object ServerReflection extends ServiceDescription
  9. object ServerReflectionClient
  10. object ServerReflectionHandler
    Annotations
    @ApiMayChange()
  11. object ServerReflectionMarshallers
  12. object ServerReflectionRequest extends GeneratedMessageCompanion[ServerReflectionRequest] with Serializable
  13. object ServerReflectionResponse extends GeneratedMessageCompanion[ServerReflectionResponse] with Serializable
  14. object ServiceResponse extends GeneratedMessageCompanion[ServiceResponse] with Serializable

Ungrouped