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.



3098
3099
3100
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3098

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

Instance Attribute Details

#create_timeString

Corresponds to the JSON property createTime

Returns:

  • (String)


3061
3062
3063
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3061

def create_time
  @create_time
end

#datasetString

Corresponds to the JSON property dataset

Returns:

  • (String)


3066
3067
3068
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3066

def dataset
  @dataset
end

#descriptionString

Corresponds to the JSON property description

Returns:

  • (String)


3071
3072
3073
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3071

def description
  @description
end

#filterString

Corresponds to the JSON property filter

Returns:

  • (String)


3076
3077
3078
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3076

def filter
  @filter
end

#most_recent_editorString

Corresponds to the JSON property mostRecentEditor

Returns:

  • (String)


3081
3082
3083
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3081

def most_recent_editor
  @most_recent_editor
end

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


3086
3087
3088
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3086

def name
  @name
end

#principalString

Corresponds to the JSON property principal

Returns:

  • (String)


3091
3092
3093
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3091

def principal
  @principal
end

#update_timeString

Corresponds to the JSON property updateTime

Returns:

  • (String)


3096
3097
3098
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3096

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 3103

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