Class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1BigQueryExport

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) ⇒ GoogleCloudSecuritycenterV1BigQueryExport

Returns a new instance of GoogleCloudSecuritycenterV1BigQueryExport.



2956
2957
2958
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2956

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

Instance Attribute Details

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


2919
2920
2921
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2919

def create_time
  @create_time
end

#datasetString

Corresponds to the JSON property dataset

Returns:

  • (String)


2924
2925
2926
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2924

def dataset
  @dataset
end

#descriptionString

Corresponds to the JSON property description

Returns:

  • (String)


2929
2930
2931
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2929

def description
  @description
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


2934
2935
2936
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2934

def filter
  @filter
end

#most_recent_editorString

Corresponds to the JSON property mostRecentEditor

Returns:

  • (String)


2939
2940
2941
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2939

def most_recent_editor
  @most_recent_editor
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


2944
2945
2946
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2944

def name
  @name
end

#principalString

Corresponds to the JSON property principal

Returns:

  • (String)


2949
2950
2951
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2949

def principal
  @principal
end

#update_timeString

Corresponds to the JSON property updateTime

Returns:

  • (String)


2954
2955
2956
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2954

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 2961

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