Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1TableLocation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb

Overview

Location of a finding within a table.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta1TableLocation

Returns a new instance of GooglePrivacyDlpV2beta1TableLocation



3346
3347
3348
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3346

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#row_indexFixnum

The zero-based index of the row where the finding is located. Corresponds to the JSON property rowIndex

Returns:

  • (Fixnum)


3344
3345
3346
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3344

def row_index
  @row_index
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3351
3352
3353
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3351

def update!(**args)
  @row_index = args[:row_index] if args.key?(:row_index)
end