Skip to content

Commit bb42d79

Browse files
feat: Automated regeneration of compute alpha client (#13054)
Auto-created at 2022-12-12 11:27:41 +0000 using the toys pull request generator.
1 parent 885b871 commit bb42d79

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

generated/google-apis-compute_alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-compute_alpha
22

3+
### v0.55.0 (2022-12-12)
4+
5+
* Regenerated from discovery document revision 20221205
6+
37
### v0.54.0 (2022-12-07)
48

59
* Regenerated from discovery document revision 20221126

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20278,8 +20278,9 @@ class Interconnect
2027820278

2027920279
# Email address to contact the customer NOC for operations and maintenance
2028020280
# notifications regarding this Interconnect. If specified, this will be used for
20281-
# notifications in addition to all other forms described, such as Stackdriver
20282-
# logs alerting and Cloud Notifications.
20281+
# notifications in addition to all other forms described, such as Cloud
20282+
# Monitoring logs alerting and Cloud Notifications. This field is required for
20283+
# users who sign up for Cloud Interconnect using workforce identity federation.
2028320284
# Corresponds to the JSON property `nocContactEmail`
2028420285
# @return [String]
2028520286
attr_accessor :noc_contact_email

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ComputeAlpha
1818
# Version of the google-apis-compute_alpha gem
19-
GEM_VERSION = "0.54.0"
19+
GEM_VERSION = "0.55.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.11.0"
2323

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

0 commit comments

Comments
 (0)