Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1OperationConfig

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

Additional configuration for inspect long running operations.

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) ⇒ GooglePrivacyDlpV2beta1OperationConfig

Returns a new instance of GooglePrivacyDlpV2beta1OperationConfig



2536
2537
2538
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2536

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

Instance Attribute Details

#max_item_findingsFixnum

Max number of findings per file, Datastore entity, or database row. Corresponds to the JSON property maxItemFindings

Returns:

  • (Fixnum)


2534
2535
2536
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2534

def max_item_findings
  @max_item_findings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2541
2542
2543
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 2541

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