public static final class Asset.DiscoverySpec.JsonOptions extends GeneratedMessageV3 implements Asset.DiscoverySpec.JsonOptionsOrBuilder
Describe JSON data format.
Protobuf type google.cloud.dataplex.v1.Asset.DiscoverySpec.JsonOptions
Static Fields
DISABLE_TYPE_INFERENCE_FIELD_NUMBER
public static final int DISABLE_TYPE_INFERENCE_FIELD_NUMBER
Field Value
ENCODING_FIELD_NUMBER
public static final int ENCODING_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Asset.DiscoverySpec.JsonOptions getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Asset.DiscoverySpec.JsonOptions.Builder newBuilder()
Returns
newBuilder(Asset.DiscoverySpec.JsonOptions prototype)
public static Asset.DiscoverySpec.JsonOptions.Builder newBuilder(Asset.DiscoverySpec.JsonOptions prototype)
Parameter
Returns
public static Asset.DiscoverySpec.JsonOptions parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Asset.DiscoverySpec.JsonOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Asset.DiscoverySpec.JsonOptions parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Asset.DiscoverySpec.JsonOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Asset.DiscoverySpec.JsonOptions parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Asset.DiscoverySpec.JsonOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Asset.DiscoverySpec.JsonOptions parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Asset.DiscoverySpec.JsonOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Asset.DiscoverySpec.JsonOptions parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Asset.DiscoverySpec.JsonOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Asset.DiscoverySpec.JsonOptions parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Asset.DiscoverySpec.JsonOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Asset.DiscoverySpec.JsonOptions> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Asset.DiscoverySpec.JsonOptions getDefaultInstanceForType()
Returns
getDisableTypeInference()
public boolean 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).
bool disable_type_inference = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | The disableTypeInference.
|
getEncoding()
public 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 ByteString getEncodingBytes()
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
getParserForType()
public Parser<Asset.DiscoverySpec.JsonOptions> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Asset.DiscoverySpec.JsonOptions.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Asset.DiscoverySpec.JsonOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Asset.DiscoverySpec.JsonOptions.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions