| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.Google.Protobuf.Descriptor
Documentation
data DescriptorProto #
Constructors
Instances
data DescriptorProto'ExtensionRange #
Constructors
| DescriptorProto'ExtensionRange | |
Fields | |
Instances
| Eq DescriptorProto'ExtensionRange # | |
| Ord DescriptorProto'ExtensionRange # | |
| Show DescriptorProto'ExtensionRange # | |
| Default DescriptorProto'ExtensionRange # | |
| Message DescriptorProto'ExtensionRange # | |
| ((~) * a Int32, (~) * b Int32, Functor f) => HasLens "end" f DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange a b # | |
| ((~) * a (Maybe Int32), (~) * b (Maybe Int32), Functor f) => HasLens "maybe'end" f DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange a b # | |
| ((~) * a (Maybe Int32), (~) * b (Maybe Int32), Functor f) => HasLens "maybe'start" f DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange a b # | |
| ((~) * a Int32, (~) * b Int32, Functor f) => HasLens "start" f DescriptorProto'ExtensionRange DescriptorProto'ExtensionRange a b # | |
data DescriptorProto'ReservedRange #
Constructors
| DescriptorProto'ReservedRange | |
Fields | |
Instances
| Eq DescriptorProto'ReservedRange # | |
| Ord DescriptorProto'ReservedRange # | |
| Show DescriptorProto'ReservedRange # | |
| Default DescriptorProto'ReservedRange # | |
| Message DescriptorProto'ReservedRange # | |
| ((~) * a Int32, (~) * b Int32, Functor f) => HasLens "end" f DescriptorProto'ReservedRange DescriptorProto'ReservedRange a b # | |
| ((~) * a (Maybe Int32), (~) * b (Maybe Int32), Functor f) => HasLens "maybe'end" f DescriptorProto'ReservedRange DescriptorProto'ReservedRange a b # | |
| ((~) * a (Maybe Int32), (~) * b (Maybe Int32), Functor f) => HasLens "maybe'start" f DescriptorProto'ReservedRange DescriptorProto'ReservedRange a b # | |
| ((~) * a Int32, (~) * b Int32, Functor f) => HasLens "start" f DescriptorProto'ReservedRange DescriptorProto'ReservedRange a b # | |
data EnumDescriptorProto #
Constructors
| EnumDescriptorProto | |
Instances
| Eq EnumDescriptorProto # | |
| Ord EnumDescriptorProto # | |
| Show EnumDescriptorProto # | |
| Default EnumDescriptorProto # | |
| Message EnumDescriptorProto # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'name" f EnumDescriptorProto EnumDescriptorProto a b # | |
| ((~) * a (Maybe EnumOptions), (~) * b (Maybe EnumOptions), Functor f) => HasLens "maybe'options" f EnumDescriptorProto EnumDescriptorProto a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "name" f EnumDescriptorProto EnumDescriptorProto a b # | |
| ((~) * a EnumOptions, (~) * b EnumOptions, Functor f) => HasLens "options" f EnumDescriptorProto EnumDescriptorProto a b # | |
| ((~) * a [EnumValueDescriptorProto], (~) * b [EnumValueDescriptorProto], Functor f) => HasLens "value" f EnumDescriptorProto EnumDescriptorProto a b # | |
data EnumOptions #
Constructors
| EnumOptions | |
Fields | |
Instances
| Eq EnumOptions # | |
| Ord EnumOptions # | |
| Show EnumOptions # | |
| Default EnumOptions # | |
| Message EnumOptions # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "allowAlias" f EnumOptions EnumOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "deprecated" f EnumOptions EnumOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'allowAlias" f EnumOptions EnumOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'deprecated" f EnumOptions EnumOptions a b # | |
| ((~) * a [UninterpretedOption], (~) * b [UninterpretedOption], Functor f) => HasLens "uninterpretedOption" f EnumOptions EnumOptions a b # | |
data EnumValueDescriptorProto #
Constructors
| EnumValueDescriptorProto | |
Instances
| Eq EnumValueDescriptorProto # | |
| Ord EnumValueDescriptorProto # | |
| Show EnumValueDescriptorProto # | |
| Default EnumValueDescriptorProto # | |
| Message EnumValueDescriptorProto # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'name" f EnumValueDescriptorProto EnumValueDescriptorProto a b # | |
| ((~) * a (Maybe Int32), (~) * b (Maybe Int32), Functor f) => HasLens "maybe'number" f EnumValueDescriptorProto EnumValueDescriptorProto a b # | |
| ((~) * a (Maybe EnumValueOptions), (~) * b (Maybe EnumValueOptions), Functor f) => HasLens "maybe'options" f EnumValueDescriptorProto EnumValueDescriptorProto a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "name" f EnumValueDescriptorProto EnumValueDescriptorProto a b # | |
| ((~) * a Int32, (~) * b Int32, Functor f) => HasLens "number" f EnumValueDescriptorProto EnumValueDescriptorProto a b # | |
| ((~) * a EnumValueOptions, (~) * b EnumValueOptions, Functor f) => HasLens "options" f EnumValueDescriptorProto EnumValueDescriptorProto a b # | |
data EnumValueOptions #
Constructors
| EnumValueOptions | |
Instances
| Eq EnumValueOptions # | |
| Ord EnumValueOptions # | |
| Show EnumValueOptions # | |
| Default EnumValueOptions # | |
| Message EnumValueOptions # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "deprecated" f EnumValueOptions EnumValueOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'deprecated" f EnumValueOptions EnumValueOptions a b # | |
| ((~) * a [UninterpretedOption], (~) * b [UninterpretedOption], Functor f) => HasLens "uninterpretedOption" f EnumValueOptions EnumValueOptions a b # | |
data FieldDescriptorProto #
Constructors
Instances
data FieldDescriptorProto'Type #
Constructors
data FieldOptions #
Constructors
| FieldOptions | |
Fields
| |
Instances
data FieldOptions'CType #
data FieldOptions'JSType #
data FileDescriptorProto #
Constructors
Instances
data FileDescriptorSet #
Constructors
| FileDescriptorSet | |
Fields | |
Instances
| Eq FileDescriptorSet # | |
| Ord FileDescriptorSet # | |
| Show FileDescriptorSet # | |
| Default FileDescriptorSet # | |
| Message FileDescriptorSet # | |
| ((~) * a [FileDescriptorProto], (~) * b [FileDescriptorProto], Functor f) => HasLens "file" f FileDescriptorSet FileDescriptorSet a b # | |
data FileOptions #
Constructors
Instances
| Eq FileOptions # | |
| Ord FileOptions # | |
| Show FileOptions # | |
| Default FileOptions # | |
| Message FileOptions # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "ccEnableArenas" f FileOptions FileOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "ccGenericServices" f FileOptions FileOptions a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "csharpNamespace" f FileOptions FileOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "deprecated" f FileOptions FileOptions a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "goPackage" f FileOptions FileOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "javaGenerateEqualsAndHash" f FileOptions FileOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "javaGenericServices" f FileOptions FileOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "javaMultipleFiles" f FileOptions FileOptions a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "javaOuterClassname" f FileOptions FileOptions a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "javaPackage" f FileOptions FileOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "javaStringCheckUtf8" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'ccEnableArenas" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'ccGenericServices" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'csharpNamespace" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'deprecated" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'goPackage" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'javaGenerateEqualsAndHash" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'javaGenericServices" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'javaMultipleFiles" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'javaOuterClassname" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'javaPackage" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'javaStringCheckUtf8" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'objcClassPrefix" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe FileOptions'OptimizeMode), (~) * b (Maybe FileOptions'OptimizeMode), Functor f) => HasLens "maybe'optimizeFor" f FileOptions FileOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'pyGenericServices" f FileOptions FileOptions a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "objcClassPrefix" f FileOptions FileOptions a b # | |
| ((~) * a FileOptions'OptimizeMode, (~) * b FileOptions'OptimizeMode, Functor f) => HasLens "optimizeFor" f FileOptions FileOptions a b # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "pyGenericServices" f FileOptions FileOptions a b # | |
| ((~) * a [UninterpretedOption], (~) * b [UninterpretedOption], Functor f) => HasLens "uninterpretedOption" f FileOptions FileOptions a b # | |
data GeneratedCodeInfo #
Constructors
| GeneratedCodeInfo | |
Instances
| Eq GeneratedCodeInfo # | |
| Ord GeneratedCodeInfo # | |
| Show GeneratedCodeInfo # | |
| Default GeneratedCodeInfo # | |
| Message GeneratedCodeInfo # | |
| ((~) * a [GeneratedCodeInfo'Annotation], (~) * b [GeneratedCodeInfo'Annotation], Functor f) => HasLens "annotation" f GeneratedCodeInfo GeneratedCodeInfo a b # | |
data GeneratedCodeInfo'Annotation #
Constructors
| GeneratedCodeInfo'Annotation | |
Instances
data MessageOptions #
Constructors
| MessageOptions | |
Instances
data MethodDescriptorProto #
Constructors
Instances
data MethodOptions #
Constructors
| MethodOptions | |
Fields | |
Instances
| Eq MethodOptions # | |
| Ord MethodOptions # | |
| Show MethodOptions # | |
| Default MethodOptions # | |
| Message MethodOptions # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "deprecated" f MethodOptions MethodOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'deprecated" f MethodOptions MethodOptions a b # | |
| ((~) * a [UninterpretedOption], (~) * b [UninterpretedOption], Functor f) => HasLens "uninterpretedOption" f MethodOptions MethodOptions a b # | |
data OneofDescriptorProto #
Constructors
| OneofDescriptorProto | |
Fields | |
Instances
| Eq OneofDescriptorProto # | |
| Ord OneofDescriptorProto # | |
| Show OneofDescriptorProto # | |
| Default OneofDescriptorProto # | |
| Message OneofDescriptorProto # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'name" f OneofDescriptorProto OneofDescriptorProto a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "name" f OneofDescriptorProto OneofDescriptorProto a b # | |
data ServiceDescriptorProto #
Constructors
| ServiceDescriptorProto | |
Instances
| Eq ServiceDescriptorProto # | |
| Ord ServiceDescriptorProto # | |
| Show ServiceDescriptorProto # | |
| Default ServiceDescriptorProto # | |
| Message ServiceDescriptorProto # | |
| ((~) * a (Maybe Text), (~) * b (Maybe Text), Functor f) => HasLens "maybe'name" f ServiceDescriptorProto ServiceDescriptorProto a b # | |
| ((~) * a (Maybe ServiceOptions), (~) * b (Maybe ServiceOptions), Functor f) => HasLens "maybe'options" f ServiceDescriptorProto ServiceDescriptorProto a b # | |
| ((~) * a [MethodDescriptorProto], (~) * b [MethodDescriptorProto], Functor f) => HasLens "method" f ServiceDescriptorProto ServiceDescriptorProto a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "name" f ServiceDescriptorProto ServiceDescriptorProto a b # | |
| ((~) * a ServiceOptions, (~) * b ServiceOptions, Functor f) => HasLens "options" f ServiceDescriptorProto ServiceDescriptorProto a b # | |
data ServiceOptions #
Constructors
| ServiceOptions | |
Instances
| Eq ServiceOptions # | |
| Ord ServiceOptions # | |
| Show ServiceOptions # | |
| Default ServiceOptions # | |
| Message ServiceOptions # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "deprecated" f ServiceOptions ServiceOptions a b # | |
| ((~) * a (Maybe Bool), (~) * b (Maybe Bool), Functor f) => HasLens "maybe'deprecated" f ServiceOptions ServiceOptions a b # | |
| ((~) * a [UninterpretedOption], (~) * b [UninterpretedOption], Functor f) => HasLens "uninterpretedOption" f ServiceOptions ServiceOptions a b # | |
data SourceCodeInfo #
Constructors
| SourceCodeInfo | |
Fields | |
Instances
| Eq SourceCodeInfo # | |
| Ord SourceCodeInfo # | |
| Show SourceCodeInfo # | |
| Default SourceCodeInfo # | |
| Message SourceCodeInfo # | |
| ((~) * a [SourceCodeInfo'Location], (~) * b [SourceCodeInfo'Location], Functor f) => HasLens "location" f SourceCodeInfo SourceCodeInfo a b # | |
data SourceCodeInfo'Location #
Constructors
| SourceCodeInfo'Location | |
Instances
data UninterpretedOption #
Constructors
Instances
data UninterpretedOption'NamePart #
Constructors
| UninterpretedOption'NamePart | |
Instances
| Eq UninterpretedOption'NamePart # | |
| Ord UninterpretedOption'NamePart # | |
| Show UninterpretedOption'NamePart # | |
| Default UninterpretedOption'NamePart # | |
| Message UninterpretedOption'NamePart # | |
| ((~) * a Bool, (~) * b Bool, Functor f) => HasLens "isExtension" f UninterpretedOption'NamePart UninterpretedOption'NamePart a b # | |
| ((~) * a Text, (~) * b Text, Functor f) => HasLens "namePart" f UninterpretedOption'NamePart UninterpretedOption'NamePart a b # | |
aggregateValue :: forall f s t a b. HasLens "aggregateValue" f s t a b => LensLike f s t a b #
allowAlias :: forall f s t a b. HasLens "allowAlias" f s t a b => LensLike f s t a b #
annotation :: forall f s t a b. HasLens "annotation" f s t a b => LensLike f s t a b #
ccEnableArenas :: forall f s t a b. HasLens "ccEnableArenas" f s t a b => LensLike f s t a b #
ccGenericServices :: forall f s t a b. HasLens "ccGenericServices" f s t a b => LensLike f s t a b #
clientStreaming :: forall f s t a b. HasLens "clientStreaming" f s t a b => LensLike f s t a b #
csharpNamespace :: forall f s t a b. HasLens "csharpNamespace" f s t a b => LensLike f s t a b #
defaultValue :: forall f s t a b. HasLens "defaultValue" f s t a b => LensLike f s t a b #
dependency :: forall f s t a b. HasLens "dependency" f s t a b => LensLike f s t a b #
deprecated :: forall f s t a b. HasLens "deprecated" f s t a b => LensLike f s t a b #
doubleValue :: forall f s t a b. HasLens "doubleValue" f s t a b => LensLike f s t a b #
extensionRange :: forall f s t a b. HasLens "extensionRange" f s t a b => LensLike f s t a b #
identifierValue :: forall f s t a b. HasLens "identifierValue" f s t a b => LensLike f s t a b #
isExtension :: forall f s t a b. HasLens "isExtension" f s t a b => LensLike f s t a b #
javaGenerateEqualsAndHash :: forall f s t a b. HasLens "javaGenerateEqualsAndHash" f s t a b => LensLike f s t a b #
javaGenericServices :: forall f s t a b. HasLens "javaGenericServices" f s t a b => LensLike f s t a b #
javaMultipleFiles :: forall f s t a b. HasLens "javaMultipleFiles" f s t a b => LensLike f s t a b #
javaOuterClassname :: forall f s t a b. HasLens "javaOuterClassname" f s t a b => LensLike f s t a b #
javaPackage :: forall f s t a b. HasLens "javaPackage" f s t a b => LensLike f s t a b #
javaStringCheckUtf8 :: forall f s t a b. HasLens "javaStringCheckUtf8" f s t a b => LensLike f s t a b #
leadingComments :: forall f s t a b. HasLens "leadingComments" f s t a b => LensLike f s t a b #
leadingDetachedComments :: forall f s t a b. HasLens "leadingDetachedComments" f s t a b => LensLike f s t a b #
maybe'aggregateValue :: forall f s t a b. HasLens "maybe'aggregateValue" f s t a b => LensLike f s t a b #
maybe'allowAlias :: forall f s t a b. HasLens "maybe'allowAlias" f s t a b => LensLike f s t a b #
maybe'begin :: forall f s t a b. HasLens "maybe'begin" f s t a b => LensLike f s t a b #
maybe'ccEnableArenas :: forall f s t a b. HasLens "maybe'ccEnableArenas" f s t a b => LensLike f s t a b #
maybe'ccGenericServices :: forall f s t a b. HasLens "maybe'ccGenericServices" f s t a b => LensLike f s t a b #
maybe'clientStreaming :: forall f s t a b. HasLens "maybe'clientStreaming" f s t a b => LensLike f s t a b #
maybe'csharpNamespace :: forall f s t a b. HasLens "maybe'csharpNamespace" f s t a b => LensLike f s t a b #
maybe'ctype :: forall f s t a b. HasLens "maybe'ctype" f s t a b => LensLike f s t a b #
maybe'defaultValue :: forall f s t a b. HasLens "maybe'defaultValue" f s t a b => LensLike f s t a b #
maybe'deprecated :: forall f s t a b. HasLens "maybe'deprecated" f s t a b => LensLike f s t a b #
maybe'doubleValue :: forall f s t a b. HasLens "maybe'doubleValue" f s t a b => LensLike f s t a b #
maybe'extendee :: forall f s t a b. HasLens "maybe'extendee" f s t a b => LensLike f s t a b #
maybe'goPackage :: forall f s t a b. HasLens "maybe'goPackage" f s t a b => LensLike f s t a b #
maybe'identifierValue :: forall f s t a b. HasLens "maybe'identifierValue" f s t a b => LensLike f s t a b #
maybe'inputType :: forall f s t a b. HasLens "maybe'inputType" f s t a b => LensLike f s t a b #
maybe'javaGenerateEqualsAndHash :: forall f s t a b. HasLens "maybe'javaGenerateEqualsAndHash" f s t a b => LensLike f s t a b #
maybe'javaGenericServices :: forall f s t a b. HasLens "maybe'javaGenericServices" f s t a b => LensLike f s t a b #
maybe'javaMultipleFiles :: forall f s t a b. HasLens "maybe'javaMultipleFiles" f s t a b => LensLike f s t a b #
maybe'javaOuterClassname :: forall f s t a b. HasLens "maybe'javaOuterClassname" f s t a b => LensLike f s t a b #
maybe'javaPackage :: forall f s t a b. HasLens "maybe'javaPackage" f s t a b => LensLike f s t a b #
maybe'javaStringCheckUtf8 :: forall f s t a b. HasLens "maybe'javaStringCheckUtf8" f s t a b => LensLike f s t a b #
maybe'jsonName :: forall f s t a b. HasLens "maybe'jsonName" f s t a b => LensLike f s t a b #
maybe'jstype :: forall f s t a b. HasLens "maybe'jstype" f s t a b => LensLike f s t a b #
maybe'label :: forall f s t a b. HasLens "maybe'label" f s t a b => LensLike f s t a b #
maybe'lazy :: forall f s t a b. HasLens "maybe'lazy" f s t a b => LensLike f s t a b #
maybe'leadingComments :: forall f s t a b. HasLens "maybe'leadingComments" f s t a b => LensLike f s t a b #
maybe'mapEntry :: forall f s t a b. HasLens "maybe'mapEntry" f s t a b => LensLike f s t a b #
maybe'messageSetWireFormat :: forall f s t a b. HasLens "maybe'messageSetWireFormat" f s t a b => LensLike f s t a b #
maybe'name :: forall f s t a b. HasLens "maybe'name" f s t a b => LensLike f s t a b #
maybe'negativeIntValue :: forall f s t a b. HasLens "maybe'negativeIntValue" f s t a b => LensLike f s t a b #
maybe'noStandardDescriptorAccessor :: forall f s t a b. HasLens "maybe'noStandardDescriptorAccessor" f s t a b => LensLike f s t a b #
maybe'number :: forall f s t a b. HasLens "maybe'number" f s t a b => LensLike f s t a b #
maybe'objcClassPrefix :: forall f s t a b. HasLens "maybe'objcClassPrefix" f s t a b => LensLike f s t a b #
maybe'oneofIndex :: forall f s t a b. HasLens "maybe'oneofIndex" f s t a b => LensLike f s t a b #
maybe'optimizeFor :: forall f s t a b. HasLens "maybe'optimizeFor" f s t a b => LensLike f s t a b #
maybe'options :: forall f s t a b. HasLens "maybe'options" f s t a b => LensLike f s t a b #
maybe'outputType :: forall f s t a b. HasLens "maybe'outputType" f s t a b => LensLike f s t a b #
maybe'package :: forall f s t a b. HasLens "maybe'package" f s t a b => LensLike f s t a b #
maybe'packed :: forall f s t a b. HasLens "maybe'packed" f s t a b => LensLike f s t a b #
maybe'positiveIntValue :: forall f s t a b. HasLens "maybe'positiveIntValue" f s t a b => LensLike f s t a b #
maybe'pyGenericServices :: forall f s t a b. HasLens "maybe'pyGenericServices" f s t a b => LensLike f s t a b #
maybe'serverStreaming :: forall f s t a b. HasLens "maybe'serverStreaming" f s t a b => LensLike f s t a b #
maybe'sourceCodeInfo :: forall f s t a b. HasLens "maybe'sourceCodeInfo" f s t a b => LensLike f s t a b #
maybe'sourceFile :: forall f s t a b. HasLens "maybe'sourceFile" f s t a b => LensLike f s t a b #
maybe'start :: forall f s t a b. HasLens "maybe'start" f s t a b => LensLike f s t a b #
maybe'stringValue :: forall f s t a b. HasLens "maybe'stringValue" f s t a b => LensLike f s t a b #
maybe'syntax :: forall f s t a b. HasLens "maybe'syntax" f s t a b => LensLike f s t a b #
maybe'trailingComments :: forall f s t a b. HasLens "maybe'trailingComments" f s t a b => LensLike f s t a b #
maybe'type' :: forall f s t a b. HasLens "maybe'type'" f s t a b => LensLike f s t a b #
maybe'typeName :: forall f s t a b. HasLens "maybe'typeName" f s t a b => LensLike f s t a b #
maybe'weak :: forall f s t a b. HasLens "maybe'weak" f s t a b => LensLike f s t a b #
messageSetWireFormat :: forall f s t a b. HasLens "messageSetWireFormat" f s t a b => LensLike f s t a b #
messageType :: forall f s t a b. HasLens "messageType" f s t a b => LensLike f s t a b #
negativeIntValue :: forall f s t a b. HasLens "negativeIntValue" f s t a b => LensLike f s t a b #
nestedType :: forall f s t a b. HasLens "nestedType" f s t a b => LensLike f s t a b #
noStandardDescriptorAccessor :: forall f s t a b. HasLens "noStandardDescriptorAccessor" f s t a b => LensLike f s t a b #
objcClassPrefix :: forall f s t a b. HasLens "objcClassPrefix" f s t a b => LensLike f s t a b #
oneofIndex :: forall f s t a b. HasLens "oneofIndex" f s t a b => LensLike f s t a b #
optimizeFor :: forall f s t a b. HasLens "optimizeFor" f s t a b => LensLike f s t a b #
outputType :: forall f s t a b. HasLens "outputType" f s t a b => LensLike f s t a b #
positiveIntValue :: forall f s t a b. HasLens "positiveIntValue" f s t a b => LensLike f s t a b #
publicDependency :: forall f s t a b. HasLens "publicDependency" f s t a b => LensLike f s t a b #
pyGenericServices :: forall f s t a b. HasLens "pyGenericServices" f s t a b => LensLike f s t a b #
reservedName :: forall f s t a b. HasLens "reservedName" f s t a b => LensLike f s t a b #
reservedRange :: forall f s t a b. HasLens "reservedRange" f s t a b => LensLike f s t a b #
serverStreaming :: forall f s t a b. HasLens "serverStreaming" f s t a b => LensLike f s t a b #
sourceCodeInfo :: forall f s t a b. HasLens "sourceCodeInfo" f s t a b => LensLike f s t a b #
sourceFile :: forall f s t a b. HasLens "sourceFile" f s t a b => LensLike f s t a b #
stringValue :: forall f s t a b. HasLens "stringValue" f s t a b => LensLike f s t a b #
trailingComments :: forall f s t a b. HasLens "trailingComments" f s t a b => LensLike f s t a b #
uninterpretedOption :: forall f s t a b. HasLens "uninterpretedOption" f s t a b => LensLike f s t a b #
weakDependency :: forall f s t a b. HasLens "weakDependency" f s t a b => LensLike f s t a b #