Class Asset.DiscoverySpec.CsvOptions (1.0.1)

public static final class Asset.DiscoverySpec.CsvOptions extends GeneratedMessageV3 implements Asset.DiscoverySpec.CsvOptionsOrBuilder

Describe CSV and similar semi-structured data formats.

Protobuf type google.cloud.dataplex.v1.Asset.DiscoverySpec.CsvOptions

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Asset.DiscoverySpec.CsvOptions

Static Fields

DELIMITER_FIELD_NUMBER

public static final int DELIMITER_FIELD_NUMBER
Field Value
TypeDescription
int

DISABLE_TYPE_INFERENCE_FIELD_NUMBER

public static final int DISABLE_TYPE_INFERENCE_FIELD_NUMBER
Field Value
TypeDescription
int

ENCODING_FIELD_NUMBER

public static final int ENCODING_FIELD_NUMBER
Field Value
TypeDescription
int

HEADER_ROWS_FIELD_NUMBER

public static final int HEADER_ROWS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Asset.DiscoverySpec.CsvOptions getDefaultInstance()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Asset.DiscoverySpec.CsvOptions.Builder newBuilder()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder

newBuilder(Asset.DiscoverySpec.CsvOptions prototype)

public static Asset.DiscoverySpec.CsvOptions.Builder newBuilder(Asset.DiscoverySpec.CsvOptions prototype)
Parameter
NameDescription
prototypeAsset.DiscoverySpec.CsvOptions
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder

parseDelimitedFrom(InputStream input)

public static Asset.DiscoverySpec.CsvOptions parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Asset.DiscoverySpec.CsvOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Asset.DiscoverySpec.CsvOptions parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Asset.DiscoverySpec.CsvOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Asset.DiscoverySpec.CsvOptions parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Asset.DiscoverySpec.CsvOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Asset.DiscoverySpec.CsvOptions parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Asset.DiscoverySpec.CsvOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Asset.DiscoverySpec.CsvOptions parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Asset.DiscoverySpec.CsvOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Asset.DiscoverySpec.CsvOptions parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Asset.DiscoverySpec.CsvOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Asset.DiscoverySpec.CsvOptions> parser()
Returns
TypeDescription
Parser<CsvOptions>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Asset.DiscoverySpec.CsvOptions getDefaultInstanceForType()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions

getDelimiter()

public String getDelimiter()

Optional. The delimiter being used to separate values. This defaults to ','.

string delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The delimiter.

getDelimiterBytes()

public ByteString getDelimiterBytes()

Optional. The delimiter being used to separate values. This defaults to ','.

string delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for delimiter.

getDisableTypeInference()

public boolean getDisableTypeInference()

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

bool disable_type_inference = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The disableTypeInference.

getEncoding()

public String getEncoding()

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

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

Returns
TypeDescription
String

The encoding.

getEncodingBytes()

public ByteString getEncodingBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for encoding.

getHeaderRows()

public int getHeaderRows()

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.

int32 header_rows = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The headerRows.

getParserForType()

public Parser<Asset.DiscoverySpec.CsvOptions> getParserForType()
Returns
TypeDescription
Parser<CsvOptions>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Asset.DiscoverySpec.CsvOptions.Builder newBuilderForType()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Asset.DiscoverySpec.CsvOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Asset.DiscoverySpec.CsvOptions.Builder toBuilder()
Returns
TypeDescription
Asset.DiscoverySpec.CsvOptions.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException