google-apis-compute_v1 0.101.0 → 0.103.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f7814569d8157b15724067b1b18bb5fc1d7f3fdbea1664d4910797fb97206f6
4
- data.tar.gz: 5cb11f67b4f26e580e9588a5adece5495081b9dadfcd35688c9213a96b64022a
3
+ metadata.gz: ffbf80047f6087069bff706b83cbfb8526909ba077048f99232bef45f49819cd
4
+ data.tar.gz: fe8dbd2ead0f066271381e06d361a89a98c94a90dc81881dcfd2ece0c5250435
5
5
  SHA512:
6
- metadata.gz: 8c3d966f77bb6698b286929bf1ab272462c95a4e8ccf025e74b0a144aeaa043c31667f58312888a33ba86760b4d0d9096e8a0d86f894eecbda760e253a7442df
7
- data.tar.gz: 5251a8affbb9ebcf39f585e549dd82373d81e1f37e6ec2f902eea761c457143efd848e510a5ed117a601522c2247187254408debfaa1c4316cf972a68ded3e98
6
+ metadata.gz: 3637a28eb3c5da17ed97b6bc4908a489ae2429114ca16a9c94781db1c827c283d5aa97d0ffe0454e0a9a9304266cffd0a268d376499bdb3d8f0ba335ee94b7bf
7
+ data.tar.gz: 19da48e38c3de46197031e4318b7ec9b93ccf7e2500ec9b0dea90d7559238cf61676a2e15eed1f28ef52152ee92403a375aa35a6bfdedc6dc6f3df9e5df763bb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.103.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240723
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.102.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240702
11
+
3
12
  ### v0.101.0 (2024-06-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20240618
@@ -3502,8 +3502,10 @@ module Google
3502
3502
  # set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to
3503
3503
  # INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme
3504
3504
  # set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If
3505
- # sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH,
3506
- # session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH
3505
+ # sessionAffinity is not configured—that is, if session affinity remains at the
3506
+ # default value of NONE—then the default value for localityLbPolicy is
3507
+ # ROUND_ROBIN. If session affinity is set to a value other than NONE, then the
3508
+ # default value for localityLbPolicy is MAGLEV. Only ROUND_ROBIN and RING_HASH
3507
3509
  # are supported when the backend service is referenced by a URL map that is
3508
3510
  # bound to target gRPC proxy that has validateForProxyless field set to true.
3509
3511
  # Corresponds to the JSON property `localityLbPolicy`
@@ -3645,7 +3647,7 @@ module Google
3645
3647
  # @return [Fixnum]
3646
3648
  attr_accessor :timeout_sec
3647
3649
 
3648
- #
3650
+ # [Output Only] List of resources referencing given backend service.
3649
3651
  # Corresponds to the JSON property `usedBy`
3650
3652
  # @return [Array<Google::Apis::ComputeV1::BackendServiceUsedBy>]
3651
3653
  attr_accessor :used_by
@@ -4619,7 +4621,9 @@ module Google
4619
4621
  class BackendServiceUsedBy
4620
4622
  include Google::Apis::Core::Hashable
4621
4623
 
4622
- #
4624
+ # [Output Only] Server-defined URL for resources referencing given
4625
+ # BackendService like UrlMaps, TargetTcpProxies, TargetSslProxies and
4626
+ # ForwardingRule.
4623
4627
  # Corresponds to the JSON property `reference`
4624
4628
  # @return [String]
4625
4629
  attr_accessor :reference
@@ -11147,6 +11151,20 @@ module Google
11147
11151
  # @return [String]
11148
11152
  attr_accessor :self_link
11149
11153
 
11154
+ # The list of cloud regions from which health checks are performed. If any
11155
+ # regions are specified, then exactly 3 regions should be specified. The region
11156
+ # names must be valid names of Google Cloud regions. This can only be set for
11157
+ # global health check. If this list is non-empty, then there are restrictions on
11158
+ # what other health check fields are supported and what other resources can use
11159
+ # this health check: - SSL, HTTP2, and GRPC protocols are not supported. - The
11160
+ # TCP request field is not supported. - The proxyHeader field for HTTP, HTTPS,
11161
+ # and TCP is not supported. - The checkIntervalSec field must be at least 30. -
11162
+ # The health check cannot be used with BackendService nor with managed instance
11163
+ # group auto-healing.
11164
+ # Corresponds to the JSON property `sourceRegions`
11165
+ # @return [Array<String>]
11166
+ attr_accessor :source_regions
11167
+
11150
11168
  #
11151
11169
  # Corresponds to the JSON property `sslHealthCheck`
11152
11170
  # @return [Google::Apis::ComputeV1::SslHealthCheck]
@@ -11197,6 +11215,7 @@ module Google
11197
11215
  @name = args[:name] if args.key?(:name)
11198
11216
  @region = args[:region] if args.key?(:region)
11199
11217
  @self_link = args[:self_link] if args.key?(:self_link)
11218
+ @source_regions = args[:source_regions] if args.key?(:source_regions)
11200
11219
  @ssl_health_check = args[:ssl_health_check] if args.key?(:ssl_health_check)
11201
11220
  @tcp_health_check = args[:tcp_health_check] if args.key?(:tcp_health_check)
11202
11221
  @timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
@@ -14641,10 +14660,15 @@ module Google
14641
14660
  # @return [Array<Google::Apis::ComputeV1::InstanceGroupManagerAutoHealingPolicy>]
14642
14661
  attr_accessor :auto_healing_policies
14643
14662
 
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.
14663
+ # The base instance name is a prefix that you want to attach to the names of all
14664
+ # VMs in a MIG. The maximum character length is 58 and the name must comply with
14665
+ # RFC1035 format. When a VM is created in the group, the MIG appends a hyphen
14666
+ # and a random four-character string to the base instance name. If you want the
14667
+ # MIG to assign sequential numbers instead of a random string, then end the base
14668
+ # instance name with a hyphen followed by one or more hash symbols. The hash
14669
+ # symbols indicate the number of digits. For example, a base instance name of "
14670
+ # vm-###" results in "vm-001" as a VM name. @pattern [a-z](([-a-z0-9]`0,57`)|([-
14671
+ # a-z0-9]`0,51`-#`1,10`(\\[[0-9]`1,10`\\])?))
14648
14672
  # Corresponds to the JSON property `baseInstanceName`
14649
14673
  # @return [String]
14650
14674
  attr_accessor :base_instance_name
@@ -34029,6 +34053,11 @@ module Google
34029
34053
  # @return [String]
34030
34054
  attr_accessor :physical_host
34031
34055
 
34056
+ #
34057
+ # Corresponds to the JSON property `scheduling`
34058
+ # @return [Google::Apis::ComputeV1::ResourceStatusScheduling]
34059
+ attr_accessor :scheduling
34060
+
34032
34061
  # Upcoming Maintenance notification information.
34033
34062
  # Corresponds to the JSON property `upcomingMaintenance`
34034
34063
  # @return [Google::Apis::ComputeV1::UpcomingMaintenance]
@@ -34041,10 +34070,32 @@ module Google
34041
34070
  # Update properties of this object
34042
34071
  def update!(**args)
34043
34072
  @physical_host = args[:physical_host] if args.key?(:physical_host)
34073
+ @scheduling = args[:scheduling] if args.key?(:scheduling)
34044
34074
  @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
34045
34075
  end
34046
34076
  end
34047
34077
 
34078
+ #
34079
+ class ResourceStatusScheduling
34080
+ include Google::Apis::Core::Hashable
34081
+
34082
+ # Specifies the availability domain to place the instance in. The value must be
34083
+ # a number between 1 and the number of availability domains specified in the
34084
+ # spread placement policy attached to the instance.
34085
+ # Corresponds to the JSON property `availabilityDomain`
34086
+ # @return [Fixnum]
34087
+ attr_accessor :availability_domain
34088
+
34089
+ def initialize(**args)
34090
+ update!(**args)
34091
+ end
34092
+
34093
+ # Update properties of this object
34094
+ def update!(**args)
34095
+ @availability_domain = args[:availability_domain] if args.key?(:availability_domain)
34096
+ end
34097
+ end
34098
+
34048
34099
  # Represents a Route resource. A route defines a path from VM instances in the
34049
34100
  # VPC network to a specific destination. This destination can be inside or
34050
34101
  # outside the VPC network. For more information, read the Routes overview.
@@ -36425,6 +36476,13 @@ module Google
36425
36476
  attr_accessor :automatic_restart
36426
36477
  alias_method :automatic_restart?, :automatic_restart
36427
36478
 
36479
+ # Specifies the availability domain to place the instance in. The value must be
36480
+ # a number between 1 and the number of availability domains specified in the
36481
+ # spread placement policy attached to the instance.
36482
+ # Corresponds to the JSON property `availabilityDomain`
36483
+ # @return [Fixnum]
36484
+ attr_accessor :availability_domain
36485
+
36428
36486
  # Specifies the termination action for the instance.
36429
36487
  # Corresponds to the JSON property `instanceTerminationAction`
36430
36488
  # @return [String]
@@ -36505,6 +36563,7 @@ module Google
36505
36563
  # Update properties of this object
36506
36564
  def update!(**args)
36507
36565
  @automatic_restart = args[:automatic_restart] if args.key?(:automatic_restart)
36566
+ @availability_domain = args[:availability_domain] if args.key?(:availability_domain)
36508
36567
  @instance_termination_action = args[:instance_termination_action] if args.key?(:instance_termination_action)
36509
36568
  @local_ssd_recovery_timeout = args[:local_ssd_recovery_timeout] if args.key?(:local_ssd_recovery_timeout)
36510
36569
  @location_hint = args[:location_hint] if args.key?(:location_hint)
@@ -43830,10 +43889,11 @@ module Google
43830
43889
  attr_accessor :authorization_policy
43831
43890
 
43832
43891
  # URL of a certificate map that identifies a certificate map associated with the
43833
- # given target proxy. This field can only be set for global target proxies. If
43834
- # set, sslCertificates will be ignored. Accepted format is //certificatemanager.
43835
- # googleapis.com/projects/`project `/locations/`location`/certificateMaps/`
43836
- # resourceName`.
43892
+ # given target proxy. This field can only be set for Global external Application
43893
+ # Load Balancer or Classic Application Load Balancer. For other products use
43894
+ # Certificate Manager Certificates instead. If set, sslCertificates will be
43895
+ # ignored. Accepted format is //certificatemanager.googleapis.com/projects/`
43896
+ # project `/locations/`location`/certificateMaps/`resourceName`.
43837
43897
  # Corresponds to the JSON property `certificateMap`
43838
43898
  # @return [String]
43839
43899
  attr_accessor :certificate_map
@@ -43941,9 +44001,18 @@ module Google
43941
44001
 
43942
44002
  # URLs to SslCertificate resources that are used to authenticate connections
43943
44003
  # between users and the load balancer. At least one SSL certificate must be
43944
- # specified. Currently, you may specify up to 15 SSL certificates.
43945
- # sslCertificates do not apply when the load balancing scheme is set to
43946
- # INTERNAL_SELF_MANAGED.
44004
+ # specified. SslCertificates do not apply when the load balancing scheme is set
44005
+ # to INTERNAL_SELF_MANAGED. The URLs should refer to a SSL Certificate resource
44006
+ # or Certificate Manager Certificate resource. Mixing Classic Certificates and
44007
+ # Certificate Manager Certificates is not allowed. Certificate Manager
44008
+ # Certificates must include the certificatemanager API. Certificate Manager
44009
+ # Certificates are not supported by Global external Application Load Balancer or
44010
+ # Classic Application Load Balancer, use certificate_map instead. Currently, you
44011
+ # may specify up to 15 Classic SSL Certificates. Certificate Manager
44012
+ # Certificates accepted formats are: - //certificatemanager.googleapis.com/
44013
+ # projects/`project`/locations/` location`/certificates/`resourceName`. - https:/
44014
+ # /certificatemanager.googleapis.com/v1alpha1/projects/`project `/locations/`
44015
+ # location`/certificates/`resourceName`.
43947
44016
  # Corresponds to the JSON property `sslCertificates`
43948
44017
  # @return [Array<String>]
43949
44018
  attr_accessor :ssl_certificates
@@ -46727,8 +46796,9 @@ module Google
46727
46796
  # directed if none of the hostRules match. If defaultRouteAction is also
46728
46797
  # specified, advanced routing actions, such as URL rewrites, take effect before
46729
46798
  # sending the request to the backend. However, if defaultService is specified,
46730
- # defaultRouteAction cannot contain any weightedBackendServices. Conversely, if
46731
- # routeAction specifies any weightedBackendServices, service must not be
46799
+ # defaultRouteAction cannot contain any defaultRouteAction.
46800
+ # weightedBackendServices. Conversely, if defaultRouteAction specifies any
46801
+ # defaultRouteAction.weightedBackendServices, defaultService must not be
46732
46802
  # specified. If defaultService is specified, then set either defaultUrlRedirect ,
46733
46803
  # or defaultRouteAction.weightedBackendService Don't set both. defaultService
46734
46804
  # has no effect when the URL map is bound to a target gRPC proxy that has the
@@ -48060,8 +48130,9 @@ module Google
48060
48130
  attr_accessor :self_link
48061
48131
 
48062
48132
  # 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.
48133
+ # enabled. Possible values are: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. If not
48134
+ # specified, IPV4_ONLY is used if the gateway IP version is IPV4, or IPV4_IPV6
48135
+ # if the gateway IP version is IPV6.
48065
48136
  # Corresponds to the JSON property `stackType`
48066
48137
  # @return [String]
48067
48138
  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.103.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240618"
25
+ REVISION = "20240723"
26
26
  end
27
27
  end
28
28
  end
@@ -4462,6 +4462,12 @@ module Google
4462
4462
  include Google::Apis::Core::JsonObjectSupport
4463
4463
  end
4464
4464
 
4465
+ class ResourceStatusScheduling
4466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4467
+
4468
+ include Google::Apis::Core::JsonObjectSupport
4469
+ end
4470
+
4465
4471
  class Route
4466
4472
  class Representation < Google::Apis::Core::JsonRepresentation; end
4467
4473
 
@@ -9006,6 +9012,7 @@ module Google
9006
9012
  property :name, as: 'name'
9007
9013
  property :region, as: 'region'
9008
9014
  property :self_link, as: 'selfLink'
9015
+ collection :source_regions, as: 'sourceRegions'
9009
9016
  property :ssl_health_check, as: 'sslHealthCheck', class: Google::Apis::ComputeV1::SslHealthCheck, decorator: Google::Apis::ComputeV1::SslHealthCheck::Representation
9010
9017
 
9011
9018
  property :tcp_health_check, as: 'tcpHealthCheck', class: Google::Apis::ComputeV1::TcpHealthCheck, decorator: Google::Apis::ComputeV1::TcpHealthCheck::Representation
@@ -14837,11 +14844,20 @@ module Google
14837
14844
  # @private
14838
14845
  class Representation < Google::Apis::Core::JsonRepresentation
14839
14846
  property :physical_host, as: 'physicalHost'
14847
+ property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::ResourceStatusScheduling, decorator: Google::Apis::ComputeV1::ResourceStatusScheduling::Representation
14848
+
14840
14849
  property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeV1::UpcomingMaintenance, decorator: Google::Apis::ComputeV1::UpcomingMaintenance::Representation
14841
14850
 
14842
14851
  end
14843
14852
  end
14844
14853
 
14854
+ class ResourceStatusScheduling
14855
+ # @private
14856
+ class Representation < Google::Apis::Core::JsonRepresentation
14857
+ property :availability_domain, as: 'availabilityDomain'
14858
+ end
14859
+ end
14860
+
14845
14861
  class Route
14846
14862
  # @private
14847
14863
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15371,6 +15387,7 @@ module Google
15371
15387
  # @private
15372
15388
  class Representation < Google::Apis::Core::JsonRepresentation
15373
15389
  property :automatic_restart, as: 'automaticRestart'
15390
+ property :availability_domain, as: 'availabilityDomain'
15374
15391
  property :instance_termination_action, as: 'instanceTerminationAction'
15375
15392
  property :local_ssd_recovery_timeout, as: 'localSsdRecoveryTimeout', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
15376
15393
 
@@ -7085,7 +7085,7 @@ module Google
7085
7085
  # @param [String] project
7086
7086
  # Project ID for this request.
7087
7087
  # @param [String] operation
7088
- # Name of the Operations resource to delete.
7088
+ # Name of the Operations resource to delete, or its unique numeric identifier.
7089
7089
  # @param [String] fields
7090
7090
  # Selector specifying which fields to include in a partial response.
7091
7091
  # @param [String] quota_user
@@ -7119,7 +7119,7 @@ module Google
7119
7119
  # @param [String] project
7120
7120
  # Project ID for this request.
7121
7121
  # @param [String] operation
7122
- # Name of the Operations resource to return.
7122
+ # Name of the Operations resource to return, or its unique numeric identifier.
7123
7123
  # @param [String] fields
7124
7124
  # Selector specifying which fields to include in a partial response.
7125
7125
  # @param [String] quota_user
@@ -7255,7 +7255,7 @@ module Google
7255
7255
  # @param [String] project
7256
7256
  # Project ID for this request.
7257
7257
  # @param [String] operation
7258
- # Name of the Operations resource to return.
7258
+ # Name of the Operations resource to return, or its unique numeric identifier.
7259
7259
  # @param [String] fields
7260
7260
  # Selector specifying which fields to include in a partial response.
7261
7261
  # @param [String] quota_user
@@ -7289,7 +7289,7 @@ module Google
7289
7289
 
7290
7290
  # Deletes the specified Operations resource.
7291
7291
  # @param [String] operation
7292
- # Name of the Operations resource to delete.
7292
+ # Name of the Operations resource to delete, or its unique numeric identifier.
7293
7293
  # @param [String] parent_id
7294
7294
  # Parent ID for this request.
7295
7295
  # @param [String] fields
@@ -7324,7 +7324,7 @@ module Google
7324
7324
  # Retrieves the specified Operations resource. Gets a list of operations by
7325
7325
  # making a `list()` request.
7326
7326
  # @param [String] operation
7327
- # Name of the Operations resource to return.
7327
+ # Name of the Operations resource to return, or its unique numeric identifier.
7328
7328
  # @param [String] parent_id
7329
7329
  # Parent ID for this request.
7330
7330
  # @param [String] fields
@@ -30753,7 +30753,7 @@ module Google
30753
30753
  # @param [String] region
30754
30754
  # Name of the region for this request.
30755
30755
  # @param [String] operation
30756
- # Name of the Operations resource to delete.
30756
+ # Name of the Operations resource to delete, or its unique numeric identifier.
30757
30757
  # @param [String] fields
30758
30758
  # Selector specifying which fields to include in a partial response.
30759
30759
  # @param [String] quota_user
@@ -30790,7 +30790,7 @@ module Google
30790
30790
  # @param [String] region
30791
30791
  # Name of the region for this request.
30792
30792
  # @param [String] operation
30793
- # Name of the Operations resource to return.
30793
+ # Name of the Operations resource to return, or its unique numeric identifier.
30794
30794
  # @param [String] fields
30795
30795
  # Selector specifying which fields to include in a partial response.
30796
30796
  # @param [String] quota_user
@@ -30932,7 +30932,7 @@ module Google
30932
30932
  # @param [String] region
30933
30933
  # Name of the region for this request.
30934
30934
  # @param [String] operation
30935
- # Name of the Operations resource to return.
30935
+ # Name of the Operations resource to return, or its unique numeric identifier.
30936
30936
  # @param [String] fields
30937
30937
  # Selector specifying which fields to include in a partial response.
30938
30938
  # @param [String] quota_user
@@ -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
@@ -44783,7 +44789,7 @@ module Google
44783
44789
  # @param [String] zone
44784
44790
  # Name of the zone for this request.
44785
44791
  # @param [String] operation
44786
- # Name of the Operations resource to delete.
44792
+ # Name of the Operations resource to delete, or its unique numeric identifier.
44787
44793
  # @param [String] fields
44788
44794
  # Selector specifying which fields to include in a partial response.
44789
44795
  # @param [String] quota_user
@@ -44820,7 +44826,7 @@ module Google
44820
44826
  # @param [String] zone
44821
44827
  # Name of the zone for this request.
44822
44828
  # @param [String] operation
44823
- # Name of the Operations resource to return.
44829
+ # Name of the Operations resource to return, or its unique numeric identifier.
44824
44830
  # @param [String] fields
44825
44831
  # Selector specifying which fields to include in a partial response.
44826
44832
  # @param [String] quota_user
@@ -44962,7 +44968,7 @@ module Google
44962
44968
  # @param [String] zone
44963
44969
  # Name of the zone for this request.
44964
44970
  # @param [String] operation
44965
- # Name of the Operations resource to return.
44971
+ # Name of the Operations resource to return, or its unique numeric identifier.
44966
44972
  # @param [String] fields
44967
44973
  # Selector specifying which fields to include in a partial response.
44968
44974
  # @param [String] quota_user
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.103.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-08-04 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.103.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: []