public static interface DataQualityResult.PostScanActionsResult.BigQueryExportResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessage()
public abstract String getMessage()Output only. Additional information about the BigQuery exporting.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getState()
public abstract DataQualityResult.PostScanActionsResult.BigQueryExportResult.State getState()Output only. Execution state for the BigQuery exporting.
.google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult.BigQueryExportResult.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataQualityResult.PostScanActionsResult.BigQueryExportResult.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. Execution state for the BigQuery exporting.
.google.cloud.dataplex.v1.DataQualityResult.PostScanActionsResult.BigQueryExportResult.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |