Class DataProfileSpec.PostScanActions.BigQueryExport.Builder (1.81.0)

public static final class DataProfileSpec.PostScanActions.BigQueryExport.Builder extends GeneratedMessage.Builder<DataProfileSpec.PostScanActions.BigQueryExport.Builder> implements DataProfileSpec.PostScanActions.BigQueryExportOrBuilder

The configuration of BigQuery export post scan action.

Protobuf type google.cloud.dataplex.v1.DataProfileSpec.PostScanActions.BigQueryExport

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DataProfileSpec.PostScanActions.BigQueryExport build()
Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport

buildPartial()

public DataProfileSpec.PostScanActions.BigQueryExport buildPartial()
Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport

clear()

public DataProfileSpec.PostScanActions.BigQueryExport.Builder clear()
Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport.Builder
Overrides

clearResultsTable()

public DataProfileSpec.PostScanActions.BigQueryExport.Builder clearResultsTable()

Optional. The BigQuery table to export DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

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

Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport.Builder

This builder for chaining.

getDefaultInstanceForType()

public DataProfileSpec.PostScanActions.BigQueryExport getDefaultInstanceForType()
Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getResultsTable()

public String getResultsTable()

Optional. The BigQuery table to export DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

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

Returns
Type Description
String

The resultsTable.

getResultsTableBytes()

public ByteString getResultsTableBytes()

Optional. The BigQuery table to export DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

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

Returns
Type Description
ByteString

The bytes for resultsTable.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataProfileSpec.PostScanActions.BigQueryExport other)

public DataProfileSpec.PostScanActions.BigQueryExport.Builder mergeFrom(DataProfileSpec.PostScanActions.BigQueryExport other)
Parameter
Name Description
other DataProfileSpec.PostScanActions.BigQueryExport
Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataProfileSpec.PostScanActions.BigQueryExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DataProfileSpec.PostScanActions.BigQueryExport.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport.Builder
Overrides

setResultsTable(String value)

public DataProfileSpec.PostScanActions.BigQueryExport.Builder setResultsTable(String value)

Optional. The BigQuery table to export DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

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

Parameter
Name Description
value String

The resultsTable to set.

Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport.Builder

This builder for chaining.

setResultsTableBytes(ByteString value)

public DataProfileSpec.PostScanActions.BigQueryExport.Builder setResultsTableBytes(ByteString value)

Optional. The BigQuery table to export DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

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

Parameter
Name Description
value ByteString

The bytes for resultsTable to set.

Returns
Type Description
DataProfileSpec.PostScanActions.BigQueryExport.Builder

This builder for chaining.