Skip to content

Commit 8c8c80d

Browse files
feat: Automated regeneration of securitycenter v1beta1 client (#13178)
Auto-created at 2023-01-04 17:38:06 +0000 using the toys pull request generator.
1 parent 14c71c0 commit 8c8c80d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

generated/google-apis-securitycenter_v1beta1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-securitycenter_v1beta1
22

3-
### v0.44.0 (2022-12-14)
3+
### v0.44.0 (2023-01-04)
44

5-
* Regenerated from discovery document revision 20221208
5+
* Regenerated from discovery document revision 20221220
66

77
### v0.43.0 (2022-12-07)
88

generated/google-apis-securitycenter_v1beta1/lib/google/apis/securitycenter_v1beta1/classes.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ def update!(**args)
14121412
class GoogleCloudSecuritycenterV1BigQueryExport
14131413
include Google::Apis::Core::Hashable
14141414

1415-
# Output only. The time at which the big query export was created. This field is
1415+
# Output only. The time at which the BigQuery export was created. This field is
14161416
# set by the server and will be ignored if provided on export on creation.
14171417
# Corresponds to the JSON property `createTime`
14181418
# @return [String]
@@ -1444,7 +1444,7 @@ class GoogleCloudSecuritycenterV1BigQueryExport
14441444
# @return [String]
14451445
attr_accessor :filter
14461446

1447-
# Output only. Email address of the user who last edited the big query export.
1447+
# Output only. Email address of the user who last edited the BigQuery export.
14481448
# This field is set by the server and will be ignored if provided on export
14491449
# creation or update.
14501450
# Corresponds to the JSON property `mostRecentEditor`
@@ -1461,15 +1461,15 @@ class GoogleCloudSecuritycenterV1BigQueryExport
14611461
# @return [String]
14621462
attr_accessor :name
14631463

1464-
# Output only. The service account that needs permission to create table, upload
1465-
# data to the big query dataset.
1464+
# Output only. The service account that needs permission to create table and
1465+
# upload data to the BigQuery dataset.
14661466
# Corresponds to the JSON property `principal`
14671467
# @return [String]
14681468
attr_accessor :principal
14691469

1470-
# Output only. The most recent time at which the big export was updated. This
1471-
# field is set by the server and will be ignored if provided on export creation
1472-
# or update.
1470+
# Output only. The most recent time at which the BigQuery export was updated.
1471+
# This field is set by the server and will be ignored if provided on export
1472+
# creation or update.
14731473
# Corresponds to the JSON property `updateTime`
14741474
# @return [String]
14751475
attr_accessor :update_time

generated/google-apis-securitycenter_v1beta1/lib/google/apis/securitycenter_v1beta1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module SecuritycenterV1beta1
2222
GENERATOR_VERSION = "0.11.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20221208"
25+
REVISION = "20221220"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)