google-apis-compute_v1 0.101.0 → 0.102.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: 0f7814569d8157b15724067b1b18bb5fc1d7f3fdbea1664d4910797fb97206f6
4
- data.tar.gz: 5cb11f67b4f26e580e9588a5adece5495081b9dadfcd35688c9213a96b64022a
3
+ metadata.gz: c34b2060bc9725d099c89ce3918428176813c0cc2efa85fb5bed9fd3ebd68aa2
4
+ data.tar.gz: 77fa4e70485f5625da682da96cad0a75db89cdfd2984bab780c9a95950f2f00b
5
5
  SHA512:
6
- metadata.gz: 8c3d966f77bb6698b286929bf1ab272462c95a4e8ccf025e74b0a144aeaa043c31667f58312888a33ba86760b4d0d9096e8a0d86f894eecbda760e253a7442df
7
- data.tar.gz: 5251a8affbb9ebcf39f585e549dd82373d81e1f37e6ec2f902eea761c457143efd848e510a5ed117a601522c2247187254408debfaa1c4316cf972a68ded3e98
6
+ metadata.gz: 846efa4a3be99d4fc379d0faec149708f190349ac58687ca3fe310ca963daaa2c66d7561dd65b93986c7c77543cf48597bd69e5567866ee250de82730e5d1786
7
+ data.tar.gz: f1d64d459ce4d427709a79bbacc05c61552f471f37df14a5e1d61729f4919692b4fbdeb12550e8a47126f9e3f03e51442ffaca8de57584b19bec309a7b62917a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.102.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240702
6
+
3
7
  ### v0.101.0 (2024-06-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240618
@@ -3645,7 +3645,7 @@ module Google
3645
3645
  # @return [Fixnum]
3646
3646
  attr_accessor :timeout_sec
3647
3647
 
3648
- #
3648
+ # [Output Only] List of resources referencing given backend service.
3649
3649
  # Corresponds to the JSON property `usedBy`
3650
3650
  # @return [Array<Google::Apis::ComputeV1::BackendServiceUsedBy>]
3651
3651
  attr_accessor :used_by
@@ -4619,7 +4619,9 @@ module Google
4619
4619
  class BackendServiceUsedBy
4620
4620
  include Google::Apis::Core::Hashable
4621
4621
 
4622
- #
4622
+ # [Output Only] Server-defined URL for resources referencing given
4623
+ # BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies and
4624
+ # ForwardingRule.
4623
4625
  # Corresponds to the JSON property `reference`
4624
4626
  # @return [String]
4625
4627
  attr_accessor :reference
@@ -14641,10 +14643,15 @@ module Google
14641
14643
  # @return [Array<Google::Apis::ComputeV1::InstanceGroupManagerAutoHealingPolicy>]
14642
14644
  attr_accessor :auto_healing_policies
14643
14645
 
14644
- # The base instance name to use for instances in this group. The value must be 1-
14645
- # 58 characters long. Instances are named by appending a hyphen and a random
14646
- # four-character string to the base instance name. The base instance name must
14647
- # comply with RFC1035.
14646
+ # The base instance name is a prefix that you want to attach to the names of all
14647
+ # VMs in a MIG. The maximum character length is 58 and the name must comply with
14648
+ # RFC1035 format. When a VM is created in the group, the MIG appends a hyphen
14649
+ # and a random four-character string to the base instance name. If you want the
14650
+ # MIG to assign sequential numbers instead of a random string, then end the base
14651
+ # instance name with a hyphen followed by one or more hash symbols. The hash
14652
+ # symbols indicate the number of digits. For example, a base instance name of "
14653
+ # vm-###" results in "vm-001" as a VM name. @pattern [a-z](([-a-z0-9]`0,57`)|([-
14654
+ # a-z0-9]`0,52`-#`1,10`(\\[[0-9]`1,10`\\])?))
14648
14655
  # Corresponds to the JSON property `baseInstanceName`
14649
14656
  # @return [String]
14650
14657
  attr_accessor :base_instance_name
@@ -36425,6 +36432,13 @@ module Google
36425
36432
  attr_accessor :automatic_restart
36426
36433
  alias_method :automatic_restart?, :automatic_restart
36427
36434
 
36435
+ # Specifies the availability domain to place the instance in. The value must be
36436
+ # a number between 1 and the number of availability domains specified in the
36437
+ # spread placement policy attached to the instance.
36438
+ # Corresponds to the JSON property `availabilityDomain`
36439
+ # @return [Fixnum]
36440
+ attr_accessor :availability_domain
36441
+
36428
36442
  # Specifies the termination action for the instance.
36429
36443
  # Corresponds to the JSON property `instanceTerminationAction`
36430
36444
  # @return [String]
@@ -36505,6 +36519,7 @@ module Google
36505
36519
  # Update properties of this object
36506
36520
  def update!(**args)
36507
36521
  @automatic_restart = args[:automatic_restart] if args.key?(:automatic_restart)
36522
+ @availability_domain = args[:availability_domain] if args.key?(:availability_domain)
36508
36523
  @instance_termination_action = args[:instance_termination_action] if args.key?(:instance_termination_action)
36509
36524
  @local_ssd_recovery_timeout = args[:local_ssd_recovery_timeout] if args.key?(:local_ssd_recovery_timeout)
36510
36525
  @location_hint = args[:location_hint] if args.key?(:location_hint)
@@ -48060,8 +48075,9 @@ module Google
48060
48075
  attr_accessor :self_link
48061
48076
 
48062
48077
  # The stack type for this VPN gateway to identify the IP protocols that are
48063
- # enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified,
48064
- # IPV4_ONLY will be used.
48078
+ # enabled. Possible values are: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. If not
48079
+ # specified, IPV4_ONLY is used if the gateway IP version is IPV4, or IPV4_IPV6
48080
+ # if the gateway IP version is IPV6.
48065
48081
  # Corresponds to the JSON property `stackType`
48066
48082
  # @return [String]
48067
48083
  attr_accessor :stack_type
@@ -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.101.0"
19
+ GEM_VERSION = "0.102.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240618"
25
+ REVISION = "20240702"
26
26
  end
27
27
  end
28
28
  end
@@ -15371,6 +15371,7 @@ module Google
15371
15371
  # @private
15372
15372
  class Representation < Google::Apis::Core::JsonRepresentation
15373
15373
  property :automatic_restart, as: 'automaticRestart'
15374
+ property :availability_domain, as: 'availabilityDomain'
15374
15375
  property :instance_termination_action, as: 'instanceTerminationAction'
15375
15376
  property :local_ssd_recovery_timeout, as: 'localSsdRecoveryTimeout', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
15376
15377
 
@@ -33440,7 +33440,13 @@ module Google
33440
33440
  # information (the `quotas` field). To exclude one or more fields, set your
33441
33441
  # request's `fields` query parameter to only include the fields you need. For
33442
33442
  # example, to only include the `id` and `selfLink` fields, add the query
33443
- # parameter `?fields=id,selfLink` to your request.
33443
+ # parameter `?fields=id,selfLink` to your request. This method fails if the
33444
+ # quota information is unavailable for the region and if the organization policy
33445
+ # constraint compute.requireBasicQuotaInResponse is enforced. This constraint,
33446
+ # when enforced, disables the fail-open behaviour when quota information (the `
33447
+ # items.quotas` field) is unavailable for the region. It is recommended to use
33448
+ # the default setting for the constraint unless your application requires the
33449
+ # fail-closed behaviour for this method.
33444
33450
  # @param [String] project
33445
33451
  # Project ID for this request.
33446
33452
  # @param [String] region
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.101.0
4
+ version: 0.102.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-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.101.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.102.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: []