google-apis-compute_beta 0.117.0 → 0.119.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.
@@ -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.117.0"
19
+ GEM_VERSION = "0.119.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250626"
25
+ REVISION = "20250728"
26
26
  end
27
27
  end
28
28
  end
@@ -202,6 +202,12 @@ module Google
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
+ class AllocationResourceStatusHealthInfo
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
205
211
  class AllocationResourceStatusSpecificSkuAllocation
206
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
213
 
@@ -430,6 +436,12 @@ module Google
430
436
  include Google::Apis::Core::JsonObjectSupport
431
437
  end
432
438
 
439
+ class BackendBucketParams
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
433
445
  class BackendBucketUsedBy
434
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
435
447
 
@@ -622,6 +634,12 @@ module Google
622
634
  include Google::Apis::Core::JsonObjectSupport
623
635
  end
624
636
 
637
+ class BackendServiceParams
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
625
643
  class BackendServiceReference
626
644
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
645
 
@@ -4732,18 +4750,6 @@ module Google
4732
4750
  include Google::Apis::Core::JsonObjectSupport
4733
4751
  end
4734
4752
 
4735
- class PreviewFeatureRolloutOperationRolloutStatus
4736
- class Representation < Google::Apis::Core::JsonRepresentation; end
4737
-
4738
- include Google::Apis::Core::JsonObjectSupport
4739
- end
4740
-
4741
- class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata
4742
- class Representation < Google::Apis::Core::JsonRepresentation; end
4743
-
4744
- include Google::Apis::Core::JsonObjectSupport
4745
- end
4746
-
4747
4753
  class PreviewFeatureStatus
4748
4754
  class Representation < Google::Apis::Core::JsonRepresentation; end
4749
4755
 
@@ -5326,12 +5332,30 @@ module Google
5326
5332
  include Google::Apis::Core::JsonObjectSupport
5327
5333
  end
5328
5334
 
5335
+ class ReservationBlockHealthInfo
5336
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5337
+
5338
+ include Google::Apis::Core::JsonObjectSupport
5339
+ end
5340
+
5329
5341
  class ReservationBlockPhysicalTopology
5330
5342
  class Representation < Google::Apis::Core::JsonRepresentation; end
5331
5343
 
5332
5344
  include Google::Apis::Core::JsonObjectSupport
5333
5345
  end
5334
5346
 
5347
+ class ReservationBlockPhysicalTopologyInstance
5348
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5349
+
5350
+ include Google::Apis::Core::JsonObjectSupport
5351
+ end
5352
+
5353
+ class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology
5354
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5355
+
5356
+ include Google::Apis::Core::JsonObjectSupport
5357
+ end
5358
+
5335
5359
  class ReservationBlocksGetResponse
5336
5360
  class Representation < Google::Apis::Core::JsonRepresentation; end
5337
5361
 
@@ -5380,6 +5404,12 @@ module Google
5380
5404
  include Google::Apis::Core::JsonObjectSupport
5381
5405
  end
5382
5406
 
5407
+ class ReservationSubBlockHealthInfo
5408
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5409
+
5410
+ include Google::Apis::Core::JsonObjectSupport
5411
+ end
5412
+
5383
5413
  class ReservationSubBlockPhysicalTopology
5384
5414
  class Representation < Google::Apis::Core::JsonRepresentation; end
5385
5415
 
@@ -6910,6 +6940,24 @@ module Google
6910
6940
  include Google::Apis::Core::JsonObjectSupport
6911
6941
  end
6912
6942
 
6943
+ class SubnetworkUtilizationDetails
6944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6945
+
6946
+ include Google::Apis::Core::JsonObjectSupport
6947
+ end
6948
+
6949
+ class SubnetworkUtilizationDetailsIpv4Utilization
6950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6951
+
6952
+ include Google::Apis::Core::JsonObjectSupport
6953
+ end
6954
+
6955
+ class SubnetworkUtilizationDetailsIpv6Utilization
6956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6957
+
6958
+ include Google::Apis::Core::JsonObjectSupport
6959
+ end
6960
+
6913
6961
  class SubnetworksExpandIpCidrRangeRequest
6914
6962
  class Representation < Google::Apis::Core::JsonRepresentation; end
6915
6963
 
@@ -8322,6 +8370,8 @@ module Google
8322
8370
  class AllocationResourceStatus
8323
8371
  # @private
8324
8372
  class Representation < Google::Apis::Core::JsonRepresentation
8373
+ property :health_info, as: 'healthInfo', class: Google::Apis::ComputeBeta::AllocationResourceStatusHealthInfo, decorator: Google::Apis::ComputeBeta::AllocationResourceStatusHealthInfo::Representation
8374
+
8325
8375
  property :reservation_block_count, as: 'reservationBlockCount'
8326
8376
  property :reservation_maintenance, as: 'reservationMaintenance', class: Google::Apis::ComputeBeta::GroupMaintenanceInfo, decorator: Google::Apis::ComputeBeta::GroupMaintenanceInfo::Representation
8327
8377
 
@@ -8330,6 +8380,15 @@ module Google
8330
8380
  end
8331
8381
  end
8332
8382
 
8383
+ class AllocationResourceStatusHealthInfo
8384
+ # @private
8385
+ class Representation < Google::Apis::Core::JsonRepresentation
8386
+ property :degraded_block_count, as: 'degradedBlockCount'
8387
+ property :health_status, as: 'healthStatus'
8388
+ property :healthy_block_count, as: 'healthyBlockCount'
8389
+ end
8390
+ end
8391
+
8333
8392
  class AllocationResourceStatusSpecificSkuAllocation
8334
8393
  # @private
8335
8394
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8690,6 +8749,8 @@ module Google
8690
8749
  property :kind, as: 'kind'
8691
8750
  property :load_balancing_scheme, as: 'loadBalancingScheme'
8692
8751
  property :name, as: 'name'
8752
+ property :params, as: 'params', class: Google::Apis::ComputeBeta::BackendBucketParams, decorator: Google::Apis::ComputeBeta::BackendBucketParams::Representation
8753
+
8693
8754
  property :self_link, as: 'selfLink'
8694
8755
  collection :used_by, as: 'usedBy', class: Google::Apis::ComputeBeta::BackendBucketUsedBy, decorator: Google::Apis::ComputeBeta::BackendBucketUsedBy::Representation
8695
8756
 
@@ -8804,6 +8865,13 @@ module Google
8804
8865
  end
8805
8866
  end
8806
8867
 
8868
+ class BackendBucketParams
8869
+ # @private
8870
+ class Representation < Google::Apis::Core::JsonRepresentation
8871
+ hash :resource_manager_tags, as: 'resourceManagerTags'
8872
+ end
8873
+ end
8874
+
8807
8875
  class BackendBucketUsedBy
8808
8876
  # @private
8809
8877
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8875,6 +8943,8 @@ module Google
8875
8943
 
8876
8944
  property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeBeta::OutlierDetection, decorator: Google::Apis::ComputeBeta::OutlierDetection::Representation
8877
8945
 
8946
+ property :params, as: 'params', class: Google::Apis::ComputeBeta::BackendServiceParams, decorator: Google::Apis::ComputeBeta::BackendServiceParams::Representation
8947
+
8878
8948
  property :port, as: 'port'
8879
8949
  property :port_name, as: 'portName'
8880
8950
  property :protocol, as: 'protocol'
@@ -9179,6 +9249,13 @@ module Google
9179
9249
  end
9180
9250
  end
9181
9251
 
9252
+ class BackendServiceParams
9253
+ # @private
9254
+ class Representation < Google::Apis::Core::JsonRepresentation
9255
+ hash :resource_manager_tags, as: 'resourceManagerTags'
9256
+ end
9257
+ end
9258
+
9182
9259
  class BackendServiceReference
9183
9260
  # @private
9184
9261
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14939,14 +15016,12 @@ module Google
14939
15016
  class MultiMigsList
14940
15017
  # @private
14941
15018
  class Representation < Google::Apis::Core::JsonRepresentation
14942
- property :etag, as: 'etag'
14943
15019
  property :id, as: 'id'
14944
15020
  collection :items, as: 'items', class: Google::Apis::ComputeBeta::MultiMig, decorator: Google::Apis::ComputeBeta::MultiMig::Representation
14945
15021
 
14946
15022
  property :kind, as: 'kind'
14947
15023
  property :next_page_token, as: 'nextPageToken'
14948
15024
  property :self_link, as: 'selfLink'
14949
- collection :unreachables, as: 'unreachables'
14950
15025
  property :warning, as: 'warning', class: Google::Apis::ComputeBeta::MultiMigsList::Warning, decorator: Google::Apis::ComputeBeta::MultiMigsList::Warning::Representation
14951
15026
 
14952
15027
  end
@@ -16928,8 +17003,6 @@ module Google
16928
17003
  class Representation < Google::Apis::Core::JsonRepresentation
16929
17004
  property :rollout_input, as: 'rolloutInput', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutInput, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutInput::Representation
16930
17005
 
16931
- property :rollout_status, as: 'rolloutStatus', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatus, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatus::Representation
16932
-
16933
17006
  end
16934
17007
  end
16935
17008
 
@@ -16938,27 +17011,6 @@ module Google
16938
17011
  class Representation < Google::Apis::Core::JsonRepresentation
16939
17012
  property :name, as: 'name'
16940
17013
  property :predefined_rollout_plan, as: 'predefinedRolloutPlan'
16941
- property :retry_uuid, as: 'retryUuid'
16942
- end
16943
- end
16944
-
16945
- class PreviewFeatureRolloutOperationRolloutStatus
16946
- # @private
16947
- class Representation < Google::Apis::Core::JsonRepresentation
16948
- collection :ongoing_rollouts, as: 'ongoingRollouts', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata::Representation
16949
-
16950
- property :previous_rollout, as: 'previousRollout', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata::Representation
16951
-
16952
- end
16953
- end
16954
-
16955
- class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata
16956
- # @private
16957
- class Representation < Google::Apis::Core::JsonRepresentation
16958
- property :rollout, as: 'rollout'
16959
- property :rollout_plan, as: 'rolloutPlan'
16960
- property :status, as: 'status', class: Google::Apis::ComputeBeta::PreviewFeatureStatus, decorator: Google::Apis::ComputeBeta::PreviewFeatureStatus::Representation
16961
-
16962
17014
  end
16963
17015
  end
16964
17016
 
@@ -16966,6 +17018,7 @@ module Google
16966
17018
  # @private
16967
17019
  class Representation < Google::Apis::Core::JsonRepresentation
16968
17020
  property :description, as: 'description'
17021
+ property :help_link, as: 'helpLink'
16969
17022
  property :release_status, as: 'releaseStatus', class: Google::Apis::ComputeBeta::PreviewFeatureStatusReleaseStatus, decorator: Google::Apis::ComputeBeta::PreviewFeatureStatusReleaseStatus::Representation
16970
17023
 
16971
17024
  end
@@ -17882,6 +17935,7 @@ module Google
17882
17935
  property :kind, as: 'kind'
17883
17936
  collection :linked_commitments, as: 'linkedCommitments'
17884
17937
  property :name, as: 'name'
17938
+ property :protection_tier, as: 'protectionTier'
17885
17939
  property :reservation_mode, as: 'reservationMode'
17886
17940
  property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeBeta::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeBeta::AllocationReservationSharingPolicy::Representation
17887
17941
 
@@ -17889,6 +17943,7 @@ module Google
17889
17943
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::AllocationResourceStatus, decorator: Google::Apis::ComputeBeta::AllocationResourceStatus::Representation
17890
17944
 
17891
17945
  property :satisfies_pzs, as: 'satisfiesPzs'
17946
+ property :scheduling_type, as: 'schedulingType'
17892
17947
  property :self_link, as: 'selfLink'
17893
17948
  property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeBeta::ShareSettings, decorator: Google::Apis::ComputeBeta::ShareSettings::Representation
17894
17949
 
@@ -17947,6 +18002,8 @@ module Google
17947
18002
  class Representation < Google::Apis::Core::JsonRepresentation
17948
18003
  property :count, as: 'count'
17949
18004
  property :creation_timestamp, as: 'creationTimestamp'
18005
+ property :health_info, as: 'healthInfo', class: Google::Apis::ComputeBeta::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeBeta::ReservationBlockHealthInfo::Representation
18006
+
17950
18007
  property :id, :numeric_string => true, as: 'id'
17951
18008
  property :in_use_count, as: 'inUseCount'
17952
18009
  property :kind, as: 'kind'
@@ -17964,11 +18021,40 @@ module Google
17964
18021
  end
17965
18022
  end
17966
18023
 
18024
+ class ReservationBlockHealthInfo
18025
+ # @private
18026
+ class Representation < Google::Apis::Core::JsonRepresentation
18027
+ property :degraded_sub_block_count, as: 'degradedSubBlockCount'
18028
+ property :health_status, as: 'healthStatus'
18029
+ property :healthy_sub_block_count, as: 'healthySubBlockCount'
18030
+ end
18031
+ end
18032
+
17967
18033
  class ReservationBlockPhysicalTopology
17968
18034
  # @private
17969
18035
  class Representation < Google::Apis::Core::JsonRepresentation
17970
18036
  property :block, as: 'block'
17971
18037
  property :cluster, as: 'cluster'
18038
+ collection :instances, as: 'instances', class: Google::Apis::ComputeBeta::ReservationBlockPhysicalTopologyInstance, decorator: Google::Apis::ComputeBeta::ReservationBlockPhysicalTopologyInstance::Representation
18039
+
18040
+ end
18041
+ end
18042
+
18043
+ class ReservationBlockPhysicalTopologyInstance
18044
+ # @private
18045
+ class Representation < Google::Apis::Core::JsonRepresentation
18046
+ property :instance_id, :numeric_string => true, as: 'instanceId'
18047
+ property :physical_host_topology, as: 'physicalHostTopology', class: Google::Apis::ComputeBeta::ReservationBlockPhysicalTopologyInstancePhysicalHostTopology, decorator: Google::Apis::ComputeBeta::ReservationBlockPhysicalTopologyInstancePhysicalHostTopology::Representation
18048
+
18049
+ property :project_id, :numeric_string => true, as: 'projectId'
18050
+ end
18051
+ end
18052
+
18053
+ class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology
18054
+ # @private
18055
+ class Representation < Google::Apis::Core::JsonRepresentation
18056
+ property :host, as: 'host'
18057
+ property :sub_block, as: 'subBlock'
17972
18058
  end
17973
18059
  end
17974
18060
 
@@ -18049,6 +18135,8 @@ module Google
18049
18135
  class Representation < Google::Apis::Core::JsonRepresentation
18050
18136
  property :count, as: 'count'
18051
18137
  property :creation_timestamp, as: 'creationTimestamp'
18138
+ property :health_info, as: 'healthInfo', class: Google::Apis::ComputeBeta::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeBeta::ReservationSubBlockHealthInfo::Representation
18139
+
18052
18140
  property :id, :numeric_string => true, as: 'id'
18053
18141
  property :in_use_count, as: 'inUseCount'
18054
18142
  property :kind, as: 'kind'
@@ -18064,6 +18152,17 @@ module Google
18064
18152
  end
18065
18153
  end
18066
18154
 
18155
+ class ReservationSubBlockHealthInfo
18156
+ # @private
18157
+ class Representation < Google::Apis::Core::JsonRepresentation
18158
+ property :degraded_host_count, as: 'degradedHostCount'
18159
+ property :degraded_infra_count, as: 'degradedInfraCount'
18160
+ property :health_status, as: 'healthStatus'
18161
+ property :healthy_host_count, as: 'healthyHostCount'
18162
+ property :healthy_infra_count, as: 'healthyInfraCount'
18163
+ end
18164
+ end
18165
+
18067
18166
  class ReservationSubBlockPhysicalTopology
18068
18167
  # @private
18069
18168
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -19705,6 +19804,7 @@ module Google
19705
19804
  property :fingerprint, :base64 => true, as: 'fingerprint'
19706
19805
  property :id, :numeric_string => true, as: 'id'
19707
19806
  property :kind, as: 'kind'
19807
+ hash :metadata, as: 'metadata'
19708
19808
  property :name, as: 'name'
19709
19809
  collection :nat_subnets, as: 'natSubnets'
19710
19810
  property :producer_forwarding_rule, as: 'producerForwardingRule'
@@ -20847,6 +20947,7 @@ module Google
20847
20947
  property :purpose, as: 'purpose'
20848
20948
  property :region, as: 'region'
20849
20949
  property :reserved_internal_range, as: 'reservedInternalRange'
20950
+ property :resolve_subnet_mask, as: 'resolveSubnetMask'
20850
20951
  property :role, as: 'role'
20851
20952
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeBeta::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeBeta::SubnetworkSecondaryRange::Representation
20852
20953
 
@@ -20855,6 +20956,8 @@ module Google
20855
20956
  property :state, as: 'state'
20856
20957
  collection :system_reserved_external_ipv6_ranges, as: 'systemReservedExternalIpv6Ranges'
20857
20958
  collection :system_reserved_internal_ipv6_ranges, as: 'systemReservedInternalIpv6Ranges'
20959
+ property :utilization_details, as: 'utilizationDetails', class: Google::Apis::ComputeBeta::SubnetworkUtilizationDetails, decorator: Google::Apis::ComputeBeta::SubnetworkUtilizationDetails::Representation
20960
+
20858
20961
  end
20859
20962
  end
20860
20963
 
@@ -20951,6 +21054,39 @@ module Google
20951
21054
  end
20952
21055
  end
20953
21056
 
21057
+ class SubnetworkUtilizationDetails
21058
+ # @private
21059
+ class Representation < Google::Apis::Core::JsonRepresentation
21060
+ property :external_ipv6_instance_utilization, as: 'externalIpv6InstanceUtilization', class: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv6Utilization::Representation
21061
+
21062
+ property :external_ipv6_lb_utilization, as: 'externalIpv6LbUtilization', class: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv6Utilization::Representation
21063
+
21064
+ property :internal_ipv6_utilization, as: 'internalIpv6Utilization', class: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv6Utilization::Representation
21065
+
21066
+ collection :ipv4_utilizations, as: 'ipv4Utilizations', class: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv4Utilization, decorator: Google::Apis::ComputeBeta::SubnetworkUtilizationDetailsIpv4Utilization::Representation
21067
+
21068
+ end
21069
+ end
21070
+
21071
+ class SubnetworkUtilizationDetailsIpv4Utilization
21072
+ # @private
21073
+ class Representation < Google::Apis::Core::JsonRepresentation
21074
+ property :range_name, as: 'rangeName'
21075
+ property :total_allocated_ip, :numeric_string => true, as: 'totalAllocatedIp'
21076
+ property :total_free_ip, :numeric_string => true, as: 'totalFreeIp'
21077
+ end
21078
+ end
21079
+
21080
+ class SubnetworkUtilizationDetailsIpv6Utilization
21081
+ # @private
21082
+ class Representation < Google::Apis::Core::JsonRepresentation
21083
+ property :total_allocated_ip, as: 'totalAllocatedIp', class: Google::Apis::ComputeBeta::Uint128, decorator: Google::Apis::ComputeBeta::Uint128::Representation
21084
+
21085
+ property :total_free_ip, as: 'totalFreeIp', class: Google::Apis::ComputeBeta::Uint128, decorator: Google::Apis::ComputeBeta::Uint128::Representation
21086
+
21087
+ end
21088
+ end
21089
+
20954
21090
  class SubnetworksExpandIpCidrRangeRequest
20955
21091
  # @private
20956
21092
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -21974,6 +22110,7 @@ module Google
21974
22110
  property :can_reschedule, as: 'canReschedule'
21975
22111
  property :latest_window_start_time, as: 'latestWindowStartTime'
21976
22112
  property :maintenance_on_shutdown, as: 'maintenanceOnShutdown'
22113
+ collection :maintenance_reasons, as: 'maintenanceReasons'
21977
22114
  property :maintenance_status, as: 'maintenanceStatus'
21978
22115
  property :type, as: 'type'
21979
22116
  property :window_end_time, as: 'windowEndTime'
@@ -8787,9 +8787,9 @@ module Google
8787
8787
  # Retrieves the specified Operations resource. Gets a list of operations by
8788
8788
  # making a `list()` request.
8789
8789
  # @param [String] operation
8790
- # Name of the Operations resource to return, or its unique numeric identifier.
8790
+ # Name of the Operations resource to return. Parent is derived from this field.
8791
8791
  # @param [String] parent_id
8792
- # Parent ID for this request.
8792
+ # Parent ID for this request. Not used. Parent is derived from resource_id.
8793
8793
  # @param [String] fields
8794
8794
  # Selector specifying which fields to include in a partial response.
8795
8795
  # @param [String] quota_user
@@ -41158,6 +41158,8 @@ module Google
41158
41158
  # @param [String] reservation_block
41159
41159
  # The name of the reservation block. Name should conform to RFC1035 or be a
41160
41160
  # resource ID.
41161
+ # @param [String] view
41162
+ # View of the Block.
41161
41163
  # @param [String] fields
41162
41164
  # Selector specifying which fields to include in a partial response.
41163
41165
  # @param [String] quota_user
@@ -41177,7 +41179,7 @@ module Google
41177
41179
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
41178
41180
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
41179
41181
  # @raise [Google::Apis::AuthorizationError] Authorization is required
41180
- def get_reservation_block(project, zone, reservation, reservation_block, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
41182
+ def get_reservation_block(project, zone, reservation, reservation_block, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
41181
41183
  command = make_simple_command(:get, 'projects/{project}/zones/{zone}/reservations/{reservation}/reservationBlocks/{reservationBlock}', options)
41182
41184
  command.response_representation = Google::Apis::ComputeBeta::ReservationBlocksGetResponse::Representation
41183
41185
  command.response_class = Google::Apis::ComputeBeta::ReservationBlocksGetResponse
@@ -41185,6 +41187,7 @@ module Google
41185
41187
  command.params['zone'] = zone unless zone.nil?
41186
41188
  command.params['reservation'] = reservation unless reservation.nil?
41187
41189
  command.params['reservationBlock'] = reservation_block unless reservation_block.nil?
41190
+ command.query['view'] = view unless view.nil?
41188
41191
  command.query['fields'] = fields unless fields.nil?
41189
41192
  command.query['quotaUser'] = quota_user unless quota_user.nil?
41190
41193
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -47873,6 +47876,9 @@ module Google
47873
47876
  # Name of the region scoping this request.
47874
47877
  # @param [String] subnetwork
47875
47878
  # Name of the Subnetwork resource to return.
47879
+ # @param [Array<String>, String] views
47880
+ # Defines the extra views returned back in the subnetwork resource. Supported
47881
+ # values: - WITH_UTILIZATION: Utilization data is included in the response.
47876
47882
  # @param [String] fields
47877
47883
  # Selector specifying which fields to include in a partial response.
47878
47884
  # @param [String] quota_user
@@ -47892,13 +47898,14 @@ module Google
47892
47898
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
47893
47899
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
47894
47900
  # @raise [Google::Apis::AuthorizationError] Authorization is required
47895
- def get_subnetwork(project, region, subnetwork, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
47901
+ def get_subnetwork(project, region, subnetwork, views: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
47896
47902
  command = make_simple_command(:get, 'projects/{project}/regions/{region}/subnetworks/{subnetwork}', options)
47897
47903
  command.response_representation = Google::Apis::ComputeBeta::Subnetwork::Representation
47898
47904
  command.response_class = Google::Apis::ComputeBeta::Subnetwork
47899
47905
  command.params['project'] = project unless project.nil?
47900
47906
  command.params['region'] = region unless region.nil?
47901
47907
  command.params['subnetwork'] = subnetwork unless subnetwork.nil?
47908
+ command.query['views'] = views unless views.nil?
47902
47909
  command.query['fields'] = fields unless fields.nil?
47903
47910
  command.query['quotaUser'] = quota_user unless quota_user.nil?
47904
47911
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -48057,6 +48064,9 @@ module Google
48057
48064
  # failure. The default value is false. For example, when partial success
48058
48065
  # behavior is enabled, aggregatedList for a single zone scope either returns all
48059
48066
  # resources in the zone or no resources, with an error code.
48067
+ # @param [Array<String>, String] views
48068
+ # Defines the extra views returned back in the subnetwork resource. Supported
48069
+ # values: - WITH_UTILIZATION: Utilization data is included in the response.
48060
48070
  # @param [String] fields
48061
48071
  # Selector specifying which fields to include in a partial response.
48062
48072
  # @param [String] quota_user
@@ -48076,7 +48086,7 @@ module Google
48076
48086
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
48077
48087
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
48078
48088
  # @raise [Google::Apis::AuthorizationError] Authorization is required
48079
- def list_subnetworks(project, region, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
48089
+ def list_subnetworks(project, region, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, views: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
48080
48090
  command = make_simple_command(:get, 'projects/{project}/regions/{region}/subnetworks', options)
48081
48091
  command.response_representation = Google::Apis::ComputeBeta::SubnetworkList::Representation
48082
48092
  command.response_class = Google::Apis::ComputeBeta::SubnetworkList
@@ -48087,6 +48097,7 @@ module Google
48087
48097
  command.query['orderBy'] = order_by unless order_by.nil?
48088
48098
  command.query['pageToken'] = page_token unless page_token.nil?
48089
48099
  command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
48100
+ command.query['views'] = views unless views.nil?
48090
48101
  command.query['fields'] = fields unless fields.nil?
48091
48102
  command.query['quotaUser'] = quota_user unless quota_user.nil?
48092
48103
  command.query['userIp'] = user_ip unless user_ip.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.117.0
4
+ version: 0.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.117.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.119.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
62
62
  rdoc_options: []
63
63
  require_paths: