Class: Google::Cloud::Bigquery::Migration::V2::GcsReportLogMessage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb

Overview

A record in the aggregate CSV report for a migration workflow

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns Category of the error/warning. Example: SyntaxError.

Returns:

  • (::String)

    Category of the error/warning. Example: SyntaxError



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#category::String

Returns Category of the error/warning. Example: SyntaxError.

Returns:

  • (::String)

    Category of the error/warning. Example: SyntaxError



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#effect::String

Returns Effect of the error/warning. Example: COMPATIBILITY.

Returns:

  • (::String)

    Effect of the error/warning. Example: COMPATIBILITY



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#file_path::String

Returns The file path in which the error occurred.

Returns:

  • (::String)

    The file path in which the error occurred



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filename::String

Returns The file name in which the error occurred.

Returns:

  • (::String)

    The file name in which the error occurred



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#message::String

Returns Detailed message of the record.

Returns:

  • (::String)

    Detailed message of the record.



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#object_name::String

Returns Name of the affected object in the log message.

Returns:

  • (::String)

    Name of the affected object in the log message.



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#script_context::String

Returns The script context (obfuscated) in which the error occurred.

Returns:

  • (::String)

    The script context (obfuscated) in which the error occurred



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#severity::String

Returns Severity of the translation record.

Returns:

  • (::String)

    Severity of the translation record.



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_script_column::Integer

Returns Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6.

Returns:

  • (::Integer)

    Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_script_line::Integer

Returns Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2.

Returns:

  • (::Integer)

    Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2



61
62
63
64
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb', line 61

class GcsReportLogMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end