Class: Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/metadata.rb

Overview

Describes JSON data format.

Instance Attribute Summary collapse

Instance Attribute Details

#encoding::String

Returns Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8" and "ISO-8859-1". Defaults to UTF-8 if not specified.

Returns:

  • (::String)

    Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8" and "ISO-8859-1". Defaults to UTF-8 if not specified.



625
626
627
628
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 625

class JsonOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end