Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.Google.Protobuf.Wrappers
Synopsis
- data BoolValue
- data BytesValue
- data DoubleValue
- data FloatValue
- data Int32Value
- data Int64Value
- data StringValue
- data UInt32Value
- data UInt64Value
Documentation
Fields :
value
:: Lens' BoolValue Prelude.Bool
Instances
NFData BoolValue Source # | |
Defined in Proto.Google.Protobuf.Wrappers | |
Show BoolValue Source # | |
Eq BoolValue Source # | |
Ord BoolValue Source # | |
Message BoolValue Source # | |
Defined in Proto.Google.Protobuf.Wrappers Methods messageName :: Proxy BoolValue -> Text # packedMessageDescriptor :: Proxy BoolValue -> ByteString # packedFileDescriptor :: Proxy BoolValue -> ByteString # defMessage :: BoolValue # fieldsByTag :: Map Tag (FieldDescriptor BoolValue) # fieldsByTextFormatName :: Map String (FieldDescriptor BoolValue) # unknownFields :: Lens' BoolValue FieldSet # parseMessage :: Parser BoolValue # buildMessage :: BoolValue -> Builder # | |
HasField BoolValue "value" Bool Source # | |
data BytesValue Source #
Fields :
value
:: Lens' BytesValue Data.ByteString.ByteString
Instances
data DoubleValue Source #
Fields :
value
:: Lens' DoubleValue Prelude.Double
Instances
data FloatValue Source #
Fields :
value
:: Lens' FloatValue Prelude.Float
Instances
data Int32Value Source #
Fields :
value
:: Lens' Int32Value Data.Int.Int32
Instances
data Int64Value Source #
Fields :
value
:: Lens' Int64Value Data.Int.Int64
Instances
data StringValue Source #
Fields :
value
:: Lens' StringValue Data.Text.Text
Instances
data UInt32Value Source #
Fields :
value
:: Lens' UInt32Value Data.Word.Word32
Instances
data UInt64Value Source #
Fields :
value
:: Lens' UInt64Value Data.Word.Word64