Interface DataDiscoverySpec.StorageConfig.JsonOptionsOrBuilder (1.52.0)

public static interface DataDiscoverySpec.StorageConfig.JsonOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncoding()

public abstract String getEncoding()

Optional. The character encoding of the data. The default is UTF-8.

string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The encoding.

getEncodingBytes()

public abstract ByteString getEncodingBytes()

Optional. The character encoding of the data. The default is UTF-8.

string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for encoding.

getTypeInferenceDisabled()

public abstract boolean getTypeInferenceDisabled()

Optional. Whether to disable the inference of data types for JSON data. If true, all columns are registered as their primitive types (strings, number, or boolean).

bool type_inference_disabled = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The typeInferenceDisabled.