Skip to content

Commit c53367d

Browse files
feat: Automated regeneration of compute beta client (#17140)
Auto-created at 2024-01-22 22:03:05 +0000 using the toys pull request generator.
1 parent 72237c9 commit c53367d

File tree

6 files changed

+171
-163
lines changed

6 files changed

+171
-163
lines changed

api_names_out.yaml

Lines changed: 144 additions & 144 deletions
Large diffs are not rendered by default.

generated/google-apis-compute_beta/CHANGELOG.md

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

3+
### v0.89.0 (2024-01-22)
4+
5+
* Regenerated from discovery document revision 20240109
6+
* Regenerated using generator version 0.13.0
7+
38
### v0.88.0 (2024-01-07)
49

510
* Regenerated from discovery document revision 20231231

generated/google-apis-compute_beta/google-apis-compute_beta.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
2929
gem.require_paths = ["lib"]
3030

3131
gem.required_ruby_version = '>= 2.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.11.0", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.12.0", "< 2.a"
3333
end

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

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9872,14 +9872,12 @@ class ForwardingRule
98729872
attr_accessor :all_ports
98739873
alias_method :all_ports?, :all_ports
98749874

9875-
# This field is used along with the backend_service field for internal load
9876-
# balancing or with the target field for internal TargetInstance. If set to true,
9877-
# clients can access the internal passthrough Network Load Balancers, the
9878-
# regional internal Application Load Balancer, and the regional internal proxy
9879-
# Network Load Balancer from all regions. If false, only allows access from the
9880-
# local region the load balancer is located at. Note that for INTERNAL_MANAGED
9881-
# forwarding rules, this field cannot be changed after the forwarding rule is
9882-
# created.
9875+
# If set to true, clients can access the internal passthrough Network Load
9876+
# Balancers, the regional internal Application Load Balancer, and the regional
9877+
# internal proxy Network Load Balancer from all regions. If false, only allows
9878+
# access from the local region the load balancer is located at. Note that for
9879+
# INTERNAL_MANAGED forwarding rules, this field cannot be changed after the
9880+
# forwarding rule is created.
98839881
# Corresponds to the JSON property `allowGlobalAccess`
98849882
# @return [Boolean]
98859883
attr_accessor :allow_global_access
@@ -11712,8 +11710,9 @@ class GuestOsFeature
1171211710
# The ID of a supported feature. To add multiple values, use commas to separate
1171311711
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
1171411712
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
11715-
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE - IDPF For
11716-
# more information, see Enabling guest operating system features.
11713+
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
11714+
# TDX_CAPABLE - IDPF For more information, see Enabling guest operating system
11715+
# features.
1171711716
# Corresponds to the JSON property `type`
1171811717
# @return [String]
1171911718
attr_accessor :type
@@ -25571,10 +25570,12 @@ class NetworkEndpoint
2557125570
# @return [String]
2557225571
attr_accessor :fqdn
2557325572

25574-
# The name for a specific VM instance that the IP address belongs to. This is
25575-
# required for network endpoints of type GCE_VM_IP_PORT. The instance must be in
25576-
# the same zone of network endpoint group. The name must be 1-63 characters long,
25577-
# and comply with RFC1035.
25573+
# The name or a URL of a specific VM instance that the IP address belongs to.
25574+
# This is required for network endpoints of type GCE_VM_IP_PORT. The instance
25575+
# must be in the same zone of network endpoint group (for zonal NEGs) or in the
25576+
# zone within the region of the NEG (for regional NEGs). The name must be 1-63
25577+
# characters long, and comply with RFC1035 or be a valid URL pointing to an
25578+
# existing instance.
2557825579
# Corresponds to the JSON property `instance`
2557925580
# @return [String]
2558025581
attr_accessor :instance

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ComputeBeta
1818
# Version of the google-apis-compute_beta gem
19-
GEM_VERSION = "0.88.0"
19+
GEM_VERSION = "0.89.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.12.0"
22+
GENERATOR_VERSION = "0.13.0"
2323

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

generated/google-apis-compute_beta/lib/google/apis/compute_beta/service.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ module ComputeBeta
3232
#
3333
# @see https://cloud.google.com/compute/
3434
class ComputeService < Google::Apis::Core::BaseService
35+
DEFAULT_ENDPOINT_TEMPLATE = "https://compute.$UNIVERSE_DOMAIN$/"
36+
3537
# @return [String]
3638
# API key. Your API key identifies your project and provides you with API access,
3739
# quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -47,7 +49,7 @@ class ComputeService < Google::Apis::Core::BaseService
4749
attr_accessor :user_ip
4850

4951
def initialize
50-
super('https://compute.googleapis.com/', 'compute/beta/',
52+
super(DEFAULT_ENDPOINT_TEMPLATE, 'compute/beta/',
5153
client_name: 'google-apis-compute_beta',
5254
client_version: Google::Apis::ComputeBeta::GEM_VERSION)
5355
@batch_path = 'batch/compute/beta'

0 commit comments

Comments
 (0)