Skip to content

Commit 8bf06ad

Browse files
feat: Automated regeneration of compute v1 client (#13060)
Auto-created at 2022-12-13 11:16:21 +0000 using the toys pull request generator.
1 parent eafd970 commit 8bf06ad

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

generated/google-apis-compute_v1/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_v1
22

3+
### v0.57.0 (2022-12-13)
4+
5+
* Regenerated from discovery document revision 20221205
6+
37
### v0.56.0 (2022-12-03)
48

59
* Regenerated from discovery document revision 20221126

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16378,8 +16378,9 @@ class Interconnect
1637816378

1637916379
# Email address to contact the customer NOC for operations and maintenance
1638016380
# notifications regarding this Interconnect. If specified, this will be used for
16381-
# notifications in addition to all other forms described, such as Stackdriver
16382-
# logs alerting and Cloud Notifications.
16381+
# notifications in addition to all other forms described, such as Cloud
16382+
# Monitoring logs alerting and Cloud Notifications. This field is required for
16383+
# users who sign up for Cloud Interconnect using workforce identity federation.
1638316384
# Corresponds to the JSON property `nocContactEmail`
1638416385
# @return [String]
1638516386
attr_accessor :noc_contact_email
@@ -28689,13 +28690,6 @@ class Reservation
2868928690
# @return [String]
2869028691
attr_accessor :name
2869128692

28692-
# Resource policies to be added to this reservation. The key is defined by user,
28693-
# and the value is resource policy url. This is to define placement policy with
28694-
# reservation.
28695-
# Corresponds to the JSON property `resourcePolicies`
28696-
# @return [Hash<String,String>]
28697-
attr_accessor :resource_policies
28698-
2869928693
# [Output Only] Reserved for future use.
2870028694
# Corresponds to the JSON property `satisfiesPzs`
2870128695
# @return [Boolean]
@@ -28749,7 +28743,6 @@ def update!(**args)
2874928743
@id = args[:id] if args.key?(:id)
2875028744
@kind = args[:kind] if args.key?(:kind)
2875128745
@name = args[:name] if args.key?(:name)
28752-
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
2875328746
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
2875428747
@self_link = args[:self_link] if args.key?(:self_link)
2875528748
@share_settings = args[:share_settings] if args.key?(:share_settings)

generated/google-apis-compute_v1/lib/google/apis/compute_v1/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 ComputeV1
1818
# Version of the google-apis-compute_v1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.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

generated/google-apis-compute_v1/lib/google/apis/compute_v1/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12681,7 +12681,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
1268112681
property :id, :numeric_string => true, as: 'id'
1268212682
property :kind, as: 'kind'
1268312683
property :name, as: 'name'
12684-
hash :resource_policies, as: 'resourcePolicies'
1268512684
property :satisfies_pzs, as: 'satisfiesPzs'
1268612685
property :self_link, as: 'selfLink'
1268712686
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation

0 commit comments

Comments
 (0)