- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class Asset.DiscoverySpec.CsvOptions.Builder extends GeneratedMessageV3.Builder<Asset.DiscoverySpec.CsvOptions.Builder> implements Asset.DiscoverySpec.CsvOptionsOrBuilder
Describe CSV and similar semi-structured data formats.
Protobuf type google.cloud.dataplex.v1.Asset.DiscoverySpec.CsvOptions
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Asset.DiscoverySpec.CsvOptions.BuilderImplements
Asset.DiscoverySpec.CsvOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Asset.DiscoverySpec.CsvOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
build()
public Asset.DiscoverySpec.CsvOptions build()
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions |
buildPartial()
public Asset.DiscoverySpec.CsvOptions buildPartial()
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions |
clear()
public Asset.DiscoverySpec.CsvOptions.Builder clear()
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
clearDelimiter()
public Asset.DiscoverySpec.CsvOptions.Builder clearDelimiter()
Optional. The delimiter being used to separate values. This defaults to ','.
string delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
clearDisableTypeInference()
public Asset.DiscoverySpec.CsvOptions.Builder clearDisableTypeInference()
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 | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
clearEncoding()
public Asset.DiscoverySpec.CsvOptions.Builder clearEncoding()
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Asset.DiscoverySpec.CsvOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
clearHeaderRows()
public Asset.DiscoverySpec.CsvOptions.Builder clearHeaderRows()
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 | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Asset.DiscoverySpec.CsvOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
clone()
public Asset.DiscoverySpec.CsvOptions.Builder clone()
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
getDefaultInstanceForType()
public Asset.DiscoverySpec.CsvOptions getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for delimiter. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The headerRows. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Asset.DiscoverySpec.CsvOptions other)
public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(Asset.DiscoverySpec.CsvOptions other)
Parameter | |
---|---|
Name | Description |
other |
Asset.DiscoverySpec.CsvOptions |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Asset.DiscoverySpec.CsvOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
setDelimiter(String value)
public Asset.DiscoverySpec.CsvOptions.Builder setDelimiter(String value)
Optional. The delimiter being used to separate values. This defaults to ','.
string delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The delimiter to set. |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
setDelimiterBytes(ByteString value)
public Asset.DiscoverySpec.CsvOptions.Builder setDelimiterBytes(ByteString value)
Optional. The delimiter being used to separate values. This defaults to ','.
string delimiter = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for delimiter to set. |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
setDisableTypeInference(boolean value)
public Asset.DiscoverySpec.CsvOptions.Builder setDisableTypeInference(boolean value)
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];
Parameter | |
---|---|
Name | Description |
value |
boolean The disableTypeInference to set. |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
setEncoding(String value)
public Asset.DiscoverySpec.CsvOptions.Builder setEncoding(String value)
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The encoding to set. |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
setEncodingBytes(ByteString value)
public Asset.DiscoverySpec.CsvOptions.Builder setEncodingBytes(ByteString value)
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for encoding to set. |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Asset.DiscoverySpec.CsvOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
setHeaderRows(int value)
public Asset.DiscoverySpec.CsvOptions.Builder setHeaderRows(int value)
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];
Parameter | |
---|---|
Name | Description |
value |
int The headerRows to set. |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Asset.DiscoverySpec.CsvOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Asset.DiscoverySpec.CsvOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Asset.DiscoverySpec.CsvOptions.Builder |