@@ -1458,7 +1458,7 @@ def update!(**args)
14581458 class GoogleCloudSecuritycenterV1BigQueryExport
14591459 include Google ::Apis ::Core ::Hashable
14601460
1461- # Output only. The time at which the big query export was created. This field is
1461+ # Output only. The time at which the BigQuery export was created. This field is
14621462 # set by the server and will be ignored if provided on export on creation.
14631463 # Corresponds to the JSON property `createTime`
14641464 # @return [String]
@@ -1490,7 +1490,7 @@ class GoogleCloudSecuritycenterV1BigQueryExport
14901490 # @return [String]
14911491 attr_accessor :filter
14921492
1493- # Output only. Email address of the user who last edited the big query export.
1493+ # Output only. Email address of the user who last edited the BigQuery export.
14941494 # This field is set by the server and will be ignored if provided on export
14951495 # creation or update.
14961496 # Corresponds to the JSON property `mostRecentEditor`
@@ -1507,15 +1507,15 @@ class GoogleCloudSecuritycenterV1BigQueryExport
15071507 # @return [String]
15081508 attr_accessor :name
15091509
1510- # Output only. The service account that needs permission to create table, upload
1511- # data to the big query dataset.
1510+ # Output only. The service account that needs permission to create table and
1511+ # upload data to the BigQuery dataset.
15121512 # Corresponds to the JSON property `principal`
15131513 # @return [String]
15141514 attr_accessor :principal
15151515
1516- # Output only. The most recent time at which the big export was updated. This
1517- # field is set by the server and will be ignored if provided on export creation
1518- # or update.
1516+ # Output only. The most recent time at which the BigQuery export was updated.
1517+ # This field is set by the server and will be ignored if provided on export
1518+ # creation or update.
15191519 # Corresponds to the JSON property `updateTime`
15201520 # @return [String]
15211521 attr_accessor :update_time
0 commit comments