google-apis-compute_beta 0.88.0 → 0.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 664a2c26b14b9efd37362292e0fd2e10ddfad30f42426e7434f4c089dda0f630
4
- data.tar.gz: 2251519438a4d671096e350ed3a90fde5b06c37861be08d13605c9aa19fd7ad2
3
+ metadata.gz: 8035812d59185425767e9e46741ccf527d184ef6ef265b3a1e2f98f571267e3b
4
+ data.tar.gz: 62b3dd0b199c4bdb56ec4f18405e3eb2f356a5d04f36c87ab813f8787e316256
5
5
  SHA512:
6
- metadata.gz: 6cfd8105b6caa26a4baeb0d7fc55c3dd20620aaed89733518cc690fde2c93cbf3760fa7c611e8993c71d99a103b7f4e952429a245698799332c20fc9567bbdab
7
- data.tar.gz: fe288b8b382bc1d70b95e139cbb05c85a0a81bfeb20779cbab96d4bf30d3624a91b664187b96a14e33cc3021c9ee4b4bc75958ea9b8731e660962db4dfc94377
6
+ metadata.gz: a9217f6881f293bcbd6a3d0b585496d7ed1351241dc0b9ea278557738a563f982598629dcdd8dd2e5213c1aa7fdbb17dc45f79e4ea92c28ec88936d8e46e2aa1
7
+ data.tar.gz: adbffe297776e29024d64096e3100aa849d0481b51d1b8cc85ca9baa02297a657de2031f03329435a9c5ceafd134b763c4b8134331c8fd953a7dbdc29bd4f45e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.89.0 (2024-01-22)
4
+
5
+ * Regenerated from discovery document revision 20240109
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.88.0 (2024-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20231231
@@ -9872,14 +9872,12 @@ module Google
9872
9872
  attr_accessor :all_ports
9873
9873
  alias_method :all_ports?, :all_ports
9874
9874
 
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.
9883
9881
  # Corresponds to the JSON property `allowGlobalAccess`
9884
9882
  # @return [Boolean]
9885
9883
  attr_accessor :allow_global_access
@@ -11712,8 +11710,9 @@ module Google
11712
11710
  # The ID of a supported feature. To add multiple values, use commas to separate
11713
11711
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
11714
11712
  # 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.
11717
11716
  # Corresponds to the JSON property `type`
11718
11717
  # @return [String]
11719
11718
  attr_accessor :type
@@ -25571,10 +25570,12 @@ module Google
25571
25570
  # @return [String]
25572
25571
  attr_accessor :fqdn
25573
25572
 
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.
25578
25579
  # Corresponds to the JSON property `instance`
25579
25580
  # @return [String]
25580
25581
  attr_accessor :instance
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.88.0"
19
+ GEM_VERSION = "0.89.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231231"
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('https://compute.googleapis.com/', 'compute/beta/',
52
+ super(DEFAULT_ENDPOINT_TEMPLATE, 'compute/beta/',
51
53
  client_name: 'google-apis-compute_beta',
52
54
  client_version: Google::Apis::ComputeBeta::GEM_VERSION)
53
55
  @batch_path = 'batch/compute/beta'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.88.0
4
+ version: 0.89.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-07 00:00:00.000000000 Z
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.11.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.11.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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.88.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.89.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []