Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV1BigQueryExport

Returns a new instance of GoogleCloudSecuritycenterV1BigQueryExport.



3470
3471
3472
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3470

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

Instance Attribute Details

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


3433
3434
3435
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3433

def create_time
  @create_time
end

#datasetString

Corresponds to the JSON property dataset

Returns:

  • (String)


3438
3439
3440
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3438

def dataset
  @dataset
end

#descriptionString

Corresponds to the JSON property description

Returns:

  • (String)


3443
3444
3445
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3443

def description
  @description
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


3448
3449
3450
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3448

def filter
  @filter
end

#most_recent_editorString

Corresponds to the JSON property mostRecentEditor

Returns:

  • (String)


3453
3454
3455
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3453

def most_recent_editor
  @most_recent_editor
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


3458
3459
3460
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3458

def name
  @name
end

#principalString

Corresponds to the JSON property principal

Returns:

  • (String)


3463
3464
3465
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3463

def principal
  @principal
end

#update_timeString

Corresponds to the JSON property updateTime

Returns:

  • (String)


3468
3469
3470
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3468

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 3475

def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @dataset = args[:dataset] if args.key?(:dataset)
  @description = args[:description] if args.key?(:description)
  @filter = args[:filter] if args.key?(:filter)
  @most_recent_editor = args[:most_recent_editor] if args.key?(:most_recent_editor)
  @name = args[:name] if args.key?(:name)
  @principal = args[:principal] if args.key?(:principal)
  @update_time = args[:update_time] if args.key?(:update_time)
end