Class: Google::Cloud::Dataplex::V1::Zone::DiscoverySpec::JsonOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Zone::DiscoverySpec::JsonOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Describe JSON data format.
Instance Attribute Summary collapse
-
#disable_type_inference ⇒ ::Boolean
Optional.
-
#encoding ⇒ ::String
Optional.
Instance Attribute Details
#disable_type_inference ⇒ ::Boolean
Returns Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).
288 289 290 291 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 288 class JsonOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoding ⇒ ::String
Returns Optional. The character encoding of the data. The default is UTF-8.
288 289 290 291 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 288 class JsonOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |