google-apis-compute_alpha 0.93.0 → 0.94.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: c9368233fa98fc18ac782033c6ba5f25fe2de38a8fc83a38e93b57fb299b4f08
4
- data.tar.gz: 942910bc72ac77e8d6e1a083da4199c287b7a9d2a47a5c5c5566fc2ae6e96cef
3
+ metadata.gz: fbd422bb595f9a140f6e7ca34279f502b9b878477d4a681a3f519c3c76150e97
4
+ data.tar.gz: eaf0599d642a0df0ceef92c2cefba2c7d479655cbe91649314655bbae89e512d
5
5
  SHA512:
6
- metadata.gz: 5899fe42fba542dc1f324806228a411c8c1ab9c9c10d29875d94f566c85fac8fd6b5d3befb467b51c5068ff8e931040396ecc48115f14752afabe461e00c6e6f
7
- data.tar.gz: 2a643049f4fa5ffa8436f0b101a3734dc83be7bcfdd9029528e925db4e187ed10e5c58da72169021044a557cfd2faea7aaa3c19298a7773897f0c30d64f06b39
6
+ metadata.gz: 51f54ffdff79c6bef66ae83adc9a655144f5f61b98e9ef68b07eb0d1fa2d2466dcc13ae8758283b8d487afa48e2d301f29b95c0e271caa29431841dc466feb7d
7
+ data.tar.gz: 1906b658d94850e375e17ac2594342b4648f4791f3642bdffe6e608d369505e57fbb2919396f951b767df78c5287c8df1cb4a776912ffec776d39c74fcec1865
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.94.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240305
6
+
3
7
  ### v0.93.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240227
@@ -3667,35 +3667,6 @@ module Google
3667
3667
  attr_accessor :enable_cdn
3668
3668
  alias_method :enable_cdn?, :enable_cdn
3669
3669
 
3670
- # Specifies the canary migration state. Possible values are PREPARE, TEST, and
3671
- # FINALIZE. To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state
3672
- # must be changed to PREPARE. The state must be changed to FINALIZE before the
3673
- # loadBalancingScheme can be changed to EXTERNAL_MANAGED. Optionally, the TEST
3674
- # state can be used to migrate traffic by percentage using
3675
- # externalManagedMigrationTestingRate. Rolling back a migration requires the
3676
- # states to be set in reverse order. So changing the scheme from
3677
- # EXTERNAL_MANAGED to EXTERNAL requires the state to be set to FINALIZE at the
3678
- # same time. Optionally, the TEST state can be used to migrate some traffic back
3679
- # to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
3680
- # Corresponds to the JSON property `externalManagedMigrationState`
3681
- # @return [String]
3682
- attr_accessor :external_managed_migration_state
3683
-
3684
- # Determines the fraction of requests that should be processed by the Global
3685
- # external Application Load Balancer. The value of this field must be in the
3686
- # range [0, 1]. For example: - A value of 0 will send all requests through the
3687
- # Classic ALB for the given resource. - A value of .001 will send .1% of
3688
- # requests through the Global external ALB for the given resource. - A value of .
3689
- # 01 will send 1% of requests through the Global external ALB for the given
3690
- # resource. - A value of 1 will send all requests through the Global external
3691
- # ALB for the given resource. Session affinity options will slightly affect this
3692
- # routing behavior, for more details, see: Session Affinity. This value is only
3693
- # used if the loadBalancingScheme in the BackendService is set to EXTERNAL when
3694
- # using the classic Application Load Balancer.
3695
- # Corresponds to the JSON property `externalManagedMigrationTestingRate`
3696
- # @return [Float]
3697
- attr_accessor :external_managed_migration_testing_rate
3698
-
3699
3670
  # For load balancers that have configurable failover: [Internal passthrough
3700
3671
  # Network Load Balancers](https://cloud.google.com/load-balancing/docs/internal/
3701
3672
  # failover-overview) and [external passthrough Network Load Balancers](https://
@@ -3998,8 +3969,6 @@ module Google
3998
3969
  @description = args[:description] if args.key?(:description)
3999
3970
  @edge_security_policy = args[:edge_security_policy] if args.key?(:edge_security_policy)
4000
3971
  @enable_cdn = args[:enable_cdn] if args.key?(:enable_cdn)
4001
- @external_managed_migration_state = args[:external_managed_migration_state] if args.key?(:external_managed_migration_state)
4002
- @external_managed_migration_testing_rate = args[:external_managed_migration_testing_rate] if args.key?(:external_managed_migration_testing_rate)
4003
3972
  @failover_policy = args[:failover_policy] if args.key?(:failover_policy)
4004
3973
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
4005
3974
  @ha_policy = args[:ha_policy] if args.key?(:ha_policy)
@@ -6888,10 +6857,10 @@ module Google
6888
6857
  attr_accessor :allow_methods
6889
6858
 
6890
6859
  # Specifies a regular expression that matches allowed origins. For more
6891
- # information about the regular expression syntax, see Syntax. An origin is
6892
- # allowed if it matches either an item in allowOrigins or an item in
6893
- # allowOriginRegexes. Regular expressions can only be used when the
6894
- # loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
6860
+ # information, see regular expression syntax . An origin is allowed if it
6861
+ # matches either an item in allowOrigins or an item in allowOriginRegexes.
6862
+ # Regular expressions can only be used when the loadBalancingScheme is set to
6863
+ # INTERNAL_SELF_MANAGED.
6895
6864
  # Corresponds to the JSON property `allowOriginRegexes`
6896
6865
  # @return [Array<String>]
6897
6866
  attr_accessor :allow_origin_regexes
@@ -6903,8 +6872,8 @@ module Google
6903
6872
  # @return [Array<String>]
6904
6873
  attr_accessor :allow_origins
6905
6874
 
6906
- # If true, the setting specifies the CORS policy is disabled. The default value
6907
- # of false, which indicates that the CORS policy is in effect.
6875
+ # If true, disables the CORS policy. The default value is false, which indicates
6876
+ # that the CORS policy is in effect.
6908
6877
  # Corresponds to the JSON property `disabled`
6909
6878
  # @return [Boolean]
6910
6879
  attr_accessor :disabled
@@ -12218,6 +12187,59 @@ module Google
12218
12187
  end
12219
12188
  end
12220
12189
 
12190
+ #
12191
+ class GrpctlsHealthCheck
12192
+ include Google::Apis::Core::Hashable
12193
+
12194
+ # The gRPC service name for the health check. This field is optional. The value
12195
+ # of grpc_service_name has the following meanings by convention: - Empty
12196
+ # service_name means the overall status of all services at the backend. - Non-
12197
+ # empty service_name means the health of that gRPC service, as defined by the
12198
+ # owner of the service. The grpc_service_name can only be ASCII.
12199
+ # Corresponds to the JSON property `grpcServiceName`
12200
+ # @return [String]
12201
+ attr_accessor :grpc_service_name
12202
+
12203
+ # The TCP port number to which the health check prober sends packets. Valid
12204
+ # values are 1 through 65535.
12205
+ # Corresponds to the JSON property `port`
12206
+ # @return [Fixnum]
12207
+ attr_accessor :port
12208
+
12209
+ # Specifies how a port is selected for health checking. Can be one of the
12210
+ # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
12211
+ # port field in the health check. Supported by backend services for passthrough
12212
+ # load balancers and backend services for proxy load balancers. Not supported by
12213
+ # target pools. The health check supports all backends supported by the backend
12214
+ # service provided the backend can be health checked. For example, GCE_VM_IP
12215
+ # network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance
12216
+ # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
12217
+ # indirect method of specifying the health check port by referring to the
12218
+ # backend service. Only supported by backend services for proxy load balancers.
12219
+ # Not supported by target pools. Not supported by backend services for
12220
+ # passthrough load balancers. Supports all backends that can be health checked;
12221
+ # for example, GCE_VM_IP_PORT network endpoint groups and instance group
12222
+ # backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
12223
+ # uses the port number specified for each endpoint in the network endpoint group.
12224
+ # For instance group backends, the health check uses the port number determined
12225
+ # by looking up the backend service's named port in the instance group's list of
12226
+ # named ports.
12227
+ # Corresponds to the JSON property `portSpecification`
12228
+ # @return [String]
12229
+ attr_accessor :port_specification
12230
+
12231
+ def initialize(**args)
12232
+ update!(**args)
12233
+ end
12234
+
12235
+ # Update properties of this object
12236
+ def update!(**args)
12237
+ @grpc_service_name = args[:grpc_service_name] if args.key?(:grpc_service_name)
12238
+ @port = args[:port] if args.key?(:port)
12239
+ @port_specification = args[:port_specification] if args.key?(:port_specification)
12240
+ end
12241
+ end
12242
+
12221
12243
  #
12222
12244
  class GetOwnerInstanceResponse
12223
12245
  include Google::Apis::Core::Hashable
@@ -12917,6 +12939,11 @@ module Google
12917
12939
  # @return [Google::Apis::ComputeAlpha::GrpcHealthCheck]
12918
12940
  attr_accessor :grpc_health_check
12919
12941
 
12942
+ #
12943
+ # Corresponds to the JSON property `grpcTlsHealthCheck`
12944
+ # @return [Google::Apis::ComputeAlpha::GrpctlsHealthCheck]
12945
+ attr_accessor :grpc_tls_health_check
12946
+
12920
12947
  # A so-far unhealthy instance will be marked healthy after this many consecutive
12921
12948
  # successes. The default value is 2.
12922
12949
  # Corresponds to the JSON property `healthyThreshold`
@@ -13041,6 +13068,7 @@ module Google
13041
13068
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
13042
13069
  @description = args[:description] if args.key?(:description)
13043
13070
  @grpc_health_check = args[:grpc_health_check] if args.key?(:grpc_health_check)
13071
+ @grpc_tls_health_check = args[:grpc_tls_health_check] if args.key?(:grpc_tls_health_check)
13044
13072
  @healthy_threshold = args[:healthy_threshold] if args.key?(:healthy_threshold)
13045
13073
  @http2_health_check = args[:http2_health_check] if args.key?(:http2_health_check)
13046
13074
  @http_health_check = args[:http_health_check] if args.key?(:http_health_check)
@@ -17829,7 +17857,8 @@ module Google
17829
17857
  class InstanceGroupManagerResizeRequest
17830
17858
  include Google::Apis::Core::Hashable
17831
17859
 
17832
- # The count of instances to create as part of this resize request.
17860
+ # This field is deprecated, please use resize_by instead. The count of instances
17861
+ # to create as part of this resize request.
17833
17862
  # Corresponds to the JSON property `count`
17834
17863
  # @return [Fixnum]
17835
17864
  attr_accessor :count
@@ -26909,6 +26938,15 @@ module Google
26909
26938
  # @return [String]
26910
26939
  attr_accessor :network_firewall_policy_enforcement_order
26911
26940
 
26941
+ # A full or partial URL of the network placement to apply to this network. This
26942
+ # field can be set only at resource creation time. For example, the following
26943
+ # are valid URLs: - https://www.googleapis.com/compute/alpha/projects/`
26944
+ # project_id`/global/networkPlacements/`network_placement_name` - projects/`
26945
+ # project_id`/global/networkPlacements/`network_placement_name`
26946
+ # Corresponds to the JSON property `networkPlacement`
26947
+ # @return [String]
26948
+ attr_accessor :network_placement
26949
+
26912
26950
  # [Output Only] A list of network peerings for the resource.
26913
26951
  # Corresponds to the JSON property `peerings`
26914
26952
  # @return [Array<Google::Apis::ComputeAlpha::NetworkPeering>]
@@ -26963,6 +27001,7 @@ module Google
26963
27001
  @mtu = args[:mtu] if args.key?(:mtu)
26964
27002
  @name = args[:name] if args.key?(:name)
26965
27003
  @network_firewall_policy_enforcement_order = args[:network_firewall_policy_enforcement_order] if args.key?(:network_firewall_policy_enforcement_order)
27004
+ @network_placement = args[:network_placement] if args.key?(:network_placement)
26966
27005
  @peerings = args[:peerings] if args.key?(:peerings)
26967
27006
  @region = args[:region] if args.key?(:region)
26968
27007
  @routing_config = args[:routing_config] if args.key?(:routing_config)
@@ -36095,6 +36134,12 @@ module Google
36095
36134
  # @return [String]
36096
36135
  attr_accessor :name
36097
36136
 
36137
+ # [Output Only] Warning of fetching the `quotas` field for this region. This
36138
+ # field is populated only if fetching of the `quotas` field fails.
36139
+ # Corresponds to the JSON property `quotaStatusWarning`
36140
+ # @return [Google::Apis::ComputeAlpha::Region::QuotaStatusWarning]
36141
+ attr_accessor :quota_status_warning
36142
+
36098
36143
  # [Output Only] Quotas assigned to this region.
36099
36144
  # Corresponds to the JSON property `quotas`
36100
36145
  # @return [Array<Google::Apis::ComputeAlpha::Quota>]
@@ -36139,6 +36184,7 @@ module Google
36139
36184
  @id = args[:id] if args.key?(:id)
36140
36185
  @kind = args[:kind] if args.key?(:kind)
36141
36186
  @name = args[:name] if args.key?(:name)
36187
+ @quota_status_warning = args[:quota_status_warning] if args.key?(:quota_status_warning)
36142
36188
  @quotas = args[:quotas] if args.key?(:quotas)
36143
36189
  @self_link = args[:self_link] if args.key?(:self_link)
36144
36190
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
@@ -36146,6 +36192,71 @@ module Google
36146
36192
  @supports_pzs = args[:supports_pzs] if args.key?(:supports_pzs)
36147
36193
  @zones = args[:zones] if args.key?(:zones)
36148
36194
  end
36195
+
36196
+ # [Output Only] Warning of fetching the `quotas` field for this region. This
36197
+ # field is populated only if fetching of the `quotas` field fails.
36198
+ class QuotaStatusWarning
36199
+ include Google::Apis::Core::Hashable
36200
+
36201
+ # [Output Only] A warning code, if applicable. For example, Compute Engine
36202
+ # returns NO_RESULTS_ON_PAGE if there are no results in the response.
36203
+ # Corresponds to the JSON property `code`
36204
+ # @return [String]
36205
+ attr_accessor :code
36206
+
36207
+ # [Output Only] Metadata about this warning in key: value format. For example: "
36208
+ # data": [ ` "key": "scope", "value": "zones/us-east1-d" `
36209
+ # Corresponds to the JSON property `data`
36210
+ # @return [Array<Google::Apis::ComputeAlpha::Region::QuotaStatusWarning::Datum>]
36211
+ attr_accessor :data
36212
+
36213
+ # [Output Only] A human-readable description of the warning code.
36214
+ # Corresponds to the JSON property `message`
36215
+ # @return [String]
36216
+ attr_accessor :message
36217
+
36218
+ def initialize(**args)
36219
+ update!(**args)
36220
+ end
36221
+
36222
+ # Update properties of this object
36223
+ def update!(**args)
36224
+ @code = args[:code] if args.key?(:code)
36225
+ @data = args[:data] if args.key?(:data)
36226
+ @message = args[:message] if args.key?(:message)
36227
+ end
36228
+
36229
+ #
36230
+ class Datum
36231
+ include Google::Apis::Core::Hashable
36232
+
36233
+ # [Output Only] A key that provides more detail on the warning being returned.
36234
+ # For example, for warnings where there are no results in a list request for a
36235
+ # particular zone, this key might be scope and the key value might be the zone
36236
+ # name. Other examples might be a key indicating a deprecated resource and a
36237
+ # suggested replacement, or a warning about invalid network settings (for
36238
+ # example, if an instance attempts to perform IP forwarding but is not enabled
36239
+ # for IP forwarding).
36240
+ # Corresponds to the JSON property `key`
36241
+ # @return [String]
36242
+ attr_accessor :key
36243
+
36244
+ # [Output Only] A warning data value corresponding to the key.
36245
+ # Corresponds to the JSON property `value`
36246
+ # @return [String]
36247
+ attr_accessor :value
36248
+
36249
+ def initialize(**args)
36250
+ update!(**args)
36251
+ end
36252
+
36253
+ # Update properties of this object
36254
+ def update!(**args)
36255
+ @key = args[:key] if args.key?(:key)
36256
+ @value = args[:value] if args.key?(:value)
36257
+ end
36258
+ end
36259
+ end
36149
36260
  end
36150
36261
 
36151
36262
  #
@@ -37711,7 +37822,7 @@ module Google
37711
37822
  attr_accessor :rules
37712
37823
 
37713
37824
  # [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
37714
- # NETWORK, NETWORK_REGIONAL.
37825
+ # NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.
37715
37826
  # Corresponds to the JSON property `type`
37716
37827
  # @return [String]
37717
37828
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.93.0"
19
+ GEM_VERSION = "0.94.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240227"
25
+ REVISION = "20240305"
26
26
  end
27
27
  end
28
28
  end
@@ -1444,6 +1444,12 @@ module Google
1444
1444
  include Google::Apis::Core::JsonObjectSupport
1445
1445
  end
1446
1446
 
1447
+ class GrpctlsHealthCheck
1448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1449
+
1450
+ include Google::Apis::Core::JsonObjectSupport
1451
+ end
1452
+
1447
1453
  class GetOwnerInstanceResponse
1448
1454
  class Representation < Google::Apis::Core::JsonRepresentation; end
1449
1455
 
@@ -4602,6 +4608,18 @@ module Google
4602
4608
 
4603
4609
  class Region
4604
4610
  class Representation < Google::Apis::Core::JsonRepresentation; end
4611
+
4612
+ class QuotaStatusWarning
4613
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4614
+
4615
+ class Datum
4616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4617
+
4618
+ include Google::Apis::Core::JsonObjectSupport
4619
+ end
4620
+
4621
+ include Google::Apis::Core::JsonObjectSupport
4622
+ end
4605
4623
 
4606
4624
  include Google::Apis::Core::JsonObjectSupport
4607
4625
  end
@@ -8416,8 +8434,6 @@ module Google
8416
8434
  property :description, as: 'description'
8417
8435
  property :edge_security_policy, as: 'edgeSecurityPolicy'
8418
8436
  property :enable_cdn, as: 'enableCDN'
8419
- property :external_managed_migration_state, as: 'externalManagedMigrationState'
8420
- property :external_managed_migration_testing_rate, as: 'externalManagedMigrationTestingRate'
8421
8437
  property :failover_policy, as: 'failoverPolicy', class: Google::Apis::ComputeAlpha::BackendServiceFailoverPolicy, decorator: Google::Apis::ComputeAlpha::BackendServiceFailoverPolicy::Representation
8422
8438
 
8423
8439
  property :fingerprint, :base64 => true, as: 'fingerprint'
@@ -10369,6 +10385,15 @@ module Google
10369
10385
  end
10370
10386
  end
10371
10387
 
10388
+ class GrpctlsHealthCheck
10389
+ # @private
10390
+ class Representation < Google::Apis::Core::JsonRepresentation
10391
+ property :grpc_service_name, as: 'grpcServiceName'
10392
+ property :port, as: 'port'
10393
+ property :port_specification, as: 'portSpecification'
10394
+ end
10395
+ end
10396
+
10372
10397
  class GetOwnerInstanceResponse
10373
10398
  # @private
10374
10399
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10528,6 +10553,8 @@ module Google
10528
10553
  property :description, as: 'description'
10529
10554
  property :grpc_health_check, as: 'grpcHealthCheck', class: Google::Apis::ComputeAlpha::GrpcHealthCheck, decorator: Google::Apis::ComputeAlpha::GrpcHealthCheck::Representation
10530
10555
 
10556
+ property :grpc_tls_health_check, as: 'grpcTlsHealthCheck', class: Google::Apis::ComputeAlpha::GrpctlsHealthCheck, decorator: Google::Apis::ComputeAlpha::GrpctlsHealthCheck::Representation
10557
+
10531
10558
  property :healthy_threshold, as: 'healthyThreshold'
10532
10559
  property :http2_health_check, as: 'http2HealthCheck', class: Google::Apis::ComputeAlpha::Http2HealthCheck, decorator: Google::Apis::ComputeAlpha::Http2HealthCheck::Representation
10533
10560
 
@@ -14034,6 +14061,7 @@ module Google
14034
14061
  property :mtu, as: 'mtu'
14035
14062
  property :name, as: 'name'
14036
14063
  property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
14064
+ property :network_placement, as: 'networkPlacement'
14037
14065
  collection :peerings, as: 'peerings', class: Google::Apis::ComputeAlpha::NetworkPeering, decorator: Google::Apis::ComputeAlpha::NetworkPeering::Representation
14038
14066
 
14039
14067
  property :region, as: 'region'
@@ -16364,6 +16392,8 @@ module Google
16364
16392
  property :id, :numeric_string => true, as: 'id'
16365
16393
  property :kind, as: 'kind'
16366
16394
  property :name, as: 'name'
16395
+ property :quota_status_warning, as: 'quotaStatusWarning', class: Google::Apis::ComputeAlpha::Region::QuotaStatusWarning, decorator: Google::Apis::ComputeAlpha::Region::QuotaStatusWarning::Representation
16396
+
16367
16397
  collection :quotas, as: 'quotas', class: Google::Apis::ComputeAlpha::Quota, decorator: Google::Apis::ComputeAlpha::Quota::Representation
16368
16398
 
16369
16399
  property :self_link, as: 'selfLink'
@@ -16372,6 +16402,24 @@ module Google
16372
16402
  property :supports_pzs, as: 'supportsPzs'
16373
16403
  collection :zones, as: 'zones'
16374
16404
  end
16405
+
16406
+ class QuotaStatusWarning
16407
+ # @private
16408
+ class Representation < Google::Apis::Core::JsonRepresentation
16409
+ property :code, as: 'code'
16410
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::Region::QuotaStatusWarning::Datum, decorator: Google::Apis::ComputeAlpha::Region::QuotaStatusWarning::Datum::Representation
16411
+
16412
+ property :message, as: 'message'
16413
+ end
16414
+
16415
+ class Datum
16416
+ # @private
16417
+ class Representation < Google::Apis::Core::JsonRepresentation
16418
+ property :key, as: 'key'
16419
+ property :value, as: 'value'
16420
+ end
16421
+ end
16422
+ end
16375
16423
  end
16376
16424
 
16377
16425
  class RegionAddressesMoveRequest
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.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-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-17 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.93.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.94.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []