Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2BigQueryExport

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV2BigQueryExport

Returns a new instance of GoogleCloudSecuritycenterV2BigQueryExport.



5225
5226
5227
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5225

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

Instance Attribute Details

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


5183
5184
5185
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5183

def create_time
  @create_time
end

#crypto_key_nameString

Corresponds to the JSON property cryptoKeyName

Returns:

  • (String)


5188
5189
5190
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5188

def crypto_key_name
  @crypto_key_name
end

#datasetString

Corresponds to the JSON property dataset

Returns:

  • (String)


5193
5194
5195
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5193

def dataset
  @dataset
end

#descriptionString

Corresponds to the JSON property description

Returns:

  • (String)


5198
5199
5200
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5198

def description
  @description
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


5203
5204
5205
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5203

def filter
  @filter
end

#most_recent_editorString

Corresponds to the JSON property mostRecentEditor

Returns:

  • (String)


5208
5209
5210
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5208

def most_recent_editor
  @most_recent_editor
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


5213
5214
5215
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5213

def name
  @name
end

#principalString

Corresponds to the JSON property principal

Returns:

  • (String)


5218
5219
5220
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5218

def principal
  @principal
end

#update_timeString

Corresponds to the JSON property updateTime

Returns:

  • (String)


5223
5224
5225
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5223

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 5230

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