proto-lens-0.4.0.1: A lens-based implementation of protocol buffers in Haskell.

Safe HaskellNone
LanguageHaskell2010

Proto.Google.Protobuf.Descriptor

Synopsis

Documentation

data DescriptorProto #

Fields :

  • name :: Lens' DescriptorProto Data.Text.Text
  • maybe'name :: Lens' DescriptorProto (Prelude.Maybe Data.Text.Text)
  • field :: Lens' DescriptorProto [FieldDescriptorProto]
  • extension :: Lens' DescriptorProto [FieldDescriptorProto]
  • nestedType :: Lens' DescriptorProto [DescriptorProto]
  • enumType :: Lens' DescriptorProto [EnumDescriptorProto]
  • extensionRange :: Lens' DescriptorProto [DescriptorProto'ExtensionRange]
  • oneofDecl :: Lens' DescriptorProto [OneofDescriptorProto]
  • options :: Lens' DescriptorProto MessageOptions
  • maybe'options :: Lens' DescriptorProto (Prelude.Maybe MessageOptions)
  • reservedRange :: Lens' DescriptorProto [DescriptorProto'ReservedRange]
  • reservedName :: Lens' DescriptorProto [Data.Text.Text]
Instances
Eq DescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord DescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show DescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData DescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: DescriptorProto -> () #

Message DescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "name" -> (Text -> f Text) -> DescriptorProto -> f DescriptorProto #

HasLens' DescriptorProto "options" MessageOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "messageType" [DescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "enumType" [EnumDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "extension" [FieldDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "extensionRange" [DescriptorProto'ExtensionRange] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "field" [FieldDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'name" -> (Maybe Text -> f (Maybe Text)) -> DescriptorProto -> f DescriptorProto #

HasLens' DescriptorProto "maybe'options" (Maybe MessageOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'options" -> (Maybe MessageOptions -> f (Maybe MessageOptions)) -> DescriptorProto -> f DescriptorProto #

HasLens' DescriptorProto "nestedType" [DescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "nestedType" -> ([DescriptorProto] -> f [DescriptorProto]) -> DescriptorProto -> f DescriptorProto #

HasLens' DescriptorProto "oneofDecl" [OneofDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "reservedName" [Text] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "reservedName" -> ([Text] -> f [Text]) -> DescriptorProto -> f DescriptorProto #

HasLens' DescriptorProto "reservedRange" [DescriptorProto'ReservedRange] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data DescriptorProto'ExtensionRange #

Fields :

  • start :: Lens' DescriptorProto'ExtensionRange Data.Int.Int32
  • maybe'start :: Lens' DescriptorProto'ExtensionRange (Prelude.Maybe Data.Int.Int32)
  • end :: Lens' DescriptorProto'ExtensionRange Data.Int.Int32
  • maybe'end :: Lens' DescriptorProto'ExtensionRange (Prelude.Maybe Data.Int.Int32)
  • options :: Lens' DescriptorProto'ExtensionRange ExtensionRangeOptions
  • maybe'options :: Lens' DescriptorProto'ExtensionRange (Prelude.Maybe ExtensionRangeOptions)
Instances
Eq DescriptorProto'ExtensionRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord DescriptorProto'ExtensionRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show DescriptorProto'ExtensionRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData DescriptorProto'ExtensionRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Message DescriptorProto'ExtensionRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "end" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "options" ExtensionRangeOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "start" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "maybe'end" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "maybe'options" (Maybe ExtensionRangeOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "maybe'start" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "extensionRange" [DescriptorProto'ExtensionRange] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data DescriptorProto'ReservedRange #

Fields :

  • start :: Lens' DescriptorProto'ReservedRange Data.Int.Int32
  • maybe'start :: Lens' DescriptorProto'ReservedRange (Prelude.Maybe Data.Int.Int32)
  • end :: Lens' DescriptorProto'ReservedRange Data.Int.Int32
  • maybe'end :: Lens' DescriptorProto'ReservedRange (Prelude.Maybe Data.Int.Int32)
Instances
Eq DescriptorProto'ReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord DescriptorProto'ReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show DescriptorProto'ReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData DescriptorProto'ReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Message DescriptorProto'ReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ReservedRange "end" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ReservedRange "start" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ReservedRange "maybe'end" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ReservedRange "maybe'start" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "reservedRange" [DescriptorProto'ReservedRange] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data EnumDescriptorProto #

Fields :

  • name :: Lens' EnumDescriptorProto Data.Text.Text
  • maybe'name :: Lens' EnumDescriptorProto (Prelude.Maybe Data.Text.Text)
  • value :: Lens' EnumDescriptorProto [EnumValueDescriptorProto]
  • options :: Lens' EnumDescriptorProto EnumOptions
  • maybe'options :: Lens' EnumDescriptorProto (Prelude.Maybe EnumOptions)
  • reservedRange :: Lens' EnumDescriptorProto [EnumDescriptorProto'EnumReservedRange]
  • reservedName :: Lens' EnumDescriptorProto [Data.Text.Text]
Instances
Eq EnumDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord EnumDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show EnumDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData EnumDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: EnumDescriptorProto -> () #

Message EnumDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "name" -> (Text -> f Text) -> EnumDescriptorProto -> f EnumDescriptorProto #

HasLens' EnumDescriptorProto "options" EnumOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "enumType" [EnumDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'name" -> (Maybe Text -> f (Maybe Text)) -> EnumDescriptorProto -> f EnumDescriptorProto #

HasLens' EnumDescriptorProto "maybe'options" (Maybe EnumOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto "reservedName" [Text] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "reservedName" -> ([Text] -> f [Text]) -> EnumDescriptorProto -> f EnumDescriptorProto #

HasLens' EnumDescriptorProto "reservedRange" [EnumDescriptorProto'EnumReservedRange] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto "value" [EnumValueDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "enumType" [EnumDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data EnumDescriptorProto'EnumReservedRange #

Fields :

  • start :: Lens' EnumDescriptorProto'EnumReservedRange Data.Int.Int32
  • maybe'start :: Lens' EnumDescriptorProto'EnumReservedRange (Prelude.Maybe Data.Int.Int32)
  • end :: Lens' EnumDescriptorProto'EnumReservedRange Data.Int.Int32
  • maybe'end :: Lens' EnumDescriptorProto'EnumReservedRange (Prelude.Maybe Data.Int.Int32)
Instances
Eq EnumDescriptorProto'EnumReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord EnumDescriptorProto'EnumReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show EnumDescriptorProto'EnumReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData EnumDescriptorProto'EnumReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Message EnumDescriptorProto'EnumReservedRange # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto'EnumReservedRange "end" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto'EnumReservedRange "start" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto'EnumReservedRange "maybe'end" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto'EnumReservedRange "maybe'start" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto "reservedRange" [EnumDescriptorProto'EnumReservedRange] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data EnumOptions #

Fields :

Instances
Eq EnumOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord EnumOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show EnumOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData EnumOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: EnumOptions -> () #

Message EnumOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumOptions "allowAlias" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "allowAlias" -> (Bool -> f Bool) -> EnumOptions -> f EnumOptions #

HasLens' EnumOptions "deprecated" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "deprecated" -> (Bool -> f Bool) -> EnumOptions -> f EnumOptions #

HasLens' EnumDescriptorProto "options" EnumOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumOptions "maybe'allowAlias" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'allowAlias" -> (Maybe Bool -> f (Maybe Bool)) -> EnumOptions -> f EnumOptions #

HasLens' EnumOptions "maybe'deprecated" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'deprecated" -> (Maybe Bool -> f (Maybe Bool)) -> EnumOptions -> f EnumOptions #

HasLens' EnumOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> EnumOptions -> f EnumOptions #

HasLens' EnumDescriptorProto "maybe'options" (Maybe EnumOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data EnumValueDescriptorProto #

Fields :

  • name :: Lens' EnumValueDescriptorProto Data.Text.Text
  • maybe'name :: Lens' EnumValueDescriptorProto (Prelude.Maybe Data.Text.Text)
  • number :: Lens' EnumValueDescriptorProto Data.Int.Int32
  • maybe'number :: Lens' EnumValueDescriptorProto (Prelude.Maybe Data.Int.Int32)
  • options :: Lens' EnumValueDescriptorProto EnumValueOptions
  • maybe'options :: Lens' EnumValueDescriptorProto (Prelude.Maybe EnumValueOptions)
Instances
Eq EnumValueDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord EnumValueDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show EnumValueDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData EnumValueDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Message EnumValueDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueDescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueDescriptorProto "number" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueDescriptorProto "options" EnumValueOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueDescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueDescriptorProto "maybe'number" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueDescriptorProto "maybe'options" (Maybe EnumValueOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumDescriptorProto "value" [EnumValueDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data EnumValueOptions #

Fields :

Instances
Eq EnumValueOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord EnumValueOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show EnumValueOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData EnumValueOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: EnumValueOptions -> () #

Message EnumValueOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueOptions "deprecated" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "deprecated" -> (Bool -> f Bool) -> EnumValueOptions -> f EnumValueOptions #

HasLens' EnumValueDescriptorProto "options" EnumValueOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueOptions "maybe'deprecated" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'deprecated" -> (Maybe Bool -> f (Maybe Bool)) -> EnumValueOptions -> f EnumValueOptions #

HasLens' EnumValueOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> EnumValueOptions -> f EnumValueOptions #

HasLens' EnumValueDescriptorProto "maybe'options" (Maybe EnumValueOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data ExtensionRangeOptions #

Fields :

Instances
Eq ExtensionRangeOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord ExtensionRangeOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show ExtensionRangeOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData ExtensionRangeOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: ExtensionRangeOptions -> () #

Message ExtensionRangeOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "options" ExtensionRangeOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ExtensionRangeOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto'ExtensionRange "maybe'options" (Maybe ExtensionRangeOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldDescriptorProto #

Fields :

  • name :: Lens' FieldDescriptorProto Data.Text.Text
  • maybe'name :: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)
  • number :: Lens' FieldDescriptorProto Data.Int.Int32
  • maybe'number :: Lens' FieldDescriptorProto (Prelude.Maybe Data.Int.Int32)
  • label :: Lens' FieldDescriptorProto FieldDescriptorProto'Label
  • maybe'label :: Lens' FieldDescriptorProto (Prelude.Maybe FieldDescriptorProto'Label)
  • type' :: Lens' FieldDescriptorProto FieldDescriptorProto'Type
  • maybe'type' :: Lens' FieldDescriptorProto (Prelude.Maybe FieldDescriptorProto'Type)
  • typeName :: Lens' FieldDescriptorProto Data.Text.Text
  • maybe'typeName :: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)
  • extendee :: Lens' FieldDescriptorProto Data.Text.Text
  • maybe'extendee :: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)
  • defaultValue :: Lens' FieldDescriptorProto Data.Text.Text
  • maybe'defaultValue :: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)
  • oneofIndex :: Lens' FieldDescriptorProto Data.Int.Int32
  • maybe'oneofIndex :: Lens' FieldDescriptorProto (Prelude.Maybe Data.Int.Int32)
  • jsonName :: Lens' FieldDescriptorProto Data.Text.Text
  • maybe'jsonName :: Lens' FieldDescriptorProto (Prelude.Maybe Data.Text.Text)
  • options :: Lens' FieldDescriptorProto FieldOptions
  • maybe'options :: Lens' FieldDescriptorProto (Prelude.Maybe FieldOptions)
Instances
Eq FieldDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FieldDescriptorProto -> () #

Message FieldDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "defaultValue" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "defaultValue" -> (Text -> f Text) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "extendee" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "extendee" -> (Text -> f Text) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "jsonName" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "jsonName" -> (Text -> f Text) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "label" FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "name" -> (Text -> f Text) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "number" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "number" -> (Int32 -> f Int32) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "oneofIndex" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "oneofIndex" -> (Int32 -> f Int32) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "options" FieldOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "type'" FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "typeName" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "typeName" -> (Text -> f Text) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FileDescriptorProto "extension" [FieldDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'defaultValue" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'defaultValue" -> (Maybe Text -> f (Maybe Text)) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "maybe'extendee" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'extendee" -> (Maybe Text -> f (Maybe Text)) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "maybe'jsonName" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'jsonName" -> (Maybe Text -> f (Maybe Text)) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "maybe'label" (Maybe FieldDescriptorProto'Label) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'name" -> (Maybe Text -> f (Maybe Text)) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "maybe'number" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'number" -> (Maybe Int32 -> f (Maybe Int32)) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "maybe'oneofIndex" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'oneofIndex" -> (Maybe Int32 -> f (Maybe Int32)) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' FieldDescriptorProto "maybe'options" (Maybe FieldOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'type'" (Maybe FieldDescriptorProto'Type) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'typeName" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'typeName" -> (Maybe Text -> f (Maybe Text)) -> FieldDescriptorProto -> f FieldDescriptorProto #

HasLens' DescriptorProto "extension" [FieldDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "field" [FieldDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldDescriptorProto'Label #

Instances
Bounded FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "label" FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'label" (Maybe FieldDescriptorProto'Label) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldDescriptorProto'Label #

Instances
Bounded FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "label" FieldDescriptorProto'Label # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'label" (Maybe FieldDescriptorProto'Label) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldDescriptorProto'Type #

Instances
Bounded FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "type'" FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'type'" (Maybe FieldDescriptorProto'Type) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldDescriptorProto'Type #

Instances
Bounded FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "type'" FieldDescriptorProto'Type # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldDescriptorProto "maybe'type'" (Maybe FieldDescriptorProto'Type) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldOptions #

Fields :

  • ctype :: Lens' FieldOptions FieldOptions'CType
  • maybe'ctype :: Lens' FieldOptions (Prelude.Maybe FieldOptions'CType)
  • packed :: Lens' FieldOptions Prelude.Bool
  • maybe'packed :: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)
  • jstype :: Lens' FieldOptions FieldOptions'JSType
  • maybe'jstype :: Lens' FieldOptions (Prelude.Maybe FieldOptions'JSType)
  • lazy :: Lens' FieldOptions Prelude.Bool
  • maybe'lazy :: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)
  • deprecated :: Lens' FieldOptions Prelude.Bool
  • maybe'deprecated :: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)
  • weak :: Lens' FieldOptions Prelude.Bool
  • maybe'weak :: Lens' FieldOptions (Prelude.Maybe Prelude.Bool)
  • uninterpretedOption :: Lens' FieldOptions [UninterpretedOption]
Instances
Eq FieldOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FieldOptions -> () #

Message FieldOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "ctype" FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "deprecated" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "deprecated" -> (Bool -> f Bool) -> FieldOptions -> f FieldOptions #

HasLens' FieldOptions "jstype" FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "lazy" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "lazy" -> (Bool -> f Bool) -> FieldOptions -> f FieldOptions #

HasLens' FieldOptions "packed" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "packed" -> (Bool -> f Bool) -> FieldOptions -> f FieldOptions #

HasLens' FieldOptions "weak" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "weak" -> (Bool -> f Bool) -> FieldOptions -> f FieldOptions #

HasLens' FieldDescriptorProto "options" FieldOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "maybe'ctype" (Maybe FieldOptions'CType) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "maybe'deprecated" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'deprecated" -> (Maybe Bool -> f (Maybe Bool)) -> FieldOptions -> f FieldOptions #

HasLens' FieldOptions "maybe'jstype" (Maybe FieldOptions'JSType) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "maybe'lazy" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'lazy" -> (Maybe Bool -> f (Maybe Bool)) -> FieldOptions -> f FieldOptions #

HasLens' FieldOptions "maybe'packed" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'packed" -> (Maybe Bool -> f (Maybe Bool)) -> FieldOptions -> f FieldOptions #

HasLens' FieldOptions "maybe'weak" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'weak" -> (Maybe Bool -> f (Maybe Bool)) -> FieldOptions -> f FieldOptions #

HasLens' FieldOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> FieldOptions -> f FieldOptions #

HasLens' FieldDescriptorProto "maybe'options" (Maybe FieldOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldOptions'CType #

Instances
Bounded FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FieldOptions'CType -> () #

MessageEnum FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "ctype" FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "maybe'ctype" (Maybe FieldOptions'CType) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldOptions'CType #

Instances
Bounded FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FieldOptions'CType -> () #

MessageEnum FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "ctype" FieldOptions'CType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "maybe'ctype" (Maybe FieldOptions'CType) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldOptions'JSType #

Instances
Bounded FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FieldOptions'JSType -> () #

MessageEnum FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "jstype" FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "maybe'jstype" (Maybe FieldOptions'JSType) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FieldOptions'JSType #

Instances
Bounded FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FieldOptions'JSType -> () #

MessageEnum FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "jstype" FieldOptions'JSType # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FieldOptions "maybe'jstype" (Maybe FieldOptions'JSType) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FileDescriptorProto #

Fields :

  • name :: Lens' FileDescriptorProto Data.Text.Text
  • maybe'name :: Lens' FileDescriptorProto (Prelude.Maybe Data.Text.Text)
  • package :: Lens' FileDescriptorProto Data.Text.Text
  • maybe'package :: Lens' FileDescriptorProto (Prelude.Maybe Data.Text.Text)
  • dependency :: Lens' FileDescriptorProto [Data.Text.Text]
  • publicDependency :: Lens' FileDescriptorProto [Data.Int.Int32]
  • weakDependency :: Lens' FileDescriptorProto [Data.Int.Int32]
  • messageType :: Lens' FileDescriptorProto [DescriptorProto]
  • enumType :: Lens' FileDescriptorProto [EnumDescriptorProto]
  • service :: Lens' FileDescriptorProto [ServiceDescriptorProto]
  • extension :: Lens' FileDescriptorProto [FieldDescriptorProto]
  • options :: Lens' FileDescriptorProto FileOptions
  • maybe'options :: Lens' FileDescriptorProto (Prelude.Maybe FileOptions)
  • sourceCodeInfo :: Lens' FileDescriptorProto SourceCodeInfo
  • maybe'sourceCodeInfo :: Lens' FileDescriptorProto (Prelude.Maybe SourceCodeInfo)
  • syntax :: Lens' FileDescriptorProto Data.Text.Text
  • maybe'syntax :: Lens' FileDescriptorProto (Prelude.Maybe Data.Text.Text)
Instances
Eq FileDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FileDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FileDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FileDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FileDescriptorProto -> () #

Message FileDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "name" -> (Text -> f Text) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "options" FileOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "package" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "package" -> (Text -> f Text) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "sourceCodeInfo" SourceCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "syntax" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "syntax" -> (Text -> f Text) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorSet "file" [FileDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "dependency" [Text] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "dependency" -> ([Text] -> f [Text]) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "enumType" [EnumDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "extension" [FieldDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'name" -> (Maybe Text -> f (Maybe Text)) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "maybe'options" (Maybe FileOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "maybe'package" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'package" -> (Maybe Text -> f (Maybe Text)) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "maybe'sourceCodeInfo" (Maybe SourceCodeInfo) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'sourceCodeInfo" -> (Maybe SourceCodeInfo -> f (Maybe SourceCodeInfo)) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "maybe'syntax" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'syntax" -> (Maybe Text -> f (Maybe Text)) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "messageType" [DescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "publicDependency" [Int32] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "publicDependency" -> ([Int32] -> f [Int32]) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' FileDescriptorProto "service" [ServiceDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "weakDependency" [Int32] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "weakDependency" -> ([Int32] -> f [Int32]) -> FileDescriptorProto -> f FileDescriptorProto #

HasLens' CodeGeneratorRequest "protoFile" [FileDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Compiler.Plugin

data FileDescriptorSet #

Fields :

  • file :: Lens' FileDescriptorSet [FileDescriptorProto]
Instances
Eq FileDescriptorSet # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FileDescriptorSet # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FileDescriptorSet # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FileDescriptorSet # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FileDescriptorSet -> () #

Message FileDescriptorSet # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorSet "file" [FileDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FileOptions #

Fields :

Instances
Eq FileOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FileOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FileOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FileOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: FileOptions -> () #

Message FileOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "ccEnableArenas" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "ccEnableArenas" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "ccGenericServices" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "ccGenericServices" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "csharpNamespace" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "csharpNamespace" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "deprecated" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "deprecated" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "goPackage" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "goPackage" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "javaGenerateEqualsAndHash" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "javaGenerateEqualsAndHash" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "javaGenericServices" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "javaGenericServices" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "javaMultipleFiles" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "javaMultipleFiles" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "javaOuterClassname" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "javaOuterClassname" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "javaPackage" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "javaPackage" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "javaStringCheckUtf8" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "javaStringCheckUtf8" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "objcClassPrefix" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "objcClassPrefix" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "optimizeFor" FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "phpClassPrefix" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "phpClassPrefix" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "phpGenericServices" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "phpGenericServices" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "phpMetadataNamespace" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "phpMetadataNamespace" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "phpNamespace" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "phpNamespace" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "pyGenericServices" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "pyGenericServices" -> (Bool -> f Bool) -> FileOptions -> f FileOptions #

HasLens' FileOptions "rubyPackage" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "rubyPackage" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileOptions "swiftPrefix" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "swiftPrefix" -> (Text -> f Text) -> FileOptions -> f FileOptions #

HasLens' FileDescriptorProto "options" FileOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "maybe'ccEnableArenas" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'ccEnableArenas" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'ccGenericServices" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'ccGenericServices" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'csharpNamespace" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'csharpNamespace" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'deprecated" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'deprecated" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'goPackage" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'goPackage" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'javaGenerateEqualsAndHash" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'javaGenerateEqualsAndHash" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'javaGenericServices" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'javaGenericServices" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'javaMultipleFiles" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'javaMultipleFiles" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'javaOuterClassname" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'javaOuterClassname" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'javaPackage" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'javaPackage" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'javaStringCheckUtf8" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'javaStringCheckUtf8" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'objcClassPrefix" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'objcClassPrefix" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'optimizeFor" (Maybe FileOptions'OptimizeMode) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "maybe'phpClassPrefix" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'phpClassPrefix" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'phpGenericServices" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'phpGenericServices" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'phpMetadataNamespace" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'phpMetadataNamespace" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'phpNamespace" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'phpNamespace" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'pyGenericServices" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'pyGenericServices" -> (Maybe Bool -> f (Maybe Bool)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'rubyPackage" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'rubyPackage" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "maybe'swiftPrefix" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'swiftPrefix" -> (Maybe Text -> f (Maybe Text)) -> FileOptions -> f FileOptions #

HasLens' FileOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> FileOptions -> f FileOptions #

HasLens' FileDescriptorProto "maybe'options" (Maybe FileOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FileOptions'OptimizeMode #

Instances
Bounded FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "optimizeFor" FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "maybe'optimizeFor" (Maybe FileOptions'OptimizeMode) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data FileOptions'OptimizeMode #

Instances
Bounded FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "optimizeFor" FileOptions'OptimizeMode # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileOptions "maybe'optimizeFor" (Maybe FileOptions'OptimizeMode) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data GeneratedCodeInfo #

Fields :

  • annotation :: Lens' GeneratedCodeInfo [GeneratedCodeInfo'Annotation]
Instances
Eq GeneratedCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord GeneratedCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show GeneratedCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData GeneratedCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: GeneratedCodeInfo -> () #

Message GeneratedCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo "annotation" [GeneratedCodeInfo'Annotation] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data GeneratedCodeInfo'Annotation #

Fields :

  • path :: Lens' GeneratedCodeInfo'Annotation [Data.Int.Int32]
  • sourceFile :: Lens' GeneratedCodeInfo'Annotation Data.Text.Text
  • maybe'sourceFile :: Lens' GeneratedCodeInfo'Annotation (Prelude.Maybe Data.Text.Text)
  • begin :: Lens' GeneratedCodeInfo'Annotation Data.Int.Int32
  • maybe'begin :: Lens' GeneratedCodeInfo'Annotation (Prelude.Maybe Data.Int.Int32)
  • end :: Lens' GeneratedCodeInfo'Annotation Data.Int.Int32
  • maybe'end :: Lens' GeneratedCodeInfo'Annotation (Prelude.Maybe Data.Int.Int32)
Instances
Eq GeneratedCodeInfo'Annotation # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord GeneratedCodeInfo'Annotation # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show GeneratedCodeInfo'Annotation # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData GeneratedCodeInfo'Annotation # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Message GeneratedCodeInfo'Annotation # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo'Annotation "begin" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo'Annotation "end" Int32 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo'Annotation "sourceFile" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo'Annotation "maybe'begin" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo'Annotation "maybe'end" (Maybe Int32) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo'Annotation "maybe'sourceFile" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo'Annotation "path" [Int32] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' GeneratedCodeInfo "annotation" [GeneratedCodeInfo'Annotation] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data MessageOptions #

Fields :

Instances
Eq MessageOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord MessageOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show MessageOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData MessageOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: MessageOptions -> () #

Message MessageOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MessageOptions "deprecated" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "deprecated" -> (Bool -> f Bool) -> MessageOptions -> f MessageOptions #

HasLens' MessageOptions "mapEntry" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "mapEntry" -> (Bool -> f Bool) -> MessageOptions -> f MessageOptions #

HasLens' MessageOptions "messageSetWireFormat" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "messageSetWireFormat" -> (Bool -> f Bool) -> MessageOptions -> f MessageOptions #

HasLens' MessageOptions "noStandardDescriptorAccessor" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "noStandardDescriptorAccessor" -> (Bool -> f Bool) -> MessageOptions -> f MessageOptions #

HasLens' DescriptorProto "options" MessageOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MessageOptions "maybe'deprecated" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'deprecated" -> (Maybe Bool -> f (Maybe Bool)) -> MessageOptions -> f MessageOptions #

HasLens' MessageOptions "maybe'mapEntry" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'mapEntry" -> (Maybe Bool -> f (Maybe Bool)) -> MessageOptions -> f MessageOptions #

HasLens' MessageOptions "maybe'messageSetWireFormat" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'messageSetWireFormat" -> (Maybe Bool -> f (Maybe Bool)) -> MessageOptions -> f MessageOptions #

HasLens' MessageOptions "maybe'noStandardDescriptorAccessor" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'noStandardDescriptorAccessor" -> (Maybe Bool -> f (Maybe Bool)) -> MessageOptions -> f MessageOptions #

HasLens' MessageOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> MessageOptions -> f MessageOptions #

HasLens' DescriptorProto "maybe'options" (Maybe MessageOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'options" -> (Maybe MessageOptions -> f (Maybe MessageOptions)) -> DescriptorProto -> f DescriptorProto #

data MethodDescriptorProto #

Fields :

  • name :: Lens' MethodDescriptorProto Data.Text.Text
  • maybe'name :: Lens' MethodDescriptorProto (Prelude.Maybe Data.Text.Text)
  • inputType :: Lens' MethodDescriptorProto Data.Text.Text
  • maybe'inputType :: Lens' MethodDescriptorProto (Prelude.Maybe Data.Text.Text)
  • outputType :: Lens' MethodDescriptorProto Data.Text.Text
  • maybe'outputType :: Lens' MethodDescriptorProto (Prelude.Maybe Data.Text.Text)
  • options :: Lens' MethodDescriptorProto MethodOptions
  • maybe'options :: Lens' MethodDescriptorProto (Prelude.Maybe MethodOptions)
  • clientStreaming :: Lens' MethodDescriptorProto Prelude.Bool
  • maybe'clientStreaming :: Lens' MethodDescriptorProto (Prelude.Maybe Prelude.Bool)
  • serverStreaming :: Lens' MethodDescriptorProto Prelude.Bool
  • maybe'serverStreaming :: Lens' MethodDescriptorProto (Prelude.Maybe Prelude.Bool)
Instances
Eq MethodDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord MethodDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show MethodDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData MethodDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: MethodDescriptorProto -> () #

Message MethodDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodDescriptorProto "clientStreaming" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "clientStreaming" -> (Bool -> f Bool) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' MethodDescriptorProto "inputType" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "inputType" -> (Text -> f Text) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' MethodDescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodDescriptorProto "options" MethodOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodDescriptorProto "outputType" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "outputType" -> (Text -> f Text) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' MethodDescriptorProto "serverStreaming" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "serverStreaming" -> (Bool -> f Bool) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' ServiceDescriptorProto "method" [MethodDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodDescriptorProto "maybe'clientStreaming" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'clientStreaming" -> (Maybe Bool -> f (Maybe Bool)) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' MethodDescriptorProto "maybe'inputType" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'inputType" -> (Maybe Text -> f (Maybe Text)) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' MethodDescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'name" -> (Maybe Text -> f (Maybe Text)) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' MethodDescriptorProto "maybe'options" (Maybe MethodOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodDescriptorProto "maybe'outputType" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'outputType" -> (Maybe Text -> f (Maybe Text)) -> MethodDescriptorProto -> f MethodDescriptorProto #

HasLens' MethodDescriptorProto "maybe'serverStreaming" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'serverStreaming" -> (Maybe Bool -> f (Maybe Bool)) -> MethodDescriptorProto -> f MethodDescriptorProto #

data MethodOptions #

Fields :

Instances
Eq MethodOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord MethodOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show MethodOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData MethodOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: MethodOptions -> () #

Message MethodOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodOptions "deprecated" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "deprecated" -> (Bool -> f Bool) -> MethodOptions -> f MethodOptions #

HasLens' MethodOptions "idempotencyLevel" MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodDescriptorProto "options" MethodOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodOptions "maybe'deprecated" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'deprecated" -> (Maybe Bool -> f (Maybe Bool)) -> MethodOptions -> f MethodOptions #

HasLens' MethodOptions "maybe'idempotencyLevel" (Maybe MethodOptions'IdempotencyLevel) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> MethodOptions -> f MethodOptions #

HasLens' MethodDescriptorProto "maybe'options" (Maybe MethodOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data MethodOptions'IdempotencyLevel #

Instances
Bounded MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodOptions "idempotencyLevel" MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodOptions "maybe'idempotencyLevel" (Maybe MethodOptions'IdempotencyLevel) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data MethodOptions'IdempotencyLevel #

Instances
Bounded MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Enum MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Eq MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

MessageEnum MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

FieldDefault MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodOptions "idempotencyLevel" MethodOptions'IdempotencyLevel # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' MethodOptions "maybe'idempotencyLevel" (Maybe MethodOptions'IdempotencyLevel) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data OneofDescriptorProto #

Fields :

  • name :: Lens' OneofDescriptorProto Data.Text.Text
  • maybe'name :: Lens' OneofDescriptorProto (Prelude.Maybe Data.Text.Text)
  • options :: Lens' OneofDescriptorProto OneofOptions
  • maybe'options :: Lens' OneofDescriptorProto (Prelude.Maybe OneofOptions)
Instances
Eq OneofDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord OneofDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show OneofDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData OneofDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: OneofDescriptorProto -> () #

Message OneofDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' OneofDescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "name" -> (Text -> f Text) -> OneofDescriptorProto -> f OneofDescriptorProto #

HasLens' OneofDescriptorProto "options" OneofOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' OneofDescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'name" -> (Maybe Text -> f (Maybe Text)) -> OneofDescriptorProto -> f OneofDescriptorProto #

HasLens' OneofDescriptorProto "maybe'options" (Maybe OneofOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' DescriptorProto "oneofDecl" [OneofDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data OneofOptions #

Fields :

Instances
Eq OneofOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord OneofOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show OneofOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData OneofOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: OneofOptions -> () #

Message OneofOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' OneofDescriptorProto "options" OneofOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' OneofOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> OneofOptions -> f OneofOptions #

HasLens' OneofDescriptorProto "maybe'options" (Maybe OneofOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data ServiceDescriptorProto #

Fields :

  • name :: Lens' ServiceDescriptorProto Data.Text.Text
  • maybe'name :: Lens' ServiceDescriptorProto (Prelude.Maybe Data.Text.Text)
  • method :: Lens' ServiceDescriptorProto [MethodDescriptorProto]
  • options :: Lens' ServiceDescriptorProto ServiceOptions
  • maybe'options :: Lens' ServiceDescriptorProto (Prelude.Maybe ServiceOptions)
Instances
Eq ServiceDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord ServiceDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show ServiceDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData ServiceDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: ServiceDescriptorProto -> () #

Message ServiceDescriptorProto # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ServiceDescriptorProto "name" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ServiceDescriptorProto "options" ServiceOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ServiceDescriptorProto "maybe'name" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'name" -> (Maybe Text -> f (Maybe Text)) -> ServiceDescriptorProto -> f ServiceDescriptorProto #

HasLens' ServiceDescriptorProto "maybe'options" (Maybe ServiceOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ServiceDescriptorProto "method" [MethodDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "service" [ServiceDescriptorProto] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data ServiceOptions #

Fields :

Instances
Eq ServiceOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord ServiceOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show ServiceOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData ServiceOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: ServiceOptions -> () #

Message ServiceOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ServiceOptions "deprecated" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "deprecated" -> (Bool -> f Bool) -> ServiceOptions -> f ServiceOptions #

HasLens' ServiceDescriptorProto "options" ServiceOptions # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ServiceOptions "maybe'deprecated" (Maybe Bool) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'deprecated" -> (Maybe Bool -> f (Maybe Bool)) -> ServiceOptions -> f ServiceOptions #

HasLens' ServiceOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> ServiceOptions -> f ServiceOptions #

HasLens' ServiceDescriptorProto "maybe'options" (Maybe ServiceOptions) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data SourceCodeInfo #

Fields :

  • location :: Lens' SourceCodeInfo [SourceCodeInfo'Location]
Instances
Eq SourceCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord SourceCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show SourceCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData SourceCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: SourceCodeInfo -> () #

Message SourceCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "sourceCodeInfo" SourceCodeInfo # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' SourceCodeInfo "location" [SourceCodeInfo'Location] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' FileDescriptorProto "maybe'sourceCodeInfo" (Maybe SourceCodeInfo) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'sourceCodeInfo" -> (Maybe SourceCodeInfo -> f (Maybe SourceCodeInfo)) -> FileDescriptorProto -> f FileDescriptorProto #

data SourceCodeInfo'Location #

Fields :

Instances
Eq SourceCodeInfo'Location # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord SourceCodeInfo'Location # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show SourceCodeInfo'Location # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData SourceCodeInfo'Location # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: SourceCodeInfo'Location -> () #

Message SourceCodeInfo'Location # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' SourceCodeInfo'Location "leadingComments" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "leadingComments" -> (Text -> f Text) -> SourceCodeInfo'Location -> f SourceCodeInfo'Location #

HasLens' SourceCodeInfo'Location "trailingComments" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "trailingComments" -> (Text -> f Text) -> SourceCodeInfo'Location -> f SourceCodeInfo'Location #

HasLens' SourceCodeInfo'Location "leadingDetachedComments" [Text] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "leadingDetachedComments" -> ([Text] -> f [Text]) -> SourceCodeInfo'Location -> f SourceCodeInfo'Location #

HasLens' SourceCodeInfo'Location "maybe'leadingComments" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'leadingComments" -> (Maybe Text -> f (Maybe Text)) -> SourceCodeInfo'Location -> f SourceCodeInfo'Location #

HasLens' SourceCodeInfo'Location "maybe'trailingComments" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'trailingComments" -> (Maybe Text -> f (Maybe Text)) -> SourceCodeInfo'Location -> f SourceCodeInfo'Location #

HasLens' SourceCodeInfo'Location "path" [Int32] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' SourceCodeInfo'Location "span" [Int32] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' SourceCodeInfo "location" [SourceCodeInfo'Location] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

data UninterpretedOption #

Fields :

Instances
Eq UninterpretedOption # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord UninterpretedOption # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show UninterpretedOption # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData UninterpretedOption # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

rnf :: UninterpretedOption -> () #

Message UninterpretedOption # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' UninterpretedOption "aggregateValue" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "aggregateValue" -> (Text -> f Text) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "doubleValue" Double # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "doubleValue" -> (Double -> f Double) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "identifierValue" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "identifierValue" -> (Text -> f Text) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "negativeIntValue" Int64 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "negativeIntValue" -> (Int64 -> f Int64) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "positiveIntValue" Word64 # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "positiveIntValue" -> (Word64 -> f Word64) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "stringValue" ByteString # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "stringValue" -> (ByteString -> f ByteString) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "maybe'aggregateValue" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'aggregateValue" -> (Maybe Text -> f (Maybe Text)) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "maybe'doubleValue" (Maybe Double) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'doubleValue" -> (Maybe Double -> f (Maybe Double)) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "maybe'identifierValue" (Maybe Text) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'identifierValue" -> (Maybe Text -> f (Maybe Text)) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "maybe'negativeIntValue" (Maybe Int64) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'negativeIntValue" -> (Maybe Int64 -> f (Maybe Int64)) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "maybe'positiveIntValue" (Maybe Word64) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'positiveIntValue" -> (Maybe Word64 -> f (Maybe Word64)) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "maybe'stringValue" (Maybe ByteString) # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "maybe'stringValue" -> (Maybe ByteString -> f (Maybe ByteString)) -> UninterpretedOption -> f UninterpretedOption #

HasLens' UninterpretedOption "name" [UninterpretedOption'NamePart] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' ServiceOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> ServiceOptions -> f ServiceOptions #

HasLens' OneofOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> OneofOptions -> f OneofOptions #

HasLens' MethodOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> MethodOptions -> f MethodOptions #

HasLens' MessageOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> MessageOptions -> f MessageOptions #

HasLens' FileOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> FileOptions -> f FileOptions #

HasLens' FieldOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> FieldOptions -> f FieldOptions #

HasLens' ExtensionRangeOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' EnumValueOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> EnumValueOptions -> f EnumValueOptions #

HasLens' EnumOptions "uninterpretedOption" [UninterpretedOption] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Methods

lensOf' :: Functor f => Proxy# "uninterpretedOption" -> ([UninterpretedOption] -> f [UninterpretedOption]) -> EnumOptions -> f EnumOptions #

data UninterpretedOption'NamePart #

Fields :

  • namePart :: Lens' UninterpretedOption'NamePart Data.Text.Text
  • isExtension :: Lens' UninterpretedOption'NamePart Prelude.Bool
Instances
Eq UninterpretedOption'NamePart # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Ord UninterpretedOption'NamePart # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Show UninterpretedOption'NamePart # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

NFData UninterpretedOption'NamePart # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

Message UninterpretedOption'NamePart # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' UninterpretedOption'NamePart "isExtension" Bool # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' UninterpretedOption'NamePart "namePart" Text # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor

HasLens' UninterpretedOption "name" [UninterpretedOption'NamePart] # 
Instance details

Defined in Proto.Google.Protobuf.Descriptor