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.



4964
4965
4966
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4964

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

Instance Attribute Details

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


4922
4923
4924
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4922

def create_time
  @create_time
end

#crypto_key_nameString

Corresponds to the JSON property cryptoKeyName

Returns:

  • (String)


4927
4928
4929
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4927

def crypto_key_name
  @crypto_key_name
end

#datasetString

Corresponds to the JSON property dataset

Returns:

  • (String)


4932
4933
4934
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4932

def dataset
  @dataset
end

#descriptionString

Corresponds to the JSON property description

Returns:

  • (String)


4937
4938
4939
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4937

def description
  @description
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


4942
4943
4944
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4942

def filter
  @filter
end

#most_recent_editorString

Corresponds to the JSON property mostRecentEditor

Returns:

  • (String)


4947
4948
4949
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4947

def most_recent_editor
  @most_recent_editor
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


4952
4953
4954
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4952

def name
  @name
end

#principalString

Corresponds to the JSON property principal

Returns:

  • (String)


4957
4958
4959
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4957

def principal
  @principal
end

#update_timeString

Corresponds to the JSON property updateTime

Returns:

  • (String)


4962
4963
4964
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4962

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 4969

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