Class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1BigQueryExport

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSecuritycenterV1BigQueryExport

Returns a new instance of GoogleCloudSecuritycenterV1BigQueryExport.



3033
3034
3035
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3033

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

Instance Attribute Details

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


2996
2997
2998
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 2996

def create_time
  @create_time
end

#datasetString

Corresponds to the JSON property dataset

Returns:

  • (String)


3001
3002
3003
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3001

def dataset
  @dataset
end

#descriptionString

Corresponds to the JSON property description

Returns:

  • (String)


3006
3007
3008
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3006

def description
  @description
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


3011
3012
3013
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3011

def filter
  @filter
end

#most_recent_editorString

Corresponds to the JSON property mostRecentEditor

Returns:

  • (String)


3016
3017
3018
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3016

def most_recent_editor
  @most_recent_editor
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


3021
3022
3023
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3021

def name
  @name
end

#principalString

Corresponds to the JSON property principal

Returns:

  • (String)


3026
3027
3028
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3026

def principal
  @principal
end

#update_timeString

Corresponds to the JSON property updateTime

Returns:

  • (String)


3031
3032
3033
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3031

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 3038

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