google-apis-compute_v1 0.86.0 → 0.87.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/compute_v1/classes.rb +15 -14
- data/lib/google/apis/compute_v1/gem_version.rb +3 -3
- data/lib/google/apis/compute_v1/service.rb +3 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da7c435b443e7d9c02465e7892677fb6db7ab6bbd6c8447cedd2da091069547c
|
4
|
+
data.tar.gz: 1cbe8ec410a2c11dbc87a0458a5e625c65abe0d7f95c71f6215f8853dccaf23b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c298ad0e73db98e86ae14d074600ebf023641aba436899c87de0747def70dfe04cccf8262762e739e47f91d82285e9680b0a8c01b6fb3ee4df3612f5219aba3
|
7
|
+
data.tar.gz: c295fb0295d44313c0b7ec4a9ef18667007c1b4cf5c58a7c4c9800e8266d344dbfe12b8d2ea669556d7bc94f35e8c91a7f8ef67e98e6d076773129f595b0a7da
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-compute_v1
|
2
2
|
|
3
|
+
### v0.87.0 (2024-01-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240109
|
6
|
+
* Regenerated using generator version 0.13.0
|
7
|
+
|
3
8
|
### v0.86.0 (2024-01-07)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20231231
|
@@ -9481,14 +9481,12 @@ module Google
|
|
9481
9481
|
attr_accessor :all_ports
|
9482
9482
|
alias_method :all_ports?, :all_ports
|
9483
9483
|
|
9484
|
-
#
|
9485
|
-
#
|
9486
|
-
#
|
9487
|
-
#
|
9488
|
-
#
|
9489
|
-
#
|
9490
|
-
# forwarding rules, this field cannot be changed after the forwarding rule is
|
9491
|
-
# created.
|
9484
|
+
# If set to true, clients can access the internal passthrough Network Load
|
9485
|
+
# Balancers, the regional internal Application Load Balancer, and the regional
|
9486
|
+
# internal proxy Network Load Balancer from all regions. If false, only allows
|
9487
|
+
# access from the local region the load balancer is located at. Note that for
|
9488
|
+
# INTERNAL_MANAGED forwarding rules, this field cannot be changed after the
|
9489
|
+
# forwarding rule is created.
|
9492
9490
|
# Corresponds to the JSON property `allowGlobalAccess`
|
9493
9491
|
# @return [Boolean]
|
9494
9492
|
attr_accessor :allow_global_access
|
@@ -10591,8 +10589,9 @@ module Google
|
|
10591
10589
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
10592
10590
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
10593
10591
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
10594
|
-
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
|
10595
|
-
# more information, see Enabling guest operating system
|
10592
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
|
10593
|
+
# TDX_CAPABLE - IDPF For more information, see Enabling guest operating system
|
10594
|
+
# features.
|
10596
10595
|
# Corresponds to the JSON property `type`
|
10597
10596
|
# @return [String]
|
10598
10597
|
attr_accessor :type
|
@@ -22805,10 +22804,12 @@ module Google
|
|
22805
22804
|
# @return [String]
|
22806
22805
|
attr_accessor :fqdn
|
22807
22806
|
|
22808
|
-
# The name
|
22809
|
-
# required for network endpoints of type GCE_VM_IP_PORT. The instance
|
22810
|
-
# the same zone of network endpoint group
|
22811
|
-
#
|
22807
|
+
# The name or a URL of a specific VM instance that the IP address belongs to.
|
22808
|
+
# This is required for network endpoints of type GCE_VM_IP_PORT. The instance
|
22809
|
+
# must be in the same zone of network endpoint group (for zonal NEGs) or in the
|
22810
|
+
# zone within the region of the NEG (for regional NEGs). The name must be 1-63
|
22811
|
+
# characters long, and comply with RFC1035 or be a valid URL pointing to an
|
22812
|
+
# existing instance.
|
22812
22813
|
# Corresponds to the JSON property `instance`
|
22813
22814
|
# @return [String]
|
22814
22815
|
attr_accessor :instance
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.87.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240109"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -32,6 +32,8 @@ module Google
|
|
32
32
|
#
|
33
33
|
# @see https://cloud.google.com/compute/
|
34
34
|
class ComputeService < Google::Apis::Core::BaseService
|
35
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://compute.$UNIVERSE_DOMAIN$/"
|
36
|
+
|
35
37
|
# @return [String]
|
36
38
|
# API key. Your API key identifies your project and provides you with API access,
|
37
39
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
@@ -47,7 +49,7 @@ module Google
|
|
47
49
|
attr_accessor :user_ip
|
48
50
|
|
49
51
|
def initialize
|
50
|
-
super(
|
52
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, 'compute/v1/',
|
51
53
|
client_name: 'google-apis-compute_v1',
|
52
54
|
client_version: Google::Apis::ComputeV1::GEM_VERSION)
|
53
55
|
@batch_path = 'batch/compute/v1'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.87.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.12.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.12.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.87.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|