Class: Google::Cloud::Bigquery::Migration::V2::ErrorLocation

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

Overview

Holds information about where the error is located.

Instance Attribute Summary collapse

Instance Attribute Details

#column::Integer

Returns Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.

Returns:

  • (::Integer)

    Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.



64
65
66
67
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb', line 64

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

#line::Integer

Returns Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.

Returns:

  • (::Integer)

    Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.



64
65
66
67
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb', line 64

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