proto-lens-protoc-0.1.0.2: Protocol buffer compiler for the proto-lens library.

Safe HaskellNone
LanguageHaskell2010

Bootstrap.Proto.Google.Protobuf.Descriptor

Documentation

data DescriptorProto Source #

Instances

Eq DescriptorProto Source # 
Show DescriptorProto Source # 
Default DescriptorProto Source # 
Message DescriptorProto Source # 
HasField "enumType" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "enumType" -> Lens DescriptorProto DescriptorProto (Field "enumType" DescriptorProto) (Field "enumType" DescriptorProto) #

HasField "extension" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "extension" -> Lens DescriptorProto DescriptorProto (Field "extension" DescriptorProto) (Field "extension" DescriptorProto) #

HasField "extensionRange" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "extensionRange" -> Lens DescriptorProto DescriptorProto (Field "extensionRange" DescriptorProto) (Field "extensionRange" DescriptorProto) #

HasField "field" DescriptorProto DescriptorProto Source # 
HasField "maybe'name" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "maybe'name" -> Lens DescriptorProto DescriptorProto (Field "maybe'name" DescriptorProto) (Field "maybe'name" DescriptorProto) #

HasField "maybe'options" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "maybe'options" -> Lens DescriptorProto DescriptorProto (Field "maybe'options" DescriptorProto) (Field "maybe'options" DescriptorProto) #

HasField "name" DescriptorProto DescriptorProto Source # 
HasField "nestedType" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "nestedType" -> Lens DescriptorProto DescriptorProto (Field "nestedType" DescriptorProto) (Field "nestedType" DescriptorProto) #

HasField "oneofDecl" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "oneofDecl" -> Lens DescriptorProto DescriptorProto (Field "oneofDecl" DescriptorProto) (Field "oneofDecl" DescriptorProto) #

HasField "options" DescriptorProto DescriptorProto Source # 
HasField "reservedName" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "reservedName" -> Lens DescriptorProto DescriptorProto (Field "reservedName" DescriptorProto) (Field "reservedName" DescriptorProto) #

HasField "reservedRange" DescriptorProto DescriptorProto Source # 

Methods

field :: ProxySym "reservedRange" -> Lens DescriptorProto DescriptorProto (Field "reservedRange" DescriptorProto) (Field "reservedRange" DescriptorProto) #

type Field "enumType" DescriptorProto Source # 
type Field "extension" DescriptorProto Source # 
type Field "extensionRange" DescriptorProto Source # 
type Field "field" DescriptorProto Source # 
type Field "maybe'name" DescriptorProto Source # 
type Field "maybe'name" DescriptorProto = Maybe Text
type Field "maybe'options" DescriptorProto Source # 
type Field "maybe'options" DescriptorProto = Maybe MessageOptions
type Field "name" DescriptorProto Source # 
type Field "name" DescriptorProto = Text
type Field "nestedType" DescriptorProto Source # 
type Field "nestedType" DescriptorProto = [DescriptorProto]
type Field "oneofDecl" DescriptorProto Source # 
type Field "options" DescriptorProto Source # 
type Field "reservedName" DescriptorProto Source # 
type Field "reservedName" DescriptorProto = [Text]
type Field "reservedRange" DescriptorProto Source # 

data DescriptorProto'ExtensionRange Source #

Instances

Eq DescriptorProto'ExtensionRange Source # 
Show DescriptorProto'ExtensionRange Source # 
Default DescriptorProto'ExtensionRange Source # 
Message DescriptorProto'ExtensionRange Source # 
HasField "end" DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange Source # 
HasField "maybe'end" DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange Source # 
HasField "maybe'start" DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange Source # 
HasField "start" DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange Source # 
type Field "end" DescriptorProto'ExtensionRange Source # 
type Field "maybe'end" DescriptorProto'ExtensionRange Source # 
type Field "maybe'start" DescriptorProto'ExtensionRange Source # 
type Field "start" DescriptorProto'ExtensionRange Source # 

data DescriptorProto'ReservedRange Source #

Instances

Eq DescriptorProto'ReservedRange Source # 
Show DescriptorProto'ReservedRange Source # 
Default DescriptorProto'ReservedRange Source # 
Message DescriptorProto'ReservedRange Source # 
HasField "end" DescriptorProto'ReservedRange DescriptorProto'ReservedRange Source # 
HasField "maybe'end" DescriptorProto'ReservedRange DescriptorProto'ReservedRange Source # 
HasField "maybe'start" DescriptorProto'ReservedRange DescriptorProto'ReservedRange Source # 
HasField "start" DescriptorProto'ReservedRange DescriptorProto'ReservedRange Source # 
type Field "end" DescriptorProto'ReservedRange Source # 
type Field "maybe'end" DescriptorProto'ReservedRange Source # 
type Field "maybe'start" DescriptorProto'ReservedRange Source # 
type Field "start" DescriptorProto'ReservedRange Source # 

data EnumDescriptorProto Source #

Instances

Eq EnumDescriptorProto Source # 
Show EnumDescriptorProto Source # 
Default EnumDescriptorProto Source # 
Message EnumDescriptorProto Source # 
HasField "maybe'name" EnumDescriptorProto EnumDescriptorProto Source # 
HasField "maybe'options" EnumDescriptorProto EnumDescriptorProto Source # 

Methods

field :: ProxySym "maybe'options" -> Lens EnumDescriptorProto EnumDescriptorProto (Field "maybe'options" EnumDescriptorProto) (Field "maybe'options" EnumDescriptorProto) #

HasField "name" EnumDescriptorProto EnumDescriptorProto Source # 
HasField "options" EnumDescriptorProto EnumDescriptorProto Source # 
HasField "value" EnumDescriptorProto EnumDescriptorProto Source # 
type Field "maybe'name" EnumDescriptorProto Source # 
type Field "maybe'name" EnumDescriptorProto = Maybe Text
type Field "maybe'options" EnumDescriptorProto Source # 
type Field "name" EnumDescriptorProto Source # 
type Field "options" EnumDescriptorProto Source # 
type Field "value" EnumDescriptorProto Source # 

data EnumOptions Source #

Instances

Eq EnumOptions Source # 
Show EnumOptions Source # 
Default EnumOptions Source # 

Methods

def :: EnumOptions #

Message EnumOptions Source # 
HasField "allowAlias" EnumOptions EnumOptions Source # 

Methods

field :: ProxySym "allowAlias" -> Lens EnumOptions EnumOptions (Field "allowAlias" EnumOptions) (Field "allowAlias" EnumOptions) #

HasField "deprecated" EnumOptions EnumOptions Source # 

Methods

field :: ProxySym "deprecated" -> Lens EnumOptions EnumOptions (Field "deprecated" EnumOptions) (Field "deprecated" EnumOptions) #

HasField "maybe'allowAlias" EnumOptions EnumOptions Source # 

Methods

field :: ProxySym "maybe'allowAlias" -> Lens EnumOptions EnumOptions (Field "maybe'allowAlias" EnumOptions) (Field "maybe'allowAlias" EnumOptions) #

HasField "maybe'deprecated" EnumOptions EnumOptions Source # 

Methods

field :: ProxySym "maybe'deprecated" -> Lens EnumOptions EnumOptions (Field "maybe'deprecated" EnumOptions) (Field "maybe'deprecated" EnumOptions) #

HasField "uninterpretedOption" EnumOptions EnumOptions Source # 

Methods

field :: ProxySym "uninterpretedOption" -> Lens EnumOptions EnumOptions (Field "uninterpretedOption" EnumOptions) (Field "uninterpretedOption" EnumOptions) #

type Field "allowAlias" EnumOptions Source # 
type Field "allowAlias" EnumOptions = Bool
type Field "deprecated" EnumOptions Source # 
type Field "deprecated" EnumOptions = Bool
type Field "maybe'allowAlias" EnumOptions Source # 
type Field "maybe'allowAlias" EnumOptions = Maybe Bool
type Field "maybe'deprecated" EnumOptions Source # 
type Field "maybe'deprecated" EnumOptions = Maybe Bool
type Field "uninterpretedOption" EnumOptions Source # 
type Field "uninterpretedOption" EnumOptions = [UninterpretedOption]

data EnumValueDescriptorProto Source #

Instances

Eq EnumValueDescriptorProto Source # 
Show EnumValueDescriptorProto Source # 
Default EnumValueDescriptorProto Source # 
Message EnumValueDescriptorProto Source # 
HasField "maybe'name" EnumValueDescriptorProto EnumValueDescriptorProto Source # 
HasField "maybe'number" EnumValueDescriptorProto EnumValueDescriptorProto Source # 
HasField "maybe'options" EnumValueDescriptorProto EnumValueDescriptorProto Source # 
HasField "name" EnumValueDescriptorProto EnumValueDescriptorProto Source # 
HasField "number" EnumValueDescriptorProto EnumValueDescriptorProto Source # 
HasField "options" EnumValueDescriptorProto EnumValueDescriptorProto Source # 
type Field "maybe'name" EnumValueDescriptorProto Source # 
type Field "maybe'number" EnumValueDescriptorProto Source # 
type Field "maybe'options" EnumValueDescriptorProto Source # 
type Field "name" EnumValueDescriptorProto Source # 
type Field "number" EnumValueDescriptorProto Source # 
type Field "options" EnumValueDescriptorProto Source # 

data EnumValueOptions Source #

Instances

Eq EnumValueOptions Source # 
Show EnumValueOptions Source # 
Default EnumValueOptions Source # 
Message EnumValueOptions Source # 
HasField "deprecated" EnumValueOptions EnumValueOptions Source # 

Methods

field :: ProxySym "deprecated" -> Lens EnumValueOptions EnumValueOptions (Field "deprecated" EnumValueOptions) (Field "deprecated" EnumValueOptions) #

HasField "maybe'deprecated" EnumValueOptions EnumValueOptions Source # 

Methods

field :: ProxySym "maybe'deprecated" -> Lens EnumValueOptions EnumValueOptions (Field "maybe'deprecated" EnumValueOptions) (Field "maybe'deprecated" EnumValueOptions) #

HasField "uninterpretedOption" EnumValueOptions EnumValueOptions Source # 

Methods

field :: ProxySym "uninterpretedOption" -> Lens EnumValueOptions EnumValueOptions (Field "uninterpretedOption" EnumValueOptions) (Field "uninterpretedOption" EnumValueOptions) #

type Field "deprecated" EnumValueOptions Source # 
type Field "deprecated" EnumValueOptions = Bool
type Field "maybe'deprecated" EnumValueOptions Source # 
type Field "maybe'deprecated" EnumValueOptions = Maybe Bool
type Field "uninterpretedOption" EnumValueOptions Source # 
type Field "uninterpretedOption" EnumValueOptions = [UninterpretedOption]

data FieldDescriptorProto Source #

Instances

Eq FieldDescriptorProto Source # 
Show FieldDescriptorProto Source # 
Default FieldDescriptorProto Source # 
Message FieldDescriptorProto Source # 
HasField "defaultValue" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "extendee" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "jsonName" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "label" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "maybe'defaultValue" FieldDescriptorProto FieldDescriptorProto Source # 

Methods

field :: ProxySym "maybe'defaultValue" -> Lens FieldDescriptorProto FieldDescriptorProto (Field "maybe'defaultValue" FieldDescriptorProto) (Field "maybe'defaultValue" FieldDescriptorProto) #

HasField "maybe'extendee" FieldDescriptorProto FieldDescriptorProto Source # 

Methods

field :: ProxySym "maybe'extendee" -> Lens FieldDescriptorProto FieldDescriptorProto (Field "maybe'extendee" FieldDescriptorProto) (Field "maybe'extendee" FieldDescriptorProto) #

HasField "maybe'jsonName" FieldDescriptorProto FieldDescriptorProto Source # 

Methods

field :: ProxySym "maybe'jsonName" -> Lens FieldDescriptorProto FieldDescriptorProto (Field "maybe'jsonName" FieldDescriptorProto) (Field "maybe'jsonName" FieldDescriptorProto) #

HasField "maybe'label" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "maybe'name" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "maybe'number" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "maybe'oneofIndex" FieldDescriptorProto FieldDescriptorProto Source # 

Methods

field :: ProxySym "maybe'oneofIndex" -> Lens FieldDescriptorProto FieldDescriptorProto (Field "maybe'oneofIndex" FieldDescriptorProto) (Field "maybe'oneofIndex" FieldDescriptorProto) #

HasField "maybe'options" FieldDescriptorProto FieldDescriptorProto Source # 

Methods

field :: ProxySym "maybe'options" -> Lens FieldDescriptorProto FieldDescriptorProto (Field "maybe'options" FieldDescriptorProto) (Field "maybe'options" FieldDescriptorProto) #

HasField "maybe'type'" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "maybe'typeName" FieldDescriptorProto FieldDescriptorProto Source # 

Methods

field :: ProxySym "maybe'typeName" -> Lens FieldDescriptorProto FieldDescriptorProto (Field "maybe'typeName" FieldDescriptorProto) (Field "maybe'typeName" FieldDescriptorProto) #

HasField "name" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "number" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "oneofIndex" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "options" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "type'" FieldDescriptorProto FieldDescriptorProto Source # 
HasField "typeName" FieldDescriptorProto FieldDescriptorProto Source # 
type Field "defaultValue" FieldDescriptorProto Source # 
type Field "defaultValue" FieldDescriptorProto = Text
type Field "extendee" FieldDescriptorProto Source # 
type Field "extendee" FieldDescriptorProto = Text
type Field "jsonName" FieldDescriptorProto Source # 
type Field "jsonName" FieldDescriptorProto = Text
type Field "label" FieldDescriptorProto Source # 
type Field "maybe'defaultValue" FieldDescriptorProto Source # 
type Field "maybe'defaultValue" FieldDescriptorProto = Maybe Text
type Field "maybe'extendee" FieldDescriptorProto Source # 
type Field "maybe'extendee" FieldDescriptorProto = Maybe Text
type Field "maybe'jsonName" FieldDescriptorProto Source # 
type Field "maybe'jsonName" FieldDescriptorProto = Maybe Text
type Field "maybe'label" FieldDescriptorProto Source # 
type Field "maybe'name" FieldDescriptorProto Source # 
type Field "maybe'name" FieldDescriptorProto = Maybe Text
type Field "maybe'number" FieldDescriptorProto Source # 
type Field "maybe'number" FieldDescriptorProto = Maybe Int32
type Field "maybe'oneofIndex" FieldDescriptorProto Source # 
type Field "maybe'oneofIndex" FieldDescriptorProto = Maybe Int32
type Field "maybe'options" FieldDescriptorProto Source # 
type Field "maybe'type'" FieldDescriptorProto Source # 
type Field "maybe'typeName" FieldDescriptorProto Source # 
type Field "maybe'typeName" FieldDescriptorProto = Maybe Text
type Field "name" FieldDescriptorProto Source # 
type Field "number" FieldDescriptorProto Source # 
type Field "oneofIndex" FieldDescriptorProto Source # 
type Field "oneofIndex" FieldDescriptorProto = Int32
type Field "options" FieldDescriptorProto Source # 
type Field "type'" FieldDescriptorProto Source # 
type Field "typeName" FieldDescriptorProto Source # 
type Field "typeName" FieldDescriptorProto = Text

data FieldDescriptorProto'Label Source #

Instances

Bounded FieldDescriptorProto'Label Source # 
Enum FieldDescriptorProto'Label Source # 
Eq FieldDescriptorProto'Label Source # 
Show FieldDescriptorProto'Label Source # 
Default FieldDescriptorProto'Label Source # 
FieldDefault FieldDescriptorProto'Label Source # 
MessageEnum FieldDescriptorProto'Label Source # 

data FieldDescriptorProto'Type Source #

Instances

Bounded FieldDescriptorProto'Type Source # 
Enum FieldDescriptorProto'Type Source # 
Eq FieldDescriptorProto'Type Source # 
Show FieldDescriptorProto'Type Source # 
Default FieldDescriptorProto'Type Source # 
FieldDefault FieldDescriptorProto'Type Source # 
MessageEnum FieldDescriptorProto'Type Source # 

data FieldOptions Source #

Instances

Eq FieldOptions Source # 
Show FieldOptions Source # 
Default FieldOptions Source # 

Methods

def :: FieldOptions #

Message FieldOptions Source # 
HasField "ctype" FieldOptions FieldOptions Source # 
HasField "deprecated" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "deprecated" -> Lens FieldOptions FieldOptions (Field "deprecated" FieldOptions) (Field "deprecated" FieldOptions) #

HasField "jstype" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "jstype" -> Lens FieldOptions FieldOptions (Field "jstype" FieldOptions) (Field "jstype" FieldOptions) #

HasField "lazy" FieldOptions FieldOptions Source # 
HasField "maybe'ctype" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "maybe'ctype" -> Lens FieldOptions FieldOptions (Field "maybe'ctype" FieldOptions) (Field "maybe'ctype" FieldOptions) #

HasField "maybe'deprecated" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "maybe'deprecated" -> Lens FieldOptions FieldOptions (Field "maybe'deprecated" FieldOptions) (Field "maybe'deprecated" FieldOptions) #

HasField "maybe'jstype" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "maybe'jstype" -> Lens FieldOptions FieldOptions (Field "maybe'jstype" FieldOptions) (Field "maybe'jstype" FieldOptions) #

HasField "maybe'lazy" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "maybe'lazy" -> Lens FieldOptions FieldOptions (Field "maybe'lazy" FieldOptions) (Field "maybe'lazy" FieldOptions) #

HasField "maybe'packed" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "maybe'packed" -> Lens FieldOptions FieldOptions (Field "maybe'packed" FieldOptions) (Field "maybe'packed" FieldOptions) #

HasField "maybe'weak" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "maybe'weak" -> Lens FieldOptions FieldOptions (Field "maybe'weak" FieldOptions) (Field "maybe'weak" FieldOptions) #

HasField "packed" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "packed" -> Lens FieldOptions FieldOptions (Field "packed" FieldOptions) (Field "packed" FieldOptions) #

HasField "uninterpretedOption" FieldOptions FieldOptions Source # 

Methods

field :: ProxySym "uninterpretedOption" -> Lens FieldOptions FieldOptions (Field "uninterpretedOption" FieldOptions) (Field "uninterpretedOption" FieldOptions) #

HasField "weak" FieldOptions FieldOptions Source # 
type Field "ctype" FieldOptions Source # 
type Field "deprecated" FieldOptions Source # 
type Field "deprecated" FieldOptions = Bool
type Field "jstype" FieldOptions Source # 
type Field "lazy" FieldOptions Source # 
type Field "lazy" FieldOptions = Bool
type Field "maybe'ctype" FieldOptions Source # 
type Field "maybe'deprecated" FieldOptions Source # 
type Field "maybe'deprecated" FieldOptions = Maybe Bool
type Field "maybe'jstype" FieldOptions Source # 
type Field "maybe'lazy" FieldOptions Source # 
type Field "maybe'lazy" FieldOptions = Maybe Bool
type Field "maybe'packed" FieldOptions Source # 
type Field "maybe'packed" FieldOptions = Maybe Bool
type Field "maybe'weak" FieldOptions Source # 
type Field "maybe'weak" FieldOptions = Maybe Bool
type Field "packed" FieldOptions Source # 
type Field "packed" FieldOptions = Bool
type Field "uninterpretedOption" FieldOptions Source # 
type Field "uninterpretedOption" FieldOptions = [UninterpretedOption]
type Field "weak" FieldOptions Source # 
type Field "weak" FieldOptions = Bool

data FileDescriptorProto Source #

Instances

Eq FileDescriptorProto Source # 
Show FileDescriptorProto Source # 
Default FileDescriptorProto Source # 
Message FileDescriptorProto Source # 
HasField "dependency" FileDescriptorProto FileDescriptorProto Source # 
HasField "enumType" FileDescriptorProto FileDescriptorProto Source # 
HasField "extension" FileDescriptorProto FileDescriptorProto Source # 
HasField "maybe'name" FileDescriptorProto FileDescriptorProto Source # 
HasField "maybe'options" FileDescriptorProto FileDescriptorProto Source # 

Methods

field :: ProxySym "maybe'options" -> Lens FileDescriptorProto FileDescriptorProto (Field "maybe'options" FileDescriptorProto) (Field "maybe'options" FileDescriptorProto) #

HasField "maybe'package" FileDescriptorProto FileDescriptorProto Source # 

Methods

field :: ProxySym "maybe'package" -> Lens FileDescriptorProto FileDescriptorProto (Field "maybe'package" FileDescriptorProto) (Field "maybe'package" FileDescriptorProto) #

HasField "maybe'sourceCodeInfo" FileDescriptorProto FileDescriptorProto Source # 

Methods

field :: ProxySym "maybe'sourceCodeInfo" -> Lens FileDescriptorProto FileDescriptorProto (Field "maybe'sourceCodeInfo" FileDescriptorProto) (Field "maybe'sourceCodeInfo" FileDescriptorProto) #

HasField "maybe'syntax" FileDescriptorProto FileDescriptorProto Source # 

Methods

field :: ProxySym "maybe'syntax" -> Lens FileDescriptorProto FileDescriptorProto (Field "maybe'syntax" FileDescriptorProto) (Field "maybe'syntax" FileDescriptorProto) #

HasField "messageType" FileDescriptorProto FileDescriptorProto Source # 
HasField "name" FileDescriptorProto FileDescriptorProto Source # 
HasField "options" FileDescriptorProto FileDescriptorProto Source # 
HasField "package" FileDescriptorProto FileDescriptorProto Source # 
HasField "publicDependency" FileDescriptorProto FileDescriptorProto Source # 

Methods

field :: ProxySym "publicDependency" -> Lens FileDescriptorProto FileDescriptorProto (Field "publicDependency" FileDescriptorProto) (Field "publicDependency" FileDescriptorProto) #

HasField "service" FileDescriptorProto FileDescriptorProto Source # 
HasField "sourceCodeInfo" FileDescriptorProto FileDescriptorProto Source # 

Methods

field :: ProxySym "sourceCodeInfo" -> Lens FileDescriptorProto FileDescriptorProto (Field "sourceCodeInfo" FileDescriptorProto) (Field "sourceCodeInfo" FileDescriptorProto) #

HasField "syntax" FileDescriptorProto FileDescriptorProto Source # 
HasField "weakDependency" FileDescriptorProto FileDescriptorProto Source # 

Methods

field :: ProxySym "weakDependency" -> Lens FileDescriptorProto FileDescriptorProto (Field "weakDependency" FileDescriptorProto) (Field "weakDependency" FileDescriptorProto) #

type Field "dependency" FileDescriptorProto Source # 
type Field "dependency" FileDescriptorProto = [Text]
type Field "enumType" FileDescriptorProto Source # 
type Field "extension" FileDescriptorProto Source # 
type Field "maybe'name" FileDescriptorProto Source # 
type Field "maybe'name" FileDescriptorProto = Maybe Text
type Field "maybe'options" FileDescriptorProto Source # 
type Field "maybe'package" FileDescriptorProto Source # 
type Field "maybe'package" FileDescriptorProto = Maybe Text
type Field "maybe'sourceCodeInfo" FileDescriptorProto Source # 
type Field "maybe'sourceCodeInfo" FileDescriptorProto = Maybe SourceCodeInfo
type Field "maybe'syntax" FileDescriptorProto Source # 
type Field "maybe'syntax" FileDescriptorProto = Maybe Text
type Field "messageType" FileDescriptorProto Source # 
type Field "name" FileDescriptorProto Source # 
type Field "options" FileDescriptorProto Source # 
type Field "package" FileDescriptorProto Source # 
type Field "package" FileDescriptorProto = Text
type Field "publicDependency" FileDescriptorProto Source # 
type Field "publicDependency" FileDescriptorProto = [Int32]
type Field "service" FileDescriptorProto Source # 
type Field "sourceCodeInfo" FileDescriptorProto Source # 
type Field "sourceCodeInfo" FileDescriptorProto = SourceCodeInfo
type Field "syntax" FileDescriptorProto Source # 
type Field "weakDependency" FileDescriptorProto Source # 
type Field "weakDependency" FileDescriptorProto = [Int32]

data FileOptions Source #

Instances

Eq FileOptions Source # 
Show FileOptions Source # 
Default FileOptions Source # 

Methods

def :: FileOptions #

Message FileOptions Source # 
HasField "ccEnableArenas" FileOptions FileOptions Source # 

Methods

field :: ProxySym "ccEnableArenas" -> Lens FileOptions FileOptions (Field "ccEnableArenas" FileOptions) (Field "ccEnableArenas" FileOptions) #

HasField "ccGenericServices" FileOptions FileOptions Source # 

Methods

field :: ProxySym "ccGenericServices" -> Lens FileOptions FileOptions (Field "ccGenericServices" FileOptions) (Field "ccGenericServices" FileOptions) #

HasField "csharpNamespace" FileOptions FileOptions Source # 

Methods

field :: ProxySym "csharpNamespace" -> Lens FileOptions FileOptions (Field "csharpNamespace" FileOptions) (Field "csharpNamespace" FileOptions) #

HasField "deprecated" FileOptions FileOptions Source # 

Methods

field :: ProxySym "deprecated" -> Lens FileOptions FileOptions (Field "deprecated" FileOptions) (Field "deprecated" FileOptions) #

HasField "goPackage" FileOptions FileOptions Source # 

Methods

field :: ProxySym "goPackage" -> Lens FileOptions FileOptions (Field "goPackage" FileOptions) (Field "goPackage" FileOptions) #

HasField "javaGenerateEqualsAndHash" FileOptions FileOptions Source # 

Methods

field :: ProxySym "javaGenerateEqualsAndHash" -> Lens FileOptions FileOptions (Field "javaGenerateEqualsAndHash" FileOptions) (Field "javaGenerateEqualsAndHash" FileOptions) #

HasField "javaGenericServices" FileOptions FileOptions Source # 

Methods

field :: ProxySym "javaGenericServices" -> Lens FileOptions FileOptions (Field "javaGenericServices" FileOptions) (Field "javaGenericServices" FileOptions) #

HasField "javaMultipleFiles" FileOptions FileOptions Source # 

Methods

field :: ProxySym "javaMultipleFiles" -> Lens FileOptions FileOptions (Field "javaMultipleFiles" FileOptions) (Field "javaMultipleFiles" FileOptions) #

HasField "javaOuterClassname" FileOptions FileOptions Source # 

Methods

field :: ProxySym "javaOuterClassname" -> Lens FileOptions FileOptions (Field "javaOuterClassname" FileOptions) (Field "javaOuterClassname" FileOptions) #

HasField "javaPackage" FileOptions FileOptions Source # 

Methods

field :: ProxySym "javaPackage" -> Lens FileOptions FileOptions (Field "javaPackage" FileOptions) (Field "javaPackage" FileOptions) #

HasField "javaStringCheckUtf8" FileOptions FileOptions Source # 

Methods

field :: ProxySym "javaStringCheckUtf8" -> Lens FileOptions FileOptions (Field "javaStringCheckUtf8" FileOptions) (Field "javaStringCheckUtf8" FileOptions) #

HasField "maybe'ccEnableArenas" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'ccEnableArenas" -> Lens FileOptions FileOptions (Field "maybe'ccEnableArenas" FileOptions) (Field "maybe'ccEnableArenas" FileOptions) #

HasField "maybe'ccGenericServices" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'ccGenericServices" -> Lens FileOptions FileOptions (Field "maybe'ccGenericServices" FileOptions) (Field "maybe'ccGenericServices" FileOptions) #

HasField "maybe'csharpNamespace" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'csharpNamespace" -> Lens FileOptions FileOptions (Field "maybe'csharpNamespace" FileOptions) (Field "maybe'csharpNamespace" FileOptions) #

HasField "maybe'deprecated" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'deprecated" -> Lens FileOptions FileOptions (Field "maybe'deprecated" FileOptions) (Field "maybe'deprecated" FileOptions) #

HasField "maybe'goPackage" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'goPackage" -> Lens FileOptions FileOptions (Field "maybe'goPackage" FileOptions) (Field "maybe'goPackage" FileOptions) #

HasField "maybe'javaGenerateEqualsAndHash" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'javaGenerateEqualsAndHash" -> Lens FileOptions FileOptions (Field "maybe'javaGenerateEqualsAndHash" FileOptions) (Field "maybe'javaGenerateEqualsAndHash" FileOptions) #

HasField "maybe'javaGenericServices" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'javaGenericServices" -> Lens FileOptions FileOptions (Field "maybe'javaGenericServices" FileOptions) (Field "maybe'javaGenericServices" FileOptions) #

HasField "maybe'javaMultipleFiles" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'javaMultipleFiles" -> Lens FileOptions FileOptions (Field "maybe'javaMultipleFiles" FileOptions) (Field "maybe'javaMultipleFiles" FileOptions) #

HasField "maybe'javaOuterClassname" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'javaOuterClassname" -> Lens FileOptions FileOptions (Field "maybe'javaOuterClassname" FileOptions) (Field "maybe'javaOuterClassname" FileOptions) #

HasField "maybe'javaPackage" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'javaPackage" -> Lens FileOptions FileOptions (Field "maybe'javaPackage" FileOptions) (Field "maybe'javaPackage" FileOptions) #

HasField "maybe'javaStringCheckUtf8" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'javaStringCheckUtf8" -> Lens FileOptions FileOptions (Field "maybe'javaStringCheckUtf8" FileOptions) (Field "maybe'javaStringCheckUtf8" FileOptions) #

HasField "maybe'objcClassPrefix" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'objcClassPrefix" -> Lens FileOptions FileOptions (Field "maybe'objcClassPrefix" FileOptions) (Field "maybe'objcClassPrefix" FileOptions) #

HasField "maybe'optimizeFor" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'optimizeFor" -> Lens FileOptions FileOptions (Field "maybe'optimizeFor" FileOptions) (Field "maybe'optimizeFor" FileOptions) #

HasField "maybe'pyGenericServices" FileOptions FileOptions Source # 

Methods

field :: ProxySym "maybe'pyGenericServices" -> Lens FileOptions FileOptions (Field "maybe'pyGenericServices" FileOptions) (Field "maybe'pyGenericServices" FileOptions) #

HasField "objcClassPrefix" FileOptions FileOptions Source # 

Methods

field :: ProxySym "objcClassPrefix" -> Lens FileOptions FileOptions (Field "objcClassPrefix" FileOptions) (Field "objcClassPrefix" FileOptions) #

HasField "optimizeFor" FileOptions FileOptions Source # 

Methods

field :: ProxySym "optimizeFor" -> Lens FileOptions FileOptions (Field "optimizeFor" FileOptions) (Field "optimizeFor" FileOptions) #

HasField "pyGenericServices" FileOptions FileOptions Source # 

Methods

field :: ProxySym "pyGenericServices" -> Lens FileOptions FileOptions (Field "pyGenericServices" FileOptions) (Field "pyGenericServices" FileOptions) #

HasField "uninterpretedOption" FileOptions FileOptions Source # 

Methods

field :: ProxySym "uninterpretedOption" -> Lens FileOptions FileOptions (Field "uninterpretedOption" FileOptions) (Field "uninterpretedOption" FileOptions) #

type Field "ccEnableArenas" FileOptions Source # 
type Field "ccEnableArenas" FileOptions = Bool
type Field "ccGenericServices" FileOptions Source # 
type Field "ccGenericServices" FileOptions = Bool
type Field "csharpNamespace" FileOptions Source # 
type Field "csharpNamespace" FileOptions = Text
type Field "deprecated" FileOptions Source # 
type Field "deprecated" FileOptions = Bool
type Field "goPackage" FileOptions Source # 
type Field "goPackage" FileOptions = Text
type Field "javaGenerateEqualsAndHash" FileOptions Source # 
type Field "javaGenerateEqualsAndHash" FileOptions = Bool
type Field "javaGenericServices" FileOptions Source # 
type Field "javaGenericServices" FileOptions = Bool
type Field "javaMultipleFiles" FileOptions Source # 
type Field "javaMultipleFiles" FileOptions = Bool
type Field "javaOuterClassname" FileOptions Source # 
type Field "javaOuterClassname" FileOptions = Text
type Field "javaPackage" FileOptions Source # 
type Field "javaPackage" FileOptions = Text
type Field "javaStringCheckUtf8" FileOptions Source # 
type Field "javaStringCheckUtf8" FileOptions = Bool
type Field "maybe'ccEnableArenas" FileOptions Source # 
type Field "maybe'ccEnableArenas" FileOptions = Maybe Bool
type Field "maybe'ccGenericServices" FileOptions Source # 
type Field "maybe'ccGenericServices" FileOptions = Maybe Bool
type Field "maybe'csharpNamespace" FileOptions Source # 
type Field "maybe'csharpNamespace" FileOptions = Maybe Text
type Field "maybe'deprecated" FileOptions Source # 
type Field "maybe'deprecated" FileOptions = Maybe Bool
type Field "maybe'goPackage" FileOptions Source # 
type Field "maybe'goPackage" FileOptions = Maybe Text
type Field "maybe'javaGenerateEqualsAndHash" FileOptions Source # 
type Field "maybe'javaGenerateEqualsAndHash" FileOptions = Maybe Bool
type Field "maybe'javaGenericServices" FileOptions Source # 
type Field "maybe'javaGenericServices" FileOptions = Maybe Bool
type Field "maybe'javaMultipleFiles" FileOptions Source # 
type Field "maybe'javaMultipleFiles" FileOptions = Maybe Bool
type Field "maybe'javaOuterClassname" FileOptions Source # 
type Field "maybe'javaOuterClassname" FileOptions = Maybe Text
type Field "maybe'javaPackage" FileOptions Source # 
type Field "maybe'javaPackage" FileOptions = Maybe Text
type Field "maybe'javaStringCheckUtf8" FileOptions Source # 
type Field "maybe'javaStringCheckUtf8" FileOptions = Maybe Bool
type Field "maybe'objcClassPrefix" FileOptions Source # 
type Field "maybe'objcClassPrefix" FileOptions = Maybe Text
type Field "maybe'optimizeFor" FileOptions Source # 
type Field "maybe'optimizeFor" FileOptions = Maybe FileOptions'OptimizeMode
type Field "maybe'pyGenericServices" FileOptions Source # 
type Field "maybe'pyGenericServices" FileOptions = Maybe Bool
type Field "objcClassPrefix" FileOptions Source # 
type Field "objcClassPrefix" FileOptions = Text
type Field "optimizeFor" FileOptions Source # 
type Field "pyGenericServices" FileOptions Source # 
type Field "pyGenericServices" FileOptions = Bool
type Field "uninterpretedOption" FileOptions Source # 
type Field "uninterpretedOption" FileOptions = [UninterpretedOption]

data FileOptions'OptimizeMode Source #

Instances

Bounded FileOptions'OptimizeMode Source # 
Enum FileOptions'OptimizeMode Source # 
Eq FileOptions'OptimizeMode Source # 
Show FileOptions'OptimizeMode Source # 
Default FileOptions'OptimizeMode Source # 
FieldDefault FileOptions'OptimizeMode Source # 
MessageEnum FileOptions'OptimizeMode Source # 

data GeneratedCodeInfo'Annotation Source #

Instances

Eq GeneratedCodeInfo'Annotation Source # 
Show GeneratedCodeInfo'Annotation Source # 
Default GeneratedCodeInfo'Annotation Source # 
Message GeneratedCodeInfo'Annotation Source # 
HasField "begin" GeneratedCodeInfo'Annotation GeneratedCodeInfo'Annotation Source # 
HasField "end" GeneratedCodeInfo'Annotation GeneratedCodeInfo'Annotation Source # 
HasField "maybe'begin" GeneratedCodeInfo'Annotation GeneratedCodeInfo'Annotation Source # 
HasField "maybe'end" GeneratedCodeInfo'Annotation GeneratedCodeInfo'Annotation Source # 
HasField "maybe'sourceFile" GeneratedCodeInfo'Annotation GeneratedCodeInfo'Annotation Source # 
HasField "path" GeneratedCodeInfo'Annotation GeneratedCodeInfo'Annotation Source # 
HasField "sourceFile" GeneratedCodeInfo'Annotation GeneratedCodeInfo'Annotation Source # 
type Field "begin" GeneratedCodeInfo'Annotation Source # 
type Field "end" GeneratedCodeInfo'Annotation Source # 
type Field "maybe'begin" GeneratedCodeInfo'Annotation Source # 
type Field "maybe'end" GeneratedCodeInfo'Annotation Source # 
type Field "maybe'sourceFile" GeneratedCodeInfo'Annotation Source # 
type Field "maybe'sourceFile" GeneratedCodeInfo'Annotation = Maybe Text
type Field "path" GeneratedCodeInfo'Annotation Source # 
type Field "sourceFile" GeneratedCodeInfo'Annotation Source # 

data MessageOptions Source #

Instances

Eq MessageOptions Source # 
Show MessageOptions Source # 
Default MessageOptions Source # 

Methods

def :: MessageOptions #

Message MessageOptions Source # 
HasField "deprecated" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "deprecated" -> Lens MessageOptions MessageOptions (Field "deprecated" MessageOptions) (Field "deprecated" MessageOptions) #

HasField "mapEntry" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "mapEntry" -> Lens MessageOptions MessageOptions (Field "mapEntry" MessageOptions) (Field "mapEntry" MessageOptions) #

HasField "maybe'deprecated" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "maybe'deprecated" -> Lens MessageOptions MessageOptions (Field "maybe'deprecated" MessageOptions) (Field "maybe'deprecated" MessageOptions) #

HasField "maybe'mapEntry" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "maybe'mapEntry" -> Lens MessageOptions MessageOptions (Field "maybe'mapEntry" MessageOptions) (Field "maybe'mapEntry" MessageOptions) #

HasField "maybe'messageSetWireFormat" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "maybe'messageSetWireFormat" -> Lens MessageOptions MessageOptions (Field "maybe'messageSetWireFormat" MessageOptions) (Field "maybe'messageSetWireFormat" MessageOptions) #

HasField "maybe'noStandardDescriptorAccessor" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "maybe'noStandardDescriptorAccessor" -> Lens MessageOptions MessageOptions (Field "maybe'noStandardDescriptorAccessor" MessageOptions) (Field "maybe'noStandardDescriptorAccessor" MessageOptions) #

HasField "messageSetWireFormat" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "messageSetWireFormat" -> Lens MessageOptions MessageOptions (Field "messageSetWireFormat" MessageOptions) (Field "messageSetWireFormat" MessageOptions) #

HasField "noStandardDescriptorAccessor" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "noStandardDescriptorAccessor" -> Lens MessageOptions MessageOptions (Field "noStandardDescriptorAccessor" MessageOptions) (Field "noStandardDescriptorAccessor" MessageOptions) #

HasField "uninterpretedOption" MessageOptions MessageOptions Source # 

Methods

field :: ProxySym "uninterpretedOption" -> Lens MessageOptions MessageOptions (Field "uninterpretedOption" MessageOptions) (Field "uninterpretedOption" MessageOptions) #

type Field "deprecated" MessageOptions Source # 
type Field "deprecated" MessageOptions = Bool
type Field "mapEntry" MessageOptions Source # 
type Field "mapEntry" MessageOptions = Bool
type Field "maybe'deprecated" MessageOptions Source # 
type Field "maybe'deprecated" MessageOptions = Maybe Bool
type Field "maybe'mapEntry" MessageOptions Source # 
type Field "maybe'mapEntry" MessageOptions = Maybe Bool
type Field "maybe'messageSetWireFormat" MessageOptions Source # 
type Field "maybe'messageSetWireFormat" MessageOptions = Maybe Bool
type Field "maybe'noStandardDescriptorAccessor" MessageOptions Source # 
type Field "maybe'noStandardDescriptorAccessor" MessageOptions = Maybe Bool
type Field "messageSetWireFormat" MessageOptions Source # 
type Field "messageSetWireFormat" MessageOptions = Bool
type Field "noStandardDescriptorAccessor" MessageOptions Source # 
type Field "noStandardDescriptorAccessor" MessageOptions = Bool
type Field "uninterpretedOption" MessageOptions Source # 
type Field "uninterpretedOption" MessageOptions = [UninterpretedOption]

data MethodDescriptorProto Source #

Instances

Eq MethodDescriptorProto Source # 
Show MethodDescriptorProto Source # 
Default MethodDescriptorProto Source # 
Message MethodDescriptorProto Source # 
HasField "clientStreaming" MethodDescriptorProto MethodDescriptorProto Source # 

Methods

field :: ProxySym "clientStreaming" -> Lens MethodDescriptorProto MethodDescriptorProto (Field "clientStreaming" MethodDescriptorProto) (Field "clientStreaming" MethodDescriptorProto) #

HasField "inputType" MethodDescriptorProto MethodDescriptorProto Source # 
HasField "maybe'clientStreaming" MethodDescriptorProto MethodDescriptorProto Source # 

Methods

field :: ProxySym "maybe'clientStreaming" -> Lens MethodDescriptorProto MethodDescriptorProto (Field "maybe'clientStreaming" MethodDescriptorProto) (Field "maybe'clientStreaming" MethodDescriptorProto) #

HasField "maybe'inputType" MethodDescriptorProto MethodDescriptorProto Source # 

Methods

field :: ProxySym "maybe'inputType" -> Lens MethodDescriptorProto MethodDescriptorProto (Field "maybe'inputType" MethodDescriptorProto) (Field "maybe'inputType" MethodDescriptorProto) #

HasField "maybe'name" MethodDescriptorProto MethodDescriptorProto Source # 
HasField "maybe'options" MethodDescriptorProto MethodDescriptorProto Source # 
HasField "maybe'outputType" MethodDescriptorProto MethodDescriptorProto Source # 

Methods

field :: ProxySym "maybe'outputType" -> Lens MethodDescriptorProto MethodDescriptorProto (Field "maybe'outputType" MethodDescriptorProto) (Field "maybe'outputType" MethodDescriptorProto) #

HasField "maybe'serverStreaming" MethodDescriptorProto MethodDescriptorProto Source # 

Methods

field :: ProxySym "maybe'serverStreaming" -> Lens MethodDescriptorProto MethodDescriptorProto (Field "maybe'serverStreaming" MethodDescriptorProto) (Field "maybe'serverStreaming" MethodDescriptorProto) #

HasField "name" MethodDescriptorProto MethodDescriptorProto Source # 
HasField "options" MethodDescriptorProto MethodDescriptorProto Source # 
HasField "outputType" MethodDescriptorProto MethodDescriptorProto Source # 
HasField "serverStreaming" MethodDescriptorProto MethodDescriptorProto Source # 

Methods

field :: ProxySym "serverStreaming" -> Lens MethodDescriptorProto MethodDescriptorProto (Field "serverStreaming" MethodDescriptorProto) (Field "serverStreaming" MethodDescriptorProto) #

type Field "clientStreaming" MethodDescriptorProto Source # 
type Field "clientStreaming" MethodDescriptorProto = Bool
type Field "inputType" MethodDescriptorProto Source # 
type Field "inputType" MethodDescriptorProto = Text
type Field "maybe'clientStreaming" MethodDescriptorProto Source # 
type Field "maybe'clientStreaming" MethodDescriptorProto = Maybe Bool
type Field "maybe'inputType" MethodDescriptorProto Source # 
type Field "maybe'inputType" MethodDescriptorProto = Maybe Text
type Field "maybe'name" MethodDescriptorProto Source # 
type Field "maybe'options" MethodDescriptorProto Source # 
type Field "maybe'outputType" MethodDescriptorProto Source # 
type Field "maybe'outputType" MethodDescriptorProto = Maybe Text
type Field "maybe'serverStreaming" MethodDescriptorProto Source # 
type Field "maybe'serverStreaming" MethodDescriptorProto = Maybe Bool
type Field "name" MethodDescriptorProto Source # 
type Field "options" MethodDescriptorProto Source # 
type Field "outputType" MethodDescriptorProto Source # 
type Field "outputType" MethodDescriptorProto = Text
type Field "serverStreaming" MethodDescriptorProto Source # 
type Field "serverStreaming" MethodDescriptorProto = Bool

data MethodOptions Source #

Instances

Eq MethodOptions Source # 
Show MethodOptions Source # 
Default MethodOptions Source # 

Methods

def :: MethodOptions #

Message MethodOptions Source # 
HasField "deprecated" MethodOptions MethodOptions Source # 

Methods

field :: ProxySym "deprecated" -> Lens MethodOptions MethodOptions (Field "deprecated" MethodOptions) (Field "deprecated" MethodOptions) #

HasField "maybe'deprecated" MethodOptions MethodOptions Source # 

Methods

field :: ProxySym "maybe'deprecated" -> Lens MethodOptions MethodOptions (Field "maybe'deprecated" MethodOptions) (Field "maybe'deprecated" MethodOptions) #

HasField "uninterpretedOption" MethodOptions MethodOptions Source # 

Methods

field :: ProxySym "uninterpretedOption" -> Lens MethodOptions MethodOptions (Field "uninterpretedOption" MethodOptions) (Field "uninterpretedOption" MethodOptions) #

type Field "deprecated" MethodOptions Source # 
type Field "deprecated" MethodOptions = Bool
type Field "maybe'deprecated" MethodOptions Source # 
type Field "maybe'deprecated" MethodOptions = Maybe Bool
type Field "uninterpretedOption" MethodOptions Source # 
type Field "uninterpretedOption" MethodOptions = [UninterpretedOption]

data ServiceDescriptorProto Source #

Instances

Eq ServiceDescriptorProto Source # 
Show ServiceDescriptorProto Source # 
Default ServiceDescriptorProto Source # 
Message ServiceDescriptorProto Source # 
HasField "maybe'name" ServiceDescriptorProto ServiceDescriptorProto Source # 
HasField "maybe'options" ServiceDescriptorProto ServiceDescriptorProto Source # 
HasField "method" ServiceDescriptorProto ServiceDescriptorProto Source # 
HasField "name" ServiceDescriptorProto ServiceDescriptorProto Source # 
HasField "options" ServiceDescriptorProto ServiceDescriptorProto Source # 
type Field "maybe'name" ServiceDescriptorProto Source # 
type Field "maybe'options" ServiceDescriptorProto Source # 
type Field "method" ServiceDescriptorProto Source # 
type Field "name" ServiceDescriptorProto Source # 
type Field "options" ServiceDescriptorProto Source # 

data ServiceOptions Source #

Instances

Eq ServiceOptions Source # 
Show ServiceOptions Source # 
Default ServiceOptions Source # 

Methods

def :: ServiceOptions #

Message ServiceOptions Source # 
HasField "deprecated" ServiceOptions ServiceOptions Source # 

Methods

field :: ProxySym "deprecated" -> Lens ServiceOptions ServiceOptions (Field "deprecated" ServiceOptions) (Field "deprecated" ServiceOptions) #

HasField "maybe'deprecated" ServiceOptions ServiceOptions Source # 

Methods

field :: ProxySym "maybe'deprecated" -> Lens ServiceOptions ServiceOptions (Field "maybe'deprecated" ServiceOptions) (Field "maybe'deprecated" ServiceOptions) #

HasField "uninterpretedOption" ServiceOptions ServiceOptions Source # 

Methods

field :: ProxySym "uninterpretedOption" -> Lens ServiceOptions ServiceOptions (Field "uninterpretedOption" ServiceOptions) (Field "uninterpretedOption" ServiceOptions) #

type Field "deprecated" ServiceOptions Source # 
type Field "deprecated" ServiceOptions = Bool
type Field "maybe'deprecated" ServiceOptions Source # 
type Field "maybe'deprecated" ServiceOptions = Maybe Bool
type Field "uninterpretedOption" ServiceOptions Source # 
type Field "uninterpretedOption" ServiceOptions = [UninterpretedOption]

data SourceCodeInfo'Location Source #

Instances

Eq SourceCodeInfo'Location Source # 
Show SourceCodeInfo'Location Source # 
Default SourceCodeInfo'Location Source # 
Message SourceCodeInfo'Location Source # 
HasField "leadingComments" SourceCodeInfo'Location SourceCodeInfo'Location Source # 

Methods

field :: ProxySym "leadingComments" -> Lens SourceCodeInfo'Location SourceCodeInfo'Location (Field "leadingComments" SourceCodeInfo'Location) (Field "leadingComments" SourceCodeInfo'Location) #

HasField "leadingDetachedComments" SourceCodeInfo'Location SourceCodeInfo'Location Source # 

Methods

field :: ProxySym "leadingDetachedComments" -> Lens SourceCodeInfo'Location SourceCodeInfo'Location (Field "leadingDetachedComments" SourceCodeInfo'Location) (Field "leadingDetachedComments" SourceCodeInfo'Location) #

HasField "maybe'leadingComments" SourceCodeInfo'Location SourceCodeInfo'Location Source # 

Methods

field :: ProxySym "maybe'leadingComments" -> Lens SourceCodeInfo'Location SourceCodeInfo'Location (Field "maybe'leadingComments" SourceCodeInfo'Location) (Field "maybe'leadingComments" SourceCodeInfo'Location) #

HasField "maybe'trailingComments" SourceCodeInfo'Location SourceCodeInfo'Location Source # 

Methods

field :: ProxySym "maybe'trailingComments" -> Lens SourceCodeInfo'Location SourceCodeInfo'Location (Field "maybe'trailingComments" SourceCodeInfo'Location) (Field "maybe'trailingComments" SourceCodeInfo'Location) #

HasField "path" SourceCodeInfo'Location SourceCodeInfo'Location Source # 
HasField "span" SourceCodeInfo'Location SourceCodeInfo'Location Source # 
HasField "trailingComments" SourceCodeInfo'Location SourceCodeInfo'Location Source # 

Methods

field :: ProxySym "trailingComments" -> Lens SourceCodeInfo'Location SourceCodeInfo'Location (Field "trailingComments" SourceCodeInfo'Location) (Field "trailingComments" SourceCodeInfo'Location) #

type Field "leadingComments" SourceCodeInfo'Location Source # 
type Field "leadingComments" SourceCodeInfo'Location = Text
type Field "leadingDetachedComments" SourceCodeInfo'Location Source # 
type Field "leadingDetachedComments" SourceCodeInfo'Location = [Text]
type Field "maybe'leadingComments" SourceCodeInfo'Location Source # 
type Field "maybe'leadingComments" SourceCodeInfo'Location = Maybe Text
type Field "maybe'trailingComments" SourceCodeInfo'Location Source # 
type Field "maybe'trailingComments" SourceCodeInfo'Location = Maybe Text
type Field "path" SourceCodeInfo'Location Source # 
type Field "span" SourceCodeInfo'Location Source # 
type Field "trailingComments" SourceCodeInfo'Location Source # 
type Field "trailingComments" SourceCodeInfo'Location = Text

data UninterpretedOption Source #

Instances

Eq UninterpretedOption Source # 
Show UninterpretedOption Source # 
Default UninterpretedOption Source # 
Message UninterpretedOption Source # 
HasField "aggregateValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "aggregateValue" -> Lens UninterpretedOption UninterpretedOption (Field "aggregateValue" UninterpretedOption) (Field "aggregateValue" UninterpretedOption) #

HasField "doubleValue" UninterpretedOption UninterpretedOption Source # 
HasField "identifierValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "identifierValue" -> Lens UninterpretedOption UninterpretedOption (Field "identifierValue" UninterpretedOption) (Field "identifierValue" UninterpretedOption) #

HasField "maybe'aggregateValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "maybe'aggregateValue" -> Lens UninterpretedOption UninterpretedOption (Field "maybe'aggregateValue" UninterpretedOption) (Field "maybe'aggregateValue" UninterpretedOption) #

HasField "maybe'doubleValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "maybe'doubleValue" -> Lens UninterpretedOption UninterpretedOption (Field "maybe'doubleValue" UninterpretedOption) (Field "maybe'doubleValue" UninterpretedOption) #

HasField "maybe'identifierValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "maybe'identifierValue" -> Lens UninterpretedOption UninterpretedOption (Field "maybe'identifierValue" UninterpretedOption) (Field "maybe'identifierValue" UninterpretedOption) #

HasField "maybe'negativeIntValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "maybe'negativeIntValue" -> Lens UninterpretedOption UninterpretedOption (Field "maybe'negativeIntValue" UninterpretedOption) (Field "maybe'negativeIntValue" UninterpretedOption) #

HasField "maybe'positiveIntValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "maybe'positiveIntValue" -> Lens UninterpretedOption UninterpretedOption (Field "maybe'positiveIntValue" UninterpretedOption) (Field "maybe'positiveIntValue" UninterpretedOption) #

HasField "maybe'stringValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "maybe'stringValue" -> Lens UninterpretedOption UninterpretedOption (Field "maybe'stringValue" UninterpretedOption) (Field "maybe'stringValue" UninterpretedOption) #

HasField "name" UninterpretedOption UninterpretedOption Source # 
HasField "negativeIntValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "negativeIntValue" -> Lens UninterpretedOption UninterpretedOption (Field "negativeIntValue" UninterpretedOption) (Field "negativeIntValue" UninterpretedOption) #

HasField "positiveIntValue" UninterpretedOption UninterpretedOption Source # 

Methods

field :: ProxySym "positiveIntValue" -> Lens UninterpretedOption UninterpretedOption (Field "positiveIntValue" UninterpretedOption) (Field "positiveIntValue" UninterpretedOption) #

HasField "stringValue" UninterpretedOption UninterpretedOption Source # 
type Field "aggregateValue" UninterpretedOption Source # 
type Field "aggregateValue" UninterpretedOption = Text
type Field "doubleValue" UninterpretedOption Source # 
type Field "doubleValue" UninterpretedOption = Double
type Field "identifierValue" UninterpretedOption Source # 
type Field "identifierValue" UninterpretedOption = Text
type Field "maybe'aggregateValue" UninterpretedOption Source # 
type Field "maybe'aggregateValue" UninterpretedOption = Maybe Text
type Field "maybe'doubleValue" UninterpretedOption Source # 
type Field "maybe'doubleValue" UninterpretedOption = Maybe Double
type Field "maybe'identifierValue" UninterpretedOption Source # 
type Field "maybe'identifierValue" UninterpretedOption = Maybe Text
type Field "maybe'negativeIntValue" UninterpretedOption Source # 
type Field "maybe'negativeIntValue" UninterpretedOption = Maybe Int64
type Field "maybe'positiveIntValue" UninterpretedOption Source # 
type Field "maybe'positiveIntValue" UninterpretedOption = Maybe Word64
type Field "maybe'stringValue" UninterpretedOption Source # 
type Field "maybe'stringValue" UninterpretedOption = Maybe ByteString
type Field "name" UninterpretedOption Source # 
type Field "negativeIntValue" UninterpretedOption Source # 
type Field "negativeIntValue" UninterpretedOption = Int64
type Field "positiveIntValue" UninterpretedOption Source # 
type Field "positiveIntValue" UninterpretedOption = Word64
type Field "stringValue" UninterpretedOption Source # 
type Field "stringValue" UninterpretedOption = ByteString

data UninterpretedOption'NamePart Source #

aggregateValue :: forall msg msg'. HasField "aggregateValue" msg msg' => Lens msg msg' (Field "aggregateValue" msg) (Field "aggregateValue" msg') Source #

allowAlias :: forall msg msg'. HasField "allowAlias" msg msg' => Lens msg msg' (Field "allowAlias" msg) (Field "allowAlias" msg') Source #

annotation :: forall msg msg'. HasField "annotation" msg msg' => Lens msg msg' (Field "annotation" msg) (Field "annotation" msg') Source #

begin :: forall msg msg'. HasField "begin" msg msg' => Lens msg msg' (Field "begin" msg) (Field "begin" msg') Source #

ccEnableArenas :: forall msg msg'. HasField "ccEnableArenas" msg msg' => Lens msg msg' (Field "ccEnableArenas" msg) (Field "ccEnableArenas" msg') Source #

ccGenericServices :: forall msg msg'. HasField "ccGenericServices" msg msg' => Lens msg msg' (Field "ccGenericServices" msg) (Field "ccGenericServices" msg') Source #

clientStreaming :: forall msg msg'. HasField "clientStreaming" msg msg' => Lens msg msg' (Field "clientStreaming" msg) (Field "clientStreaming" msg') Source #

csharpNamespace :: forall msg msg'. HasField "csharpNamespace" msg msg' => Lens msg msg' (Field "csharpNamespace" msg) (Field "csharpNamespace" msg') Source #

ctype :: forall msg msg'. HasField "ctype" msg msg' => Lens msg msg' (Field "ctype" msg) (Field "ctype" msg') Source #

defaultValue :: forall msg msg'. HasField "defaultValue" msg msg' => Lens msg msg' (Field "defaultValue" msg) (Field "defaultValue" msg') Source #

dependency :: forall msg msg'. HasField "dependency" msg msg' => Lens msg msg' (Field "dependency" msg) (Field "dependency" msg') Source #

deprecated :: forall msg msg'. HasField "deprecated" msg msg' => Lens msg msg' (Field "deprecated" msg) (Field "deprecated" msg') Source #

doubleValue :: forall msg msg'. HasField "doubleValue" msg msg' => Lens msg msg' (Field "doubleValue" msg) (Field "doubleValue" msg') Source #

end :: forall msg msg'. HasField "end" msg msg' => Lens msg msg' (Field "end" msg) (Field "end" msg') Source #

enumType :: forall msg msg'. HasField "enumType" msg msg' => Lens msg msg' (Field "enumType" msg) (Field "enumType" msg') Source #

extendee :: forall msg msg'. HasField "extendee" msg msg' => Lens msg msg' (Field "extendee" msg) (Field "extendee" msg') Source #

extension :: forall msg msg'. HasField "extension" msg msg' => Lens msg msg' (Field "extension" msg) (Field "extension" msg') Source #

extensionRange :: forall msg msg'. HasField "extensionRange" msg msg' => Lens msg msg' (Field "extensionRange" msg) (Field "extensionRange" msg') Source #

field :: forall msg msg'. HasField "field" msg msg' => Lens msg msg' (Field "field" msg) (Field "field" msg') Source #

file :: forall msg msg'. HasField "file" msg msg' => Lens msg msg' (Field "file" msg) (Field "file" msg') Source #

goPackage :: forall msg msg'. HasField "goPackage" msg msg' => Lens msg msg' (Field "goPackage" msg) (Field "goPackage" msg') Source #

identifierValue :: forall msg msg'. HasField "identifierValue" msg msg' => Lens msg msg' (Field "identifierValue" msg) (Field "identifierValue" msg') Source #

inputType :: forall msg msg'. HasField "inputType" msg msg' => Lens msg msg' (Field "inputType" msg) (Field "inputType" msg') Source #

isExtension :: forall msg msg'. HasField "isExtension" msg msg' => Lens msg msg' (Field "isExtension" msg) (Field "isExtension" msg') Source #

javaGenerateEqualsAndHash :: forall msg msg'. HasField "javaGenerateEqualsAndHash" msg msg' => Lens msg msg' (Field "javaGenerateEqualsAndHash" msg) (Field "javaGenerateEqualsAndHash" msg') Source #

javaGenericServices :: forall msg msg'. HasField "javaGenericServices" msg msg' => Lens msg msg' (Field "javaGenericServices" msg) (Field "javaGenericServices" msg') Source #

javaMultipleFiles :: forall msg msg'. HasField "javaMultipleFiles" msg msg' => Lens msg msg' (Field "javaMultipleFiles" msg) (Field "javaMultipleFiles" msg') Source #

javaOuterClassname :: forall msg msg'. HasField "javaOuterClassname" msg msg' => Lens msg msg' (Field "javaOuterClassname" msg) (Field "javaOuterClassname" msg') Source #

javaPackage :: forall msg msg'. HasField "javaPackage" msg msg' => Lens msg msg' (Field "javaPackage" msg) (Field "javaPackage" msg') Source #

javaStringCheckUtf8 :: forall msg msg'. HasField "javaStringCheckUtf8" msg msg' => Lens msg msg' (Field "javaStringCheckUtf8" msg) (Field "javaStringCheckUtf8" msg') Source #

jsonName :: forall msg msg'. HasField "jsonName" msg msg' => Lens msg msg' (Field "jsonName" msg) (Field "jsonName" msg') Source #

jstype :: forall msg msg'. HasField "jstype" msg msg' => Lens msg msg' (Field "jstype" msg) (Field "jstype" msg') Source #

label :: forall msg msg'. HasField "label" msg msg' => Lens msg msg' (Field "label" msg) (Field "label" msg') Source #

lazy :: forall msg msg'. HasField "lazy" msg msg' => Lens msg msg' (Field "lazy" msg) (Field "lazy" msg') Source #

leadingComments :: forall msg msg'. HasField "leadingComments" msg msg' => Lens msg msg' (Field "leadingComments" msg) (Field "leadingComments" msg') Source #

leadingDetachedComments :: forall msg msg'. HasField "leadingDetachedComments" msg msg' => Lens msg msg' (Field "leadingDetachedComments" msg) (Field "leadingDetachedComments" msg') Source #

location :: forall msg msg'. HasField "location" msg msg' => Lens msg msg' (Field "location" msg) (Field "location" msg') Source #

mapEntry :: forall msg msg'. HasField "mapEntry" msg msg' => Lens msg msg' (Field "mapEntry" msg) (Field "mapEntry" msg') Source #

maybe'aggregateValue :: forall msg msg'. HasField "maybe'aggregateValue" msg msg' => Lens msg msg' (Field "maybe'aggregateValue" msg) (Field "maybe'aggregateValue" msg') Source #

maybe'allowAlias :: forall msg msg'. HasField "maybe'allowAlias" msg msg' => Lens msg msg' (Field "maybe'allowAlias" msg) (Field "maybe'allowAlias" msg') Source #

maybe'begin :: forall msg msg'. HasField "maybe'begin" msg msg' => Lens msg msg' (Field "maybe'begin" msg) (Field "maybe'begin" msg') Source #

maybe'ccEnableArenas :: forall msg msg'. HasField "maybe'ccEnableArenas" msg msg' => Lens msg msg' (Field "maybe'ccEnableArenas" msg) (Field "maybe'ccEnableArenas" msg') Source #

maybe'ccGenericServices :: forall msg msg'. HasField "maybe'ccGenericServices" msg msg' => Lens msg msg' (Field "maybe'ccGenericServices" msg) (Field "maybe'ccGenericServices" msg') Source #

maybe'clientStreaming :: forall msg msg'. HasField "maybe'clientStreaming" msg msg' => Lens msg msg' (Field "maybe'clientStreaming" msg) (Field "maybe'clientStreaming" msg') Source #

maybe'csharpNamespace :: forall msg msg'. HasField "maybe'csharpNamespace" msg msg' => Lens msg msg' (Field "maybe'csharpNamespace" msg) (Field "maybe'csharpNamespace" msg') Source #

maybe'ctype :: forall msg msg'. HasField "maybe'ctype" msg msg' => Lens msg msg' (Field "maybe'ctype" msg) (Field "maybe'ctype" msg') Source #

maybe'defaultValue :: forall msg msg'. HasField "maybe'defaultValue" msg msg' => Lens msg msg' (Field "maybe'defaultValue" msg) (Field "maybe'defaultValue" msg') Source #

maybe'deprecated :: forall msg msg'. HasField "maybe'deprecated" msg msg' => Lens msg msg' (Field "maybe'deprecated" msg) (Field "maybe'deprecated" msg') Source #

maybe'doubleValue :: forall msg msg'. HasField "maybe'doubleValue" msg msg' => Lens msg msg' (Field "maybe'doubleValue" msg) (Field "maybe'doubleValue" msg') Source #

maybe'end :: forall msg msg'. HasField "maybe'end" msg msg' => Lens msg msg' (Field "maybe'end" msg) (Field "maybe'end" msg') Source #

maybe'extendee :: forall msg msg'. HasField "maybe'extendee" msg msg' => Lens msg msg' (Field "maybe'extendee" msg) (Field "maybe'extendee" msg') Source #

maybe'goPackage :: forall msg msg'. HasField "maybe'goPackage" msg msg' => Lens msg msg' (Field "maybe'goPackage" msg) (Field "maybe'goPackage" msg') Source #

maybe'identifierValue :: forall msg msg'. HasField "maybe'identifierValue" msg msg' => Lens msg msg' (Field "maybe'identifierValue" msg) (Field "maybe'identifierValue" msg') Source #

maybe'inputType :: forall msg msg'. HasField "maybe'inputType" msg msg' => Lens msg msg' (Field "maybe'inputType" msg) (Field "maybe'inputType" msg') Source #

maybe'javaGenerateEqualsAndHash :: forall msg msg'. HasField "maybe'javaGenerateEqualsAndHash" msg msg' => Lens msg msg' (Field "maybe'javaGenerateEqualsAndHash" msg) (Field "maybe'javaGenerateEqualsAndHash" msg') Source #

maybe'javaGenericServices :: forall msg msg'. HasField "maybe'javaGenericServices" msg msg' => Lens msg msg' (Field "maybe'javaGenericServices" msg) (Field "maybe'javaGenericServices" msg') Source #

maybe'javaMultipleFiles :: forall msg msg'. HasField "maybe'javaMultipleFiles" msg msg' => Lens msg msg' (Field "maybe'javaMultipleFiles" msg) (Field "maybe'javaMultipleFiles" msg') Source #

maybe'javaOuterClassname :: forall msg msg'. HasField "maybe'javaOuterClassname" msg msg' => Lens msg msg' (Field "maybe'javaOuterClassname" msg) (Field "maybe'javaOuterClassname" msg') Source #

maybe'javaPackage :: forall msg msg'. HasField "maybe'javaPackage" msg msg' => Lens msg msg' (Field "maybe'javaPackage" msg) (Field "maybe'javaPackage" msg') Source #

maybe'javaStringCheckUtf8 :: forall msg msg'. HasField "maybe'javaStringCheckUtf8" msg msg' => Lens msg msg' (Field "maybe'javaStringCheckUtf8" msg) (Field "maybe'javaStringCheckUtf8" msg') Source #

maybe'jsonName :: forall msg msg'. HasField "maybe'jsonName" msg msg' => Lens msg msg' (Field "maybe'jsonName" msg) (Field "maybe'jsonName" msg') Source #

maybe'jstype :: forall msg msg'. HasField "maybe'jstype" msg msg' => Lens msg msg' (Field "maybe'jstype" msg) (Field "maybe'jstype" msg') Source #

maybe'label :: forall msg msg'. HasField "maybe'label" msg msg' => Lens msg msg' (Field "maybe'label" msg) (Field "maybe'label" msg') Source #

maybe'lazy :: forall msg msg'. HasField "maybe'lazy" msg msg' => Lens msg msg' (Field "maybe'lazy" msg) (Field "maybe'lazy" msg') Source #

maybe'leadingComments :: forall msg msg'. HasField "maybe'leadingComments" msg msg' => Lens msg msg' (Field "maybe'leadingComments" msg) (Field "maybe'leadingComments" msg') Source #

maybe'mapEntry :: forall msg msg'. HasField "maybe'mapEntry" msg msg' => Lens msg msg' (Field "maybe'mapEntry" msg) (Field "maybe'mapEntry" msg') Source #

maybe'messageSetWireFormat :: forall msg msg'. HasField "maybe'messageSetWireFormat" msg msg' => Lens msg msg' (Field "maybe'messageSetWireFormat" msg) (Field "maybe'messageSetWireFormat" msg') Source #

maybe'name :: forall msg msg'. HasField "maybe'name" msg msg' => Lens msg msg' (Field "maybe'name" msg) (Field "maybe'name" msg') Source #

maybe'negativeIntValue :: forall msg msg'. HasField "maybe'negativeIntValue" msg msg' => Lens msg msg' (Field "maybe'negativeIntValue" msg) (Field "maybe'negativeIntValue" msg') Source #

maybe'noStandardDescriptorAccessor :: forall msg msg'. HasField "maybe'noStandardDescriptorAccessor" msg msg' => Lens msg msg' (Field "maybe'noStandardDescriptorAccessor" msg) (Field "maybe'noStandardDescriptorAccessor" msg') Source #

maybe'number :: forall msg msg'. HasField "maybe'number" msg msg' => Lens msg msg' (Field "maybe'number" msg) (Field "maybe'number" msg') Source #

maybe'objcClassPrefix :: forall msg msg'. HasField "maybe'objcClassPrefix" msg msg' => Lens msg msg' (Field "maybe'objcClassPrefix" msg) (Field "maybe'objcClassPrefix" msg') Source #

maybe'oneofIndex :: forall msg msg'. HasField "maybe'oneofIndex" msg msg' => Lens msg msg' (Field "maybe'oneofIndex" msg) (Field "maybe'oneofIndex" msg') Source #

maybe'optimizeFor :: forall msg msg'. HasField "maybe'optimizeFor" msg msg' => Lens msg msg' (Field "maybe'optimizeFor" msg) (Field "maybe'optimizeFor" msg') Source #

maybe'options :: forall msg msg'. HasField "maybe'options" msg msg' => Lens msg msg' (Field "maybe'options" msg) (Field "maybe'options" msg') Source #

maybe'outputType :: forall msg msg'. HasField "maybe'outputType" msg msg' => Lens msg msg' (Field "maybe'outputType" msg) (Field "maybe'outputType" msg') Source #

maybe'package :: forall msg msg'. HasField "maybe'package" msg msg' => Lens msg msg' (Field "maybe'package" msg) (Field "maybe'package" msg') Source #

maybe'packed :: forall msg msg'. HasField "maybe'packed" msg msg' => Lens msg msg' (Field "maybe'packed" msg) (Field "maybe'packed" msg') Source #

maybe'positiveIntValue :: forall msg msg'. HasField "maybe'positiveIntValue" msg msg' => Lens msg msg' (Field "maybe'positiveIntValue" msg) (Field "maybe'positiveIntValue" msg') Source #

maybe'pyGenericServices :: forall msg msg'. HasField "maybe'pyGenericServices" msg msg' => Lens msg msg' (Field "maybe'pyGenericServices" msg) (Field "maybe'pyGenericServices" msg') Source #

maybe'serverStreaming :: forall msg msg'. HasField "maybe'serverStreaming" msg msg' => Lens msg msg' (Field "maybe'serverStreaming" msg) (Field "maybe'serverStreaming" msg') Source #

maybe'sourceCodeInfo :: forall msg msg'. HasField "maybe'sourceCodeInfo" msg msg' => Lens msg msg' (Field "maybe'sourceCodeInfo" msg) (Field "maybe'sourceCodeInfo" msg') Source #

maybe'sourceFile :: forall msg msg'. HasField "maybe'sourceFile" msg msg' => Lens msg msg' (Field "maybe'sourceFile" msg) (Field "maybe'sourceFile" msg') Source #

maybe'start :: forall msg msg'. HasField "maybe'start" msg msg' => Lens msg msg' (Field "maybe'start" msg) (Field "maybe'start" msg') Source #

maybe'stringValue :: forall msg msg'. HasField "maybe'stringValue" msg msg' => Lens msg msg' (Field "maybe'stringValue" msg) (Field "maybe'stringValue" msg') Source #

maybe'syntax :: forall msg msg'. HasField "maybe'syntax" msg msg' => Lens msg msg' (Field "maybe'syntax" msg) (Field "maybe'syntax" msg') Source #

maybe'trailingComments :: forall msg msg'. HasField "maybe'trailingComments" msg msg' => Lens msg msg' (Field "maybe'trailingComments" msg) (Field "maybe'trailingComments" msg') Source #

maybe'type' :: forall msg msg'. HasField "maybe'type'" msg msg' => Lens msg msg' (Field "maybe'type'" msg) (Field "maybe'type'" msg') Source #

maybe'typeName :: forall msg msg'. HasField "maybe'typeName" msg msg' => Lens msg msg' (Field "maybe'typeName" msg) (Field "maybe'typeName" msg') Source #

maybe'weak :: forall msg msg'. HasField "maybe'weak" msg msg' => Lens msg msg' (Field "maybe'weak" msg) (Field "maybe'weak" msg') Source #

messageSetWireFormat :: forall msg msg'. HasField "messageSetWireFormat" msg msg' => Lens msg msg' (Field "messageSetWireFormat" msg) (Field "messageSetWireFormat" msg') Source #

messageType :: forall msg msg'. HasField "messageType" msg msg' => Lens msg msg' (Field "messageType" msg) (Field "messageType" msg') Source #

method :: forall msg msg'. HasField "method" msg msg' => Lens msg msg' (Field "method" msg) (Field "method" msg') Source #

name :: forall msg msg'. HasField "name" msg msg' => Lens msg msg' (Field "name" msg) (Field "name" msg') Source #

namePart :: forall msg msg'. HasField "namePart" msg msg' => Lens msg msg' (Field "namePart" msg) (Field "namePart" msg') Source #

negativeIntValue :: forall msg msg'. HasField "negativeIntValue" msg msg' => Lens msg msg' (Field "negativeIntValue" msg) (Field "negativeIntValue" msg') Source #

nestedType :: forall msg msg'. HasField "nestedType" msg msg' => Lens msg msg' (Field "nestedType" msg) (Field "nestedType" msg') Source #

noStandardDescriptorAccessor :: forall msg msg'. HasField "noStandardDescriptorAccessor" msg msg' => Lens msg msg' (Field "noStandardDescriptorAccessor" msg) (Field "noStandardDescriptorAccessor" msg') Source #

number :: forall msg msg'. HasField "number" msg msg' => Lens msg msg' (Field "number" msg) (Field "number" msg') Source #

objcClassPrefix :: forall msg msg'. HasField "objcClassPrefix" msg msg' => Lens msg msg' (Field "objcClassPrefix" msg) (Field "objcClassPrefix" msg') Source #

oneofDecl :: forall msg msg'. HasField "oneofDecl" msg msg' => Lens msg msg' (Field "oneofDecl" msg) (Field "oneofDecl" msg') Source #

oneofIndex :: forall msg msg'. HasField "oneofIndex" msg msg' => Lens msg msg' (Field "oneofIndex" msg) (Field "oneofIndex" msg') Source #

optimizeFor :: forall msg msg'. HasField "optimizeFor" msg msg' => Lens msg msg' (Field "optimizeFor" msg) (Field "optimizeFor" msg') Source #

options :: forall msg msg'. HasField "options" msg msg' => Lens msg msg' (Field "options" msg) (Field "options" msg') Source #

outputType :: forall msg msg'. HasField "outputType" msg msg' => Lens msg msg' (Field "outputType" msg) (Field "outputType" msg') Source #

package :: forall msg msg'. HasField "package" msg msg' => Lens msg msg' (Field "package" msg) (Field "package" msg') Source #

packed :: forall msg msg'. HasField "packed" msg msg' => Lens msg msg' (Field "packed" msg) (Field "packed" msg') Source #

path :: forall msg msg'. HasField "path" msg msg' => Lens msg msg' (Field "path" msg) (Field "path" msg') Source #

positiveIntValue :: forall msg msg'. HasField "positiveIntValue" msg msg' => Lens msg msg' (Field "positiveIntValue" msg) (Field "positiveIntValue" msg') Source #

publicDependency :: forall msg msg'. HasField "publicDependency" msg msg' => Lens msg msg' (Field "publicDependency" msg) (Field "publicDependency" msg') Source #

pyGenericServices :: forall msg msg'. HasField "pyGenericServices" msg msg' => Lens msg msg' (Field "pyGenericServices" msg) (Field "pyGenericServices" msg') Source #

reservedName :: forall msg msg'. HasField "reservedName" msg msg' => Lens msg msg' (Field "reservedName" msg) (Field "reservedName" msg') Source #

reservedRange :: forall msg msg'. HasField "reservedRange" msg msg' => Lens msg msg' (Field "reservedRange" msg) (Field "reservedRange" msg') Source #

serverStreaming :: forall msg msg'. HasField "serverStreaming" msg msg' => Lens msg msg' (Field "serverStreaming" msg) (Field "serverStreaming" msg') Source #

service :: forall msg msg'. HasField "service" msg msg' => Lens msg msg' (Field "service" msg) (Field "service" msg') Source #

sourceCodeInfo :: forall msg msg'. HasField "sourceCodeInfo" msg msg' => Lens msg msg' (Field "sourceCodeInfo" msg) (Field "sourceCodeInfo" msg') Source #

sourceFile :: forall msg msg'. HasField "sourceFile" msg msg' => Lens msg msg' (Field "sourceFile" msg) (Field "sourceFile" msg') Source #

span :: forall msg msg'. HasField "span" msg msg' => Lens msg msg' (Field "span" msg) (Field "span" msg') Source #

start :: forall msg msg'. HasField "start" msg msg' => Lens msg msg' (Field "start" msg) (Field "start" msg') Source #

stringValue :: forall msg msg'. HasField "stringValue" msg msg' => Lens msg msg' (Field "stringValue" msg) (Field "stringValue" msg') Source #

syntax :: forall msg msg'. HasField "syntax" msg msg' => Lens msg msg' (Field "syntax" msg) (Field "syntax" msg') Source #

trailingComments :: forall msg msg'. HasField "trailingComments" msg msg' => Lens msg msg' (Field "trailingComments" msg) (Field "trailingComments" msg') Source #

type' :: forall msg msg'. HasField "type'" msg msg' => Lens msg msg' (Field "type'" msg) (Field "type'" msg') Source #

typeName :: forall msg msg'. HasField "typeName" msg msg' => Lens msg msg' (Field "typeName" msg) (Field "typeName" msg') Source #

uninterpretedOption :: forall msg msg'. HasField "uninterpretedOption" msg msg' => Lens msg msg' (Field "uninterpretedOption" msg) (Field "uninterpretedOption" msg') Source #

value :: forall msg msg'. HasField "value" msg msg' => Lens msg msg' (Field "value" msg) (Field "value" msg') Source #

weak :: forall msg msg'. HasField "weak" msg msg' => Lens msg msg' (Field "weak" msg) (Field "weak" msg') Source #

weakDependency :: forall msg msg'. HasField "weakDependency" msg msg' => Lens msg msg' (Field "weakDependency" msg) (Field "weakDependency" msg') Source #