Class: Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions
- 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
-
#encoding ⇒ ::String
Optional.
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.
627 628 629 630 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 627 class JsonOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |