- 1.76.0 (latest)
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.71.0
 - 1.70.0
 - 1.68.0
 - 1.66.0
 - 1.65.0
 - 1.62.0
 - 1.61.0
 - 1.60.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 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.CsvOptionsOrBuilderDescribe 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()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Asset.DiscoverySpec.CsvOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | 
build()
public Asset.DiscoverySpec.CsvOptions build()| Type | Description | 
| Asset.DiscoverySpec.CsvOptions | 
buildPartial()
public Asset.DiscoverySpec.CsvOptions buildPartial()| Type | Description | 
| Asset.DiscoverySpec.CsvOptions | 
clear()
public Asset.DiscoverySpec.CsvOptions.Builder clear()| 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];
| 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];
| 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];
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Asset.DiscoverySpec.CsvOptions.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| 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];
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Asset.DiscoverySpec.CsvOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | 
clone()
public Asset.DiscoverySpec.CsvOptions.Builder clone()| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | 
getDefaultInstanceForType()
public Asset.DiscoverySpec.CsvOptions getDefaultInstanceForType()| 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];
| 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];
| Type | Description | 
| ByteString | The bytes for delimiter.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| 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];
| 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];
| 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];
| 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];
| Type | Description | 
| int | The headerRows.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(Asset.DiscoverySpec.CsvOptions other)
public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(Asset.DiscoverySpec.CsvOptions other)| Name | Description | 
| other | Asset.DiscoverySpec.CsvOptions | 
      
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public Asset.DiscoverySpec.CsvOptions.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Asset.DiscoverySpec.CsvOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| 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];
| Name | Description | 
| value | StringThe delimiter to set.  | 
      
| 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];
| Name | Description | 
| value | ByteStringThe bytes for delimiter to set.  | 
      
| 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];
| Name | Description | 
| value | booleanThe disableTypeInference to set.  | 
      
| 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];
| Name | Description | 
| value | StringThe encoding to set.  | 
      
| 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];
| Name | Description | 
| value | ByteStringThe bytes for encoding to set.  | 
      
| 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)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| 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];
| Name | Description | 
| value | intThe headerRows to set.  | 
      
| 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)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Asset.DiscoverySpec.CsvOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Asset.DiscoverySpec.CsvOptions.Builder |