google-cloud-compute-v1 2.16.0 → 2.17.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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Compute
23
23
  module V1
24
- VERSION = "2.16.0"
24
+ VERSION = "2.17.0"
25
25
  end
26
26
  end
27
27
  end
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -4921,6 +4921,8 @@ module Google
4921
4921
 
4922
4922
  ACCELERATOR_OPTIMIZED_A3_MEGA = 156_517_459
4923
4923
 
4924
+ ACCELERATOR_OPTIMIZED_A3_ULTRA = 27_812_811
4925
+
4924
4926
  COMPUTE_OPTIMIZED = 158_349_023
4925
4927
 
4926
4928
  COMPUTE_OPTIMIZED_C2D = 383_246_453
@@ -28966,6 +28968,9 @@ module Google
28966
28968
  # @!attribute [rw] availability_domain
28967
28969
  # @return [::Integer]
28968
28970
  # Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
28971
+ # @!attribute [rw] host_error_timeout_seconds
28972
+ # @return [::Integer]
28973
+ # Specify the time in seconds for host error detection, the value must be within the range of [90, 330] with the increment of 30, if unset, the default behavior of host error recovery will be used.
28969
28974
  # @!attribute [rw] instance_termination_action
28970
28975
  # @return [::String]
28971
28976
  # Specifies the termination action for the instance.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-compute-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.16.0
4
+ version: 2.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-01-31 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -677,7 +677,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
677
677
  - !ruby/object:Gem::Version
678
678
  version: '0'
679
679
  requirements: []
680
- rubygems_version: 3.6.2
680
+ rubygems_version: 3.6.3
681
681
  specification_version: 4
682
682
  summary: API Client library for the Google Cloud Compute V1 API
683
683
  test_files: []