Interface DataProfileResult.PostScanActionsResult.BigQueryExportResultOrBuilder (1.39.0)

public static interface DataProfileResult.PostScanActionsResult.BigQueryExportResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessage()

public abstract String getMessage()

Output only. Additional information about the BigQuery exporting.

string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Output only. Additional information about the BigQuery exporting.

string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for message.

getState()

public abstract DataProfileResult.PostScanActionsResult.BigQueryExportResult.State getState()

Output only. Execution state for the BigQuery exporting.

.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult.BigQueryExportResult.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
DataProfileResult.PostScanActionsResult.BigQueryExportResult.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. Execution state for the BigQuery exporting.

.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult.BigQueryExportResult.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.