Dataplex V1 API - Class Google::Cloud::Dataplex::V1::Zone::DiscoverySpec::JsonOptions (v0.4.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Zone::DiscoverySpec::JsonOptions.

Describe JSON data format.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#disable_type_inference

def disable_type_inference() -> ::Boolean
Returns
  • (::Boolean) — 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).

#disable_type_inference=

def disable_type_inference=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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).
Returns
  • (::Boolean) — 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).

#encoding

def encoding() -> ::String
Returns
  • (::String) — Optional. The character encoding of the data. The default is UTF-8.

#encoding=

def encoding=(value) -> ::String
Parameter
  • value (::String) — Optional. The character encoding of the data. The default is UTF-8.
Returns
  • (::String) — Optional. The character encoding of the data. The default is UTF-8.