cardano-rpc:gen
Safe HaskellNone
LanguageHaskell2010

Proto.Grpc.Reflection.V1.Reflection

Synopsis

Documentation

data ServerReflection Source #

Constructors

ServerReflection 

Instances

Instances details
Service ServerReflection Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Associated Types

type ServiceName ServerReflection 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type ServiceName ServerReflection = "ServerReflection"
type ServicePackage ServerReflection 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type ServicePackage ServerReflection = "grpc.reflection.v1"
type ServiceMethods ServerReflection 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type ServiceMethods ServerReflection = '["serverReflectionInfo"]
HasMethodImpl ServerReflection "serverReflectionInfo" Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Associated Types

type MethodName ServerReflection "serverReflectionInfo" 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodName ServerReflection "serverReflectionInfo" = "ServerReflectionInfo"
type MethodInput ServerReflection "serverReflectionInfo" 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodInput ServerReflection "serverReflectionInfo" = ServerReflectionRequest
type MethodOutput ServerReflection "serverReflectionInfo" 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodOutput ServerReflection "serverReflectionInfo" = ServerReflectionResponse
type MethodStreamingType ServerReflection "serverReflectionInfo" 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodStreamingType ServerReflection "serverReflectionInfo" = 'BiDiStreaming
type ServiceMethods ServerReflection Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type ServiceMethods ServerReflection = '["serverReflectionInfo"]
type ServiceName ServerReflection Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type ServiceName ServerReflection = "ServerReflection"
type ServicePackage ServerReflection Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type ServicePackage ServerReflection = "grpc.reflection.v1"
type MethodInput ServerReflection "serverReflectionInfo" Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodInput ServerReflection "serverReflectionInfo" = ServerReflectionRequest
type MethodName ServerReflection "serverReflectionInfo" Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodName ServerReflection "serverReflectionInfo" = "ServerReflectionInfo"
type MethodOutput ServerReflection "serverReflectionInfo" Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodOutput ServerReflection "serverReflectionInfo" = ServerReflectionResponse
type MethodStreamingType ServerReflection "serverReflectionInfo" Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

type MethodStreamingType ServerReflection "serverReflectionInfo" = 'BiDiStreaming

data ErrorResponse Source #

Fields :

Instances

Instances details
NFData ErrorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

rnf :: ErrorResponse -> () Source #

Eq ErrorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ErrorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ErrorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message ErrorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ErrorResponse "errorCode" Int32 Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "errorCode" -> (Int32 -> f Int32) -> ErrorResponse -> f ErrorResponse

HasField ErrorResponse "errorMessage" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "errorMessage" -> (Text -> f Text) -> ErrorResponse -> f ErrorResponse

HasField ServerReflectionResponse "errorResponse" ErrorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'errorResponse" (Maybe ErrorResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ExtensionNumberResponse Source #

Fields :

Instances

Instances details
NFData ExtensionNumberResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Eq ExtensionNumberResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ExtensionNumberResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ExtensionNumberResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message ExtensionNumberResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ExtensionNumberResponse "baseTypeName" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "baseTypeName" -> (Text -> f Text) -> ExtensionNumberResponse -> f ExtensionNumberResponse

HasField ServerReflectionResponse "allExtensionNumbersResponse" ExtensionNumberResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ExtensionNumberResponse "extensionNumber" [Int32] Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "extensionNumber" -> ([Int32] -> f [Int32]) -> ExtensionNumberResponse -> f ExtensionNumberResponse

HasField ExtensionNumberResponse "vec'extensionNumber" (Vector Int32) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "vec'extensionNumber" -> (Vector Int32 -> f (Vector Int32)) -> ExtensionNumberResponse -> f ExtensionNumberResponse

HasField ServerReflectionResponse "maybe'allExtensionNumbersResponse" (Maybe ExtensionNumberResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ExtensionRequest Source #

Fields :

Instances

Instances details
NFData ExtensionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

rnf :: ExtensionRequest -> () Source #

Eq ExtensionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ExtensionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ExtensionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message ExtensionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ExtensionRequest "containingType" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "containingType" -> (Text -> f Text) -> ExtensionRequest -> f ExtensionRequest

HasField ExtensionRequest "extensionNumber" Int32 Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "extensionNumber" -> (Int32 -> f Int32) -> ExtensionRequest -> f ExtensionRequest

HasField ServerReflectionRequest "fileContainingExtension" ExtensionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionRequest "maybe'fileContainingExtension" (Maybe ExtensionRequest) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "maybe'fileContainingExtension" -> (Maybe ExtensionRequest -> f (Maybe ExtensionRequest)) -> ServerReflectionRequest -> f ServerReflectionRequest

data FileDescriptorResponse Source #

Fields :

Instances

Instances details
NFData FileDescriptorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Eq FileDescriptorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord FileDescriptorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show FileDescriptorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message FileDescriptorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "fileDescriptorResponse" FileDescriptorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField FileDescriptorResponse "fileDescriptorProto" [ByteString] Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "fileDescriptorProto" -> ([ByteString] -> f [ByteString]) -> FileDescriptorResponse -> f FileDescriptorResponse

HasField FileDescriptorResponse "vec'fileDescriptorProto" (Vector ByteString) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "vec'fileDescriptorProto" -> (Vector ByteString -> f (Vector ByteString)) -> FileDescriptorResponse -> f FileDescriptorResponse

HasField ServerReflectionResponse "maybe'fileDescriptorResponse" (Maybe FileDescriptorResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ListServiceResponse Source #

Fields :

  • service :: Lens' ListServiceResponse [ServiceResponse]
  • vec'service :: Lens' ListServiceResponse (Data.Vector.Vector ServiceResponse)

Instances

Instances details
NFData ListServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Eq ListServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ListServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ListServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message ListServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "listServicesResponse" ListServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ListServiceResponse "service" [ServiceResponse] Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ListServiceResponse "vec'service" (Vector ServiceResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "vec'service" -> (Vector ServiceResponse -> f (Vector ServiceResponse)) -> ListServiceResponse -> f ListServiceResponse

HasField ServerReflectionResponse "maybe'listServicesResponse" (Maybe ListServiceResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ServerReflectionRequest Source #

Fields :

Instances

Instances details
NFData ServerReflectionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Eq ServerReflectionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ServerReflectionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ServerReflectionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message ServerReflectionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionRequest "allExtensionNumbersOfType" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "allExtensionNumbersOfType" -> (Text -> f Text) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "fileByFilename" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "fileByFilename" -> (Text -> f Text) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "fileContainingExtension" ExtensionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionRequest "fileContainingSymbol" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "fileContainingSymbol" -> (Text -> f Text) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "host" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionRequest "listServices" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "listServices" -> (Text -> f Text) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionResponse "originalRequest" ServerReflectionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionRequest "maybe'allExtensionNumbersOfType" (Maybe Text) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "maybe'allExtensionNumbersOfType" -> (Maybe Text -> f (Maybe Text)) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "maybe'fileByFilename" (Maybe Text) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "maybe'fileByFilename" -> (Maybe Text -> f (Maybe Text)) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "maybe'fileContainingExtension" (Maybe ExtensionRequest) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "maybe'fileContainingExtension" -> (Maybe ExtensionRequest -> f (Maybe ExtensionRequest)) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "maybe'fileContainingSymbol" (Maybe Text) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "maybe'fileContainingSymbol" -> (Maybe Text -> f (Maybe Text)) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "maybe'listServices" (Maybe Text) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "maybe'listServices" -> (Maybe Text -> f (Maybe Text)) -> ServerReflectionRequest -> f ServerReflectionRequest

HasField ServerReflectionRequest "maybe'messageRequest" (Maybe ServerReflectionRequest'MessageRequest) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'originalRequest" (Maybe ServerReflectionRequest) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ServerReflectionRequest'MessageRequest Source #

Instances

Instances details
NFData ServerReflectionRequest'MessageRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Eq ServerReflectionRequest'MessageRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ServerReflectionRequest'MessageRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ServerReflectionRequest'MessageRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionRequest "maybe'messageRequest" (Maybe ServerReflectionRequest'MessageRequest) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ServerReflectionResponse Source #

Fields :

Instances

Instances details
NFData ServerReflectionResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Eq ServerReflectionResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ServerReflectionResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ServerReflectionResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message ServerReflectionResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "allExtensionNumbersResponse" ExtensionNumberResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "errorResponse" ErrorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "fileDescriptorResponse" FileDescriptorResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "listServicesResponse" ListServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "originalRequest" ServerReflectionRequest Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "validHost" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "validHost" -> (Text -> f Text) -> ServerReflectionResponse -> f ServerReflectionResponse

HasField ServerReflectionResponse "maybe'allExtensionNumbersResponse" (Maybe ExtensionNumberResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'errorResponse" (Maybe ErrorResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'fileDescriptorResponse" (Maybe FileDescriptorResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'listServicesResponse" (Maybe ListServiceResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'messageResponse" (Maybe ServerReflectionResponse'MessageResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'originalRequest" (Maybe ServerReflectionRequest) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ServerReflectionResponse'MessageResponse Source #

Instances

Instances details
NFData ServerReflectionResponse'MessageResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Eq ServerReflectionResponse'MessageResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ServerReflectionResponse'MessageResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ServerReflectionResponse'MessageResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServerReflectionResponse "maybe'messageResponse" (Maybe ServerReflectionResponse'MessageResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

data ServiceResponse Source #

Fields :

  • name :: Lens' ServiceResponse Data.Text.Text

Instances

Instances details
NFData ServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

rnf :: ServiceResponse -> () Source #

Eq ServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Ord ServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Show ServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Message ServiceResponse Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ServiceResponse "name" Text Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "name" -> (Text -> f Text) -> ServiceResponse -> f ServiceResponse

HasField ListServiceResponse "service" [ServiceResponse] Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

HasField ListServiceResponse "vec'service" (Vector ServiceResponse) Source # 
Instance details

Defined in Proto.Grpc.Reflection.V1.Reflection

Methods

fieldOf :: Functor f => Proxy# "vec'service" -> (Vector ServiceResponse -> f (Vector ServiceResponse)) -> ListServiceResponse -> f ListServiceResponse