Reference documentation and code samples for the Google Cloud Dataplex V1 Client class JsonOptions.
Describe JSON data format.
Generated from protobuf message google.cloud.dataplex.v1.Asset.DiscoverySpec.JsonOptions
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ encoding |
string
Optional. The character encoding of the data. The default is UTF-8. |
↳ disable_type_inference |
bool
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). |
getEncoding
Optional. The character encoding of the data. The default is UTF-8.
Generated from protobuf field string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
string |
setEncoding
Optional. The character encoding of the data. The default is UTF-8.
Generated from protobuf field string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisableTypeInference
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).
Generated from protobuf field bool disable_type_inference = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
bool |
setDisableTypeInference
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).
Generated from protobuf field bool disable_type_inference = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |