Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2BigQueryExport
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2BigQueryExport
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#create_time ⇒ String
Corresponds to the JSON property
createTime. -
#crypto_key_name ⇒ String
Corresponds to the JSON property
cryptoKeyName. -
#dataset ⇒ String
Corresponds to the JSON property
dataset. -
#description ⇒ String
Corresponds to the JSON property
description. -
#filter ⇒ String
Corresponds to the JSON property
filter. -
#most_recent_editor ⇒ String
Corresponds to the JSON property
mostRecentEditor. -
#name ⇒ String
Corresponds to the JSON property
name. -
#principal ⇒ String
Corresponds to the JSON property
principal. -
#update_time ⇒ String
Corresponds to the JSON property
updateTime.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2BigQueryExport
constructor
A new instance of GoogleCloudSecuritycenterV2BigQueryExport.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2BigQueryExport
Returns a new instance of GoogleCloudSecuritycenterV2BigQueryExport.
5406 5407 5408 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5406 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Corresponds to the JSON property createTime
5364 5365 5366 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5364 def create_time @create_time end |
#crypto_key_name ⇒ String
Corresponds to the JSON property cryptoKeyName
5369 5370 5371 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5369 def crypto_key_name @crypto_key_name end |
#dataset ⇒ String
Corresponds to the JSON property dataset
5374 5375 5376 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5374 def dataset @dataset end |
#description ⇒ String
Corresponds to the JSON property description
5379 5380 5381 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5379 def description @description end |
#filter ⇒ String
Corresponds to the JSON property filter
5384 5385 5386 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5384 def filter @filter end |
#most_recent_editor ⇒ String
Corresponds to the JSON property mostRecentEditor
5389 5390 5391 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5389 def most_recent_editor @most_recent_editor end |
#name ⇒ String
Corresponds to the JSON property name
5394 5395 5396 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5394 def name @name end |
#principal ⇒ String
Corresponds to the JSON property principal
5399 5400 5401 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5399 def principal @principal end |
#update_time ⇒ String
Corresponds to the JSON property updateTime
5404 5405 5406 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5404 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 5411 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name) @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 |