Interface DataScanEvent.PostScanActionsResult.BigQueryExportResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMessage()
      Additional information about the BigQuery exporting.
      com.google.protobuf.ByteString getMessageBytes()
      Additional information about the BigQuery exporting.
      DataScanEvent.PostScanActionsResult.BigQueryExportResult.State getState()
      Execution state for the BigQuery exporting.
      int getStateValue()
      Execution state for the BigQuery exporting.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStateValue

        int getStateValue()
         Execution state for the BigQuery exporting.
         
        .google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult.BigQueryExportResult.State state = 1;
        Returns:
        The enum numeric value on the wire for state.
      • getMessage

        String getMessage()
         Additional information about the BigQuery exporting.
         
        string message = 2;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         Additional information about the BigQuery exporting.
         
        string message = 2;
        Returns:
        The bytes for message.