Interface DataQualityResult.PostScanActionsResult.BigQueryExportResultOrBuilder

    • Method Detail

      • getStateValue

        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:
        The enum numeric value on the wire for state.
      • getMessage

        String getMessage()
         Output only. Additional information about the BigQuery exporting.
         
        string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         Output only. Additional information about the BigQuery exporting.
         
        string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for message.