google-apis-compute_alpha 0.2.0 → 0.3.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 ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210111"
25
+ REVISION = "20210129"
26
26
  end
27
27
  end
28
28
  end
@@ -1036,6 +1036,12 @@ module Google
1036
1036
  include Google::Apis::Core::JsonObjectSupport
1037
1037
  end
1038
1038
 
1039
+ class FirewallPolicyRuleSecureTag
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1039
1045
  class FixedOrPercent
1040
1046
  class Representation < Google::Apis::Core::JsonRepresentation; end
1041
1047
 
@@ -1498,6 +1504,12 @@ module Google
1498
1504
  include Google::Apis::Core::JsonObjectSupport
1499
1505
  end
1500
1506
 
1507
+ class ImageFamilyView
1508
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1509
+
1510
+ include Google::Apis::Core::JsonObjectSupport
1511
+ end
1512
+
1501
1513
  class ImageList
1502
1514
  class Representation < Google::Apis::Core::JsonRepresentation; end
1503
1515
 
@@ -4042,6 +4054,18 @@ module Google
4042
4054
  include Google::Apis::Core::JsonObjectSupport
4043
4055
  end
4044
4056
 
4057
+ class ResourcePolicyResourceStatus
4058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4059
+
4060
+ include Google::Apis::Core::JsonObjectSupport
4061
+ end
4062
+
4063
+ class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
4064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4065
+
4066
+ include Google::Apis::Core::JsonObjectSupport
4067
+ end
4068
+
4045
4069
  class ResourcePolicySnapshotSchedulePolicy
4046
4070
  class Representation < Google::Apis::Core::JsonRepresentation; end
4047
4071
 
@@ -4108,6 +4132,12 @@ module Google
4108
4132
  include Google::Apis::Core::JsonObjectSupport
4109
4133
  end
4110
4134
 
4135
+ class RolloutPolicy
4136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4137
+
4138
+ include Google::Apis::Core::JsonObjectSupport
4139
+ end
4140
+
4111
4141
  class Route
4112
4142
  class Representation < Google::Apis::Core::JsonRepresentation; end
4113
4143
 
@@ -4492,6 +4522,24 @@ module Google
4492
4522
  include Google::Apis::Core::JsonObjectSupport
4493
4523
  end
4494
4524
 
4525
+ class ServiceAttachmentAggregatedList
4526
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4527
+
4528
+ class Warning
4529
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4530
+
4531
+ class Datum
4532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4533
+
4534
+ include Google::Apis::Core::JsonObjectSupport
4535
+ end
4536
+
4537
+ include Google::Apis::Core::JsonObjectSupport
4538
+ end
4539
+
4540
+ include Google::Apis::Core::JsonObjectSupport
4541
+ end
4542
+
4495
4543
  class ServiceAttachmentConsumerForwardingRule
4496
4544
  class Representation < Google::Apis::Core::JsonRepresentation; end
4497
4545
 
@@ -4516,6 +4564,24 @@ module Google
4516
4564
  include Google::Apis::Core::JsonObjectSupport
4517
4565
  end
4518
4566
 
4567
+ class ServiceAttachmentsScopedList
4568
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4569
+
4570
+ class Warning
4571
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4572
+
4573
+ class Datum
4574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4575
+
4576
+ include Google::Apis::Core::JsonObjectSupport
4577
+ end
4578
+
4579
+ include Google::Apis::Core::JsonObjectSupport
4580
+ end
4581
+
4582
+ include Google::Apis::Core::JsonObjectSupport
4583
+ end
4584
+
4519
4585
  class ShieldedInstanceConfig
4520
4586
  class Representation < Google::Apis::Core::JsonRepresentation; end
4521
4587
 
@@ -7124,6 +7190,8 @@ module Google
7124
7190
  property :obsolete, as: 'obsolete'
7125
7191
  property :replacement, as: 'replacement'
7126
7192
  property :state, as: 'state'
7193
+ property :state_override, as: 'stateOverride', class: Google::Apis::ComputeAlpha::RolloutPolicy, decorator: Google::Apis::ComputeAlpha::RolloutPolicy::Representation
7194
+
7127
7195
  end
7128
7196
  end
7129
7197
 
@@ -7749,6 +7817,8 @@ module Google
7749
7817
  property :rule_tuple_count, as: 'ruleTupleCount'
7750
7818
  collection :target_resources, as: 'targetResources'
7751
7819
  collection :target_secure_labels, as: 'targetSecureLabels'
7820
+ collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
7821
+
7752
7822
  collection :target_service_accounts, as: 'targetServiceAccounts'
7753
7823
  end
7754
7824
  end
@@ -7761,6 +7831,8 @@ module Google
7761
7831
 
7762
7832
  collection :src_ip_ranges, as: 'srcIpRanges'
7763
7833
  collection :src_secure_labels, as: 'srcSecureLabels'
7834
+ collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
7835
+
7764
7836
  end
7765
7837
  end
7766
7838
 
@@ -7772,6 +7844,14 @@ module Google
7772
7844
  end
7773
7845
  end
7774
7846
 
7847
+ class FirewallPolicyRuleSecureTag
7848
+ # @private
7849
+ class Representation < Google::Apis::Core::JsonRepresentation
7850
+ property :name, as: 'name'
7851
+ property :state, as: 'state'
7852
+ end
7853
+ end
7854
+
7775
7855
  class FixedOrPercent
7776
7856
  # @private
7777
7857
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7806,6 +7886,7 @@ module Google
7806
7886
  property :network_tier, as: 'networkTier'
7807
7887
  property :port_range, as: 'portRange'
7808
7888
  collection :ports, as: 'ports'
7889
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
7809
7890
  property :region, as: 'region'
7810
7891
  property :self_link, as: 'selfLink'
7811
7892
  property :self_link_with_id, as: 'selfLinkWithId'
@@ -7895,6 +7976,7 @@ module Google
7895
7976
  class Representation < Google::Apis::Core::JsonRepresentation
7896
7977
  property :namespace, as: 'namespace'
7897
7978
  property :service, as: 'service'
7979
+ property :service_directory_region, as: 'serviceDirectoryRegion'
7898
7980
  end
7899
7981
  end
7900
7982
 
@@ -8665,6 +8747,8 @@ module Google
8665
8747
  property :name, as: 'name'
8666
8748
  property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeAlpha::Image::RawDisk, decorator: Google::Apis::ComputeAlpha::Image::RawDisk::Representation
8667
8749
 
8750
+ property :rollout_override, as: 'rolloutOverride', class: Google::Apis::ComputeAlpha::RolloutPolicy, decorator: Google::Apis::ComputeAlpha::RolloutPolicy::Representation
8751
+
8668
8752
  property :satisfies_pzs, as: 'satisfiesPzs'
8669
8753
  property :self_link, as: 'selfLink'
8670
8754
  property :self_link_with_id, as: 'selfLinkWithId'
@@ -8697,6 +8781,14 @@ module Google
8697
8781
  end
8698
8782
  end
8699
8783
 
8784
+ class ImageFamilyView
8785
+ # @private
8786
+ class Representation < Google::Apis::Core::JsonRepresentation
8787
+ property :image, as: 'image', class: Google::Apis::ComputeAlpha::Image, decorator: Google::Apis::ComputeAlpha::Image::Representation
8788
+
8789
+ end
8790
+ end
8791
+
8700
8792
  class ImageList
8701
8793
  # @private
8702
8794
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13066,6 +13158,7 @@ module Google
13066
13158
  property :id, :numeric_string => true, as: 'id'
13067
13159
  property :kind, as: 'kind'
13068
13160
  property :name, as: 'name'
13161
+ property :satisfies_pzs, as: 'satisfiesPzs'
13069
13162
  property :self_link, as: 'selfLink'
13070
13163
  property :self_link_with_id, as: 'selfLinkWithId'
13071
13164
  property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::AllocationShareSettings, decorator: Google::Apis::ComputeAlpha::AllocationShareSettings::Representation
@@ -13244,6 +13337,8 @@ module Google
13244
13337
  property :kind, as: 'kind'
13245
13338
  property :name, as: 'name'
13246
13339
  property :region, as: 'region'
13340
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatus, decorator: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatus::Representation
13341
+
13247
13342
  property :self_link, as: 'selfLink'
13248
13343
  property :self_link_with_id, as: 'selfLinkWithId'
13249
13344
  property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy', class: Google::Apis::ComputeAlpha::ResourcePolicySnapshotSchedulePolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicySnapshotSchedulePolicy::Representation
@@ -13321,6 +13416,8 @@ module Google
13321
13416
  class ResourcePolicyInstanceSchedulePolicy
13322
13417
  # @private
13323
13418
  class Representation < Google::Apis::Core::JsonRepresentation
13419
+ property :expiration_time, as: 'expirationTime'
13420
+ property :start_time, as: 'startTime'
13324
13421
  property :time_zone, as: 'timeZone'
13325
13422
  property :vm_start_schedule, as: 'vmStartSchedule', class: Google::Apis::ComputeAlpha::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeAlpha::ResourcePolicyInstanceSchedulePolicySchedule::Representation
13326
13423
 
@@ -13369,6 +13466,22 @@ module Google
13369
13466
  end
13370
13467
  end
13371
13468
 
13469
+ class ResourcePolicyResourceStatus
13470
+ # @private
13471
+ class Representation < Google::Apis::Core::JsonRepresentation
13472
+ property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus, decorator: Google::Apis::ComputeAlpha::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus::Representation
13473
+
13474
+ end
13475
+ end
13476
+
13477
+ class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
13478
+ # @private
13479
+ class Representation < Google::Apis::Core::JsonRepresentation
13480
+ property :last_run_start_time, as: 'lastRunStartTime'
13481
+ property :next_run_start_time, as: 'nextRunStartTime'
13482
+ end
13483
+ end
13484
+
13372
13485
  class ResourcePolicySnapshotSchedulePolicy
13373
13486
  # @private
13374
13487
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13469,6 +13582,14 @@ module Google
13469
13582
  end
13470
13583
  end
13471
13584
 
13585
+ class RolloutPolicy
13586
+ # @private
13587
+ class Representation < Google::Apis::Core::JsonRepresentation
13588
+ property :default_rollout_time, as: 'defaultRolloutTime'
13589
+ hash :location_rollout_policies, as: 'locationRolloutPolicies'
13590
+ end
13591
+ end
13592
+
13472
13593
  class Route
13473
13594
  # @private
13474
13595
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14241,6 +14362,39 @@ module Google
14241
14362
  end
14242
14363
  end
14243
14364
 
14365
+ class ServiceAttachmentAggregatedList
14366
+ # @private
14367
+ class Representation < Google::Apis::Core::JsonRepresentation
14368
+ property :id, as: 'id'
14369
+ hash :items, as: 'items', class: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Representation
14370
+
14371
+ property :kind, as: 'kind'
14372
+ property :next_page_token, as: 'nextPageToken'
14373
+ property :self_link, as: 'selfLink'
14374
+ collection :unreachables, as: 'unreachables'
14375
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning::Representation
14376
+
14377
+ end
14378
+
14379
+ class Warning
14380
+ # @private
14381
+ class Representation < Google::Apis::Core::JsonRepresentation
14382
+ property :code, as: 'code'
14383
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Warning::Datum::Representation
14384
+
14385
+ property :message, as: 'message'
14386
+ end
14387
+
14388
+ class Datum
14389
+ # @private
14390
+ class Representation < Google::Apis::Core::JsonRepresentation
14391
+ property :key, as: 'key'
14392
+ property :value, as: 'value'
14393
+ end
14394
+ end
14395
+ end
14396
+ end
14397
+
14244
14398
  class ServiceAttachmentConsumerForwardingRule
14245
14399
  # @private
14246
14400
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14281,6 +14435,34 @@ module Google
14281
14435
  end
14282
14436
  end
14283
14437
 
14438
+ class ServiceAttachmentsScopedList
14439
+ # @private
14440
+ class Representation < Google::Apis::Core::JsonRepresentation
14441
+ collection :resources, as: 'resources', class: Google::Apis::ComputeAlpha::ServiceAttachment, decorator: Google::Apis::ComputeAlpha::ServiceAttachment::Representation
14442
+
14443
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning::Representation
14444
+
14445
+ end
14446
+
14447
+ class Warning
14448
+ # @private
14449
+ class Representation < Google::Apis::Core::JsonRepresentation
14450
+ property :code, as: 'code'
14451
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning::Datum::Representation
14452
+
14453
+ property :message, as: 'message'
14454
+ end
14455
+
14456
+ class Datum
14457
+ # @private
14458
+ class Representation < Google::Apis::Core::JsonRepresentation
14459
+ property :key, as: 'key'
14460
+ property :value, as: 'value'
14461
+ end
14462
+ end
14463
+ end
14464
+ end
14465
+
14284
14466
  class ShieldedInstanceConfig
14285
14467
  # @private
14286
14468
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -99,7 +99,7 @@ module Google
99
99
  # by a previous list request to get the next page of results.
100
100
  # @param [Boolean] return_partial_success
101
101
  # Opt-in for partial success behavior which provides partial results in case of
102
- # failure. The default value is false and the logic is the same as today.
102
+ # failure. The default value is false.
103
103
  # @param [String] fields
104
104
  # Selector specifying which fields to include in a partial response.
105
105
  # @param [String] quota_user
@@ -217,7 +217,7 @@ module Google
217
217
  # by a previous list request to get the next page of results.
218
218
  # @param [Boolean] return_partial_success
219
219
  # Opt-in for partial success behavior which provides partial results in case of
220
- # failure. The default value is false and the logic is the same as today.
220
+ # failure. The default value is false.
221
221
  # @param [String] fields
222
222
  # Selector specifying which fields to include in a partial response.
223
223
  # @param [String] quota_user
@@ -300,7 +300,7 @@ module Google
300
300
  # by a previous list request to get the next page of results.
301
301
  # @param [Boolean] return_partial_success
302
302
  # Opt-in for partial success behavior which provides partial results in case of
303
- # failure. The default value is false and the logic is the same as today.
303
+ # failure. The default value is false.
304
304
  # @param [String] fields
305
305
  # Selector specifying which fields to include in a partial response.
306
306
  # @param [String] quota_user
@@ -520,7 +520,7 @@ module Google
520
520
  # by a previous list request to get the next page of results.
521
521
  # @param [Boolean] return_partial_success
522
522
  # Opt-in for partial success behavior which provides partial results in case of
523
- # failure. The default value is false and the logic is the same as today.
523
+ # failure. The default value is false.
524
524
  # @param [String] fields
525
525
  # Selector specifying which fields to include in a partial response.
526
526
  # @param [String] quota_user
@@ -700,7 +700,7 @@ module Google
700
700
  # by a previous list request to get the next page of results.
701
701
  # @param [Boolean] return_partial_success
702
702
  # Opt-in for partial success behavior which provides partial results in case of
703
- # failure. The default value is false and the logic is the same as today.
703
+ # failure. The default value is false.
704
704
  # @param [String] fields
705
705
  # Selector specifying which fields to include in a partial response.
706
706
  # @param [String] quota_user
@@ -921,7 +921,7 @@ module Google
921
921
  # by a previous list request to get the next page of results.
922
922
  # @param [Boolean] return_partial_success
923
923
  # Opt-in for partial success behavior which provides partial results in case of
924
- # failure. The default value is false and the logic is the same as today.
924
+ # failure. The default value is false.
925
925
  # @param [String] fields
926
926
  # Selector specifying which fields to include in a partial response.
927
927
  # @param [String] quota_user
@@ -1429,7 +1429,7 @@ module Google
1429
1429
  # by a previous list request to get the next page of results.
1430
1430
  # @param [Boolean] return_partial_success
1431
1431
  # Opt-in for partial success behavior which provides partial results in case of
1432
- # failure. The default value is false and the logic is the same as today.
1432
+ # failure. The default value is false.
1433
1433
  # @param [String] fields
1434
1434
  # Selector specifying which fields to include in a partial response.
1435
1435
  # @param [String] quota_user
@@ -1800,7 +1800,7 @@ module Google
1800
1800
  # by a previous list request to get the next page of results.
1801
1801
  # @param [Boolean] return_partial_success
1802
1802
  # Opt-in for partial success behavior which provides partial results in case of
1803
- # failure. The default value is false and the logic is the same as today.
1803
+ # failure. The default value is false.
1804
1804
  # @param [String] fields
1805
1805
  # Selector specifying which fields to include in a partial response.
1806
1806
  # @param [String] quota_user
@@ -2104,7 +2104,7 @@ module Google
2104
2104
  # by a previous list request to get the next page of results.
2105
2105
  # @param [Boolean] return_partial_success
2106
2106
  # Opt-in for partial success behavior which provides partial results in case of
2107
- # failure. The default value is false and the logic is the same as today.
2107
+ # failure. The default value is false.
2108
2108
  # @param [String] fields
2109
2109
  # Selector specifying which fields to include in a partial response.
2110
2110
  # @param [String] quota_user
@@ -2435,7 +2435,7 @@ module Google
2435
2435
  # by a previous list request to get the next page of results.
2436
2436
  # @param [Boolean] return_partial_success
2437
2437
  # Opt-in for partial success behavior which provides partial results in case of
2438
- # failure. The default value is false and the logic is the same as today.
2438
+ # failure. The default value is false.
2439
2439
  # @param [String] fields
2440
2440
  # Selector specifying which fields to include in a partial response.
2441
2441
  # @param [String] quota_user
@@ -2553,7 +2553,7 @@ module Google
2553
2553
  # by a previous list request to get the next page of results.
2554
2554
  # @param [Boolean] return_partial_success
2555
2555
  # Opt-in for partial success behavior which provides partial results in case of
2556
- # failure. The default value is false and the logic is the same as today.
2556
+ # failure. The default value is false.
2557
2557
  # @param [String] fields
2558
2558
  # Selector specifying which fields to include in a partial response.
2559
2559
  # @param [String] quota_user
@@ -2691,7 +2691,7 @@ module Google
2691
2691
  # by a previous list request to get the next page of results.
2692
2692
  # @param [Boolean] return_partial_success
2693
2693
  # Opt-in for partial success behavior which provides partial results in case of
2694
- # failure. The default value is false and the logic is the same as today.
2694
+ # failure. The default value is false.
2695
2695
  # @param [String] fields
2696
2696
  # Selector specifying which fields to include in a partial response.
2697
2697
  # @param [String] quota_user
@@ -3022,7 +3022,7 @@ module Google
3022
3022
  # by a previous list request to get the next page of results.
3023
3023
  # @param [Boolean] return_partial_success
3024
3024
  # Opt-in for partial success behavior which provides partial results in case of
3025
- # failure. The default value is false and the logic is the same as today.
3025
+ # failure. The default value is false.
3026
3026
  # @param [String] fields
3027
3027
  # Selector specifying which fields to include in a partial response.
3028
3028
  # @param [String] quota_user
@@ -3540,7 +3540,7 @@ module Google
3540
3540
  # by a previous list request to get the next page of results.
3541
3541
  # @param [Boolean] return_partial_success
3542
3542
  # Opt-in for partial success behavior which provides partial results in case of
3543
- # failure. The default value is false and the logic is the same as today.
3543
+ # failure. The default value is false.
3544
3544
  # @param [String] fields
3545
3545
  # Selector specifying which fields to include in a partial response.
3546
3546
  # @param [String] quota_user
@@ -4081,7 +4081,7 @@ module Google
4081
4081
  # Parent ID for this request.
4082
4082
  # @param [Boolean] return_partial_success
4083
4083
  # Opt-in for partial success behavior which provides partial results in case of
4084
- # failure. The default value is false and the logic is the same as today.
4084
+ # failure. The default value is false.
4085
4085
  # @param [String] fields
4086
4086
  # Selector specifying which fields to include in a partial response.
4087
4087
  # @param [String] quota_user
@@ -4638,7 +4638,7 @@ module Google
4638
4638
  # by a previous list request to get the next page of results.
4639
4639
  # @param [Boolean] return_partial_success
4640
4640
  # Opt-in for partial success behavior which provides partial results in case of
4641
- # failure. The default value is false and the logic is the same as today.
4641
+ # failure. The default value is false.
4642
4642
  # @param [String] fields
4643
4643
  # Selector specifying which fields to include in a partial response.
4644
4644
  # @param [String] quota_user
@@ -4865,7 +4865,7 @@ module Google
4865
4865
  # by a previous list request to get the next page of results.
4866
4866
  # @param [Boolean] return_partial_success
4867
4867
  # Opt-in for partial success behavior which provides partial results in case of
4868
- # failure. The default value is false and the logic is the same as today.
4868
+ # failure. The default value is false.
4869
4869
  # @param [String] fields
4870
4870
  # Selector specifying which fields to include in a partial response.
4871
4871
  # @param [String] quota_user
@@ -5086,7 +5086,7 @@ module Google
5086
5086
  # by a previous list request to get the next page of results.
5087
5087
  # @param [Boolean] return_partial_success
5088
5088
  # Opt-in for partial success behavior which provides partial results in case of
5089
- # failure. The default value is false and the logic is the same as today.
5089
+ # failure. The default value is false.
5090
5090
  # @param [String] fields
5091
5091
  # Selector specifying which fields to include in a partial response.
5092
5092
  # @param [String] quota_user
@@ -5541,7 +5541,7 @@ module Google
5541
5541
  # by a previous list request to get the next page of results.
5542
5542
  # @param [Boolean] return_partial_success
5543
5543
  # Opt-in for partial success behavior which provides partial results in case of
5544
- # failure. The default value is false and the logic is the same as today.
5544
+ # failure. The default value is false.
5545
5545
  # @param [String] fields
5546
5546
  # Selector specifying which fields to include in a partial response.
5547
5547
  # @param [String] quota_user
@@ -5830,7 +5830,7 @@ module Google
5830
5830
  # by a previous list request to get the next page of results.
5831
5831
  # @param [Boolean] return_partial_success
5832
5832
  # Opt-in for partial success behavior which provides partial results in case of
5833
- # failure. The default value is false and the logic is the same as today.
5833
+ # failure. The default value is false.
5834
5834
  # @param [String] fields
5835
5835
  # Selector specifying which fields to include in a partial response.
5836
5836
  # @param [String] quota_user
@@ -6330,7 +6330,7 @@ module Google
6330
6330
  # by a previous list request to get the next page of results.
6331
6331
  # @param [Boolean] return_partial_success
6332
6332
  # Opt-in for partial success behavior which provides partial results in case of
6333
- # failure. The default value is false and the logic is the same as today.
6333
+ # failure. The default value is false.
6334
6334
  # @param [String] fields
6335
6335
  # Selector specifying which fields to include in a partial response.
6336
6336
  # @param [String] quota_user
@@ -6408,7 +6408,7 @@ module Google
6408
6408
  # by a previous list request to get the next page of results.
6409
6409
  # @param [Boolean] return_partial_success
6410
6410
  # Opt-in for partial success behavior which provides partial results in case of
6411
- # failure. The default value is false and the logic is the same as today.
6411
+ # failure. The default value is false.
6412
6412
  # @param [String] fields
6413
6413
  # Selector specifying which fields to include in a partial response.
6414
6414
  # @param [String] quota_user
@@ -6491,7 +6491,7 @@ module Google
6491
6491
  # by a previous list request to get the next page of results.
6492
6492
  # @param [Boolean] return_partial_success
6493
6493
  # Opt-in for partial success behavior which provides partial results in case of
6494
- # failure. The default value is false and the logic is the same as today.
6494
+ # failure. The default value is false.
6495
6495
  # @param [String] fields
6496
6496
  # Selector specifying which fields to include in a partial response.
6497
6497
  # @param [String] quota_user
@@ -6638,7 +6638,7 @@ module Google
6638
6638
  # by a previous list request to get the next page of results.
6639
6639
  # @param [Boolean] return_partial_success
6640
6640
  # Opt-in for partial success behavior which provides partial results in case of
6641
- # failure. The default value is false and the logic is the same as today.
6641
+ # failure. The default value is false.
6642
6642
  # @param [String] fields
6643
6643
  # Selector specifying which fields to include in a partial response.
6644
6644
  # @param [String] quota_user
@@ -6831,7 +6831,7 @@ module Google
6831
6831
  # Parent ID for this request.
6832
6832
  # @param [Boolean] return_partial_success
6833
6833
  # Opt-in for partial success behavior which provides partial results in case of
6834
- # failure. The default value is false and the logic is the same as today.
6834
+ # failure. The default value is false.
6835
6835
  # @param [String] fields
6836
6836
  # Selector specifying which fields to include in a partial response.
6837
6837
  # @param [String] quota_user
@@ -7039,7 +7039,7 @@ module Google
7039
7039
  # by a previous list request to get the next page of results.
7040
7040
  # @param [Boolean] return_partial_success
7041
7041
  # Opt-in for partial success behavior which provides partial results in case of
7042
- # failure. The default value is false and the logic is the same as today.
7042
+ # failure. The default value is false.
7043
7043
  # @param [String] fields
7044
7044
  # Selector specifying which fields to include in a partial response.
7045
7045
  # @param [String] quota_user
@@ -7175,7 +7175,7 @@ module Google
7175
7175
  # by a previous list request to get the next page of results.
7176
7176
  # @param [Boolean] return_partial_success
7177
7177
  # Opt-in for partial success behavior which provides partial results in case of
7178
- # failure. The default value is false and the logic is the same as today.
7178
+ # failure. The default value is false.
7179
7179
  # @param [String] fields
7180
7180
  # Selector specifying which fields to include in a partial response.
7181
7181
  # @param [String] quota_user
@@ -7385,7 +7385,7 @@ module Google
7385
7385
  # by a previous list request to get the next page of results.
7386
7386
  # @param [Boolean] return_partial_success
7387
7387
  # Opt-in for partial success behavior which provides partial results in case of
7388
- # failure. The default value is false and the logic is the same as today.
7388
+ # failure. The default value is false.
7389
7389
  # @param [String] fields
7390
7390
  # Selector specifying which fields to include in a partial response.
7391
7391
  # @param [String] quota_user
@@ -7739,7 +7739,7 @@ module Google
7739
7739
  # by a previous list request to get the next page of results.
7740
7740
  # @param [Boolean] return_partial_success
7741
7741
  # Opt-in for partial success behavior which provides partial results in case of
7742
- # failure. The default value is false and the logic is the same as today.
7742
+ # failure. The default value is false.
7743
7743
  # @param [String] fields
7744
7744
  # Selector specifying which fields to include in a partial response.
7745
7745
  # @param [String] quota_user
@@ -8093,7 +8093,7 @@ module Google
8093
8093
  # by a previous list request to get the next page of results.
8094
8094
  # @param [Boolean] return_partial_success
8095
8095
  # Opt-in for partial success behavior which provides partial results in case of
8096
- # failure. The default value is false and the logic is the same as today.
8096
+ # failure. The default value is false.
8097
8097
  # @param [String] fields
8098
8098
  # Selector specifying which fields to include in a partial response.
8099
8099
  # @param [String] quota_user
@@ -8273,6 +8273,46 @@ module Google
8273
8273
  execute_or_queue_command(command, &block)
8274
8274
  end
8275
8275
 
8276
+ # Returns the latest image that is part of an image family, is not deprecated
8277
+ # and is rolled out in the specified zone.
8278
+ # @param [String] project
8279
+ # Project ID for this request.
8280
+ # @param [String] zone
8281
+ # The name of the zone for this request.
8282
+ # @param [String] family
8283
+ # Name of the image family to search for.
8284
+ # @param [String] fields
8285
+ # Selector specifying which fields to include in a partial response.
8286
+ # @param [String] quota_user
8287
+ # An opaque string that represents a user for quota purposes. Must not exceed 40
8288
+ # characters.
8289
+ # @param [String] user_ip
8290
+ # Deprecated. Please use quotaUser instead.
8291
+ # @param [Google::Apis::RequestOptions] options
8292
+ # Request-specific options
8293
+ #
8294
+ # @yield [result, err] Result & error if block supplied
8295
+ # @yieldparam result [Google::Apis::ComputeAlpha::ImageFamilyView] parsed result object
8296
+ # @yieldparam err [StandardError] error object if request failed
8297
+ #
8298
+ # @return [Google::Apis::ComputeAlpha::ImageFamilyView]
8299
+ #
8300
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
8301
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8302
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
8303
+ def get_image_family_view(project, zone, family, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
8304
+ command = make_simple_command(:get, 'projects/{project}/zones/{zone}/imageFamilyViews/{family}', options)
8305
+ command.response_representation = Google::Apis::ComputeAlpha::ImageFamilyView::Representation
8306
+ command.response_class = Google::Apis::ComputeAlpha::ImageFamilyView
8307
+ command.params['project'] = project unless project.nil?
8308
+ command.params['zone'] = zone unless zone.nil?
8309
+ command.params['family'] = family unless family.nil?
8310
+ command.query['fields'] = fields unless fields.nil?
8311
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
8312
+ command.query['userIp'] = user_ip unless user_ip.nil?
8313
+ execute_or_queue_command(command, &block)
8314
+ end
8315
+
8276
8316
  # Deletes the specified image.
8277
8317
  # @param [String] project
8278
8318
  # Project ID for this request.
@@ -8582,7 +8622,9 @@ module Google
8582
8622
  # by a previous list request to get the next page of results.
8583
8623
  # @param [Boolean] return_partial_success
8584
8624
  # Opt-in for partial success behavior which provides partial results in case of
8585
- # failure. The default value is false and the logic is the same as today.
8625
+ # failure. The default value is false.
8626
+ # @param [String] zone
8627
+ # The zone query parameter.
8586
8628
  # @param [String] fields
8587
8629
  # Selector specifying which fields to include in a partial response.
8588
8630
  # @param [String] quota_user
@@ -8602,7 +8644,7 @@ module Google
8602
8644
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
8603
8645
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8604
8646
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8605
- def list_images(project, 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)
8647
+ def list_images(project, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, zone: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
8606
8648
  command = make_simple_command(:get, 'projects/{project}/global/images', options)
8607
8649
  command.response_representation = Google::Apis::ComputeAlpha::ImageList::Representation
8608
8650
  command.response_class = Google::Apis::ComputeAlpha::ImageList
@@ -8612,6 +8654,7 @@ module Google
8612
8654
  command.query['orderBy'] = order_by unless order_by.nil?
8613
8655
  command.query['pageToken'] = page_token unless page_token.nil?
8614
8656
  command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
8657
+ command.query['zone'] = zone unless zone.nil?
8615
8658
  command.query['fields'] = fields unless fields.nil?
8616
8659
  command.query['quotaUser'] = quota_user unless quota_user.nil?
8617
8660
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -8900,7 +8943,7 @@ module Google
8900
8943
  # by a previous list request to get the next page of results.
8901
8944
  # @param [Boolean] return_partial_success
8902
8945
  # Opt-in for partial success behavior which provides partial results in case of
8903
- # failure. The default value is false and the logic is the same as today.
8946
+ # failure. The default value is false.
8904
8947
  # @param [String] fields
8905
8948
  # Selector specifying which fields to include in a partial response.
8906
8949
  # @param [String] quota_user
@@ -9340,7 +9383,7 @@ module Google
9340
9383
  # by a previous list request to get the next page of results.
9341
9384
  # @param [Boolean] return_partial_success
9342
9385
  # Opt-in for partial success behavior which provides partial results in case of
9343
- # failure. The default value is false and the logic is the same as today.
9386
+ # failure. The default value is false.
9344
9387
  # @param [String] fields
9345
9388
  # Selector specifying which fields to include in a partial response.
9346
9389
  # @param [String] quota_user
@@ -9424,7 +9467,7 @@ module Google
9424
9467
  # by a previous list request to get the next page of results.
9425
9468
  # @param [Boolean] return_partial_success
9426
9469
  # Opt-in for partial success behavior which provides partial results in case of
9427
- # failure. The default value is false and the logic is the same as today.
9470
+ # failure. The default value is false.
9428
9471
  # @param [String] fields
9429
9472
  # Selector specifying which fields to include in a partial response.
9430
9473
  # @param [String] quota_user
@@ -9510,7 +9553,7 @@ module Google
9510
9553
  # by a previous list request to get the next page of results.
9511
9554
  # @param [Boolean] return_partial_success
9512
9555
  # Opt-in for partial success behavior which provides partial results in case of
9513
- # failure. The default value is false and the logic is the same as today.
9556
+ # failure. The default value is false.
9514
9557
  # @param [String] fields
9515
9558
  # Selector specifying which fields to include in a partial response.
9516
9559
  # @param [String] quota_user
@@ -9593,7 +9636,7 @@ module Google
9593
9636
  # by a previous list request to get the next page of results.
9594
9637
  # @param [Boolean] return_partial_success
9595
9638
  # Opt-in for partial success behavior which provides partial results in case of
9596
- # failure. The default value is false and the logic is the same as today.
9639
+ # failure. The default value is false.
9597
9640
  # @param [String] fields
9598
9641
  # Selector specifying which fields to include in a partial response.
9599
9642
  # @param [String] quota_user
@@ -10377,7 +10420,7 @@ module Google
10377
10420
  # by a previous list request to get the next page of results.
10378
10421
  # @param [Boolean] return_partial_success
10379
10422
  # Opt-in for partial success behavior which provides partial results in case of
10380
- # failure. The default value is false and the logic is the same as today.
10423
+ # failure. The default value is false.
10381
10424
  # @param [String] fields
10382
10425
  # Selector specifying which fields to include in a partial response.
10383
10426
  # @param [String] quota_user
@@ -10605,7 +10648,7 @@ module Google
10605
10648
  # by a previous list request to get the next page of results.
10606
10649
  # @param [Boolean] return_partial_success
10607
10650
  # Opt-in for partial success behavior which provides partial results in case of
10608
- # failure. The default value is false and the logic is the same as today.
10651
+ # failure. The default value is false.
10609
10652
  # @param [String] fields
10610
10653
  # Selector specifying which fields to include in a partial response.
10611
10654
  # @param [String] quota_user
@@ -10688,7 +10731,7 @@ module Google
10688
10731
  # by a previous list request to get the next page of results.
10689
10732
  # @param [Boolean] return_partial_success
10690
10733
  # Opt-in for partial success behavior which provides partial results in case of
10691
- # failure. The default value is false and the logic is the same as today.
10734
+ # failure. The default value is false.
10692
10735
  # @param [String] fields
10693
10736
  # Selector specifying which fields to include in a partial response.
10694
10737
  # @param [String] quota_user
@@ -11100,7 +11143,7 @@ module Google
11100
11143
  # by a previous list request to get the next page of results.
11101
11144
  # @param [Boolean] return_partial_success
11102
11145
  # Opt-in for partial success behavior which provides partial results in case of
11103
- # failure. The default value is false and the logic is the same as today.
11146
+ # failure. The default value is false.
11104
11147
  # @param [String] fields
11105
11148
  # Selector specifying which fields to include in a partial response.
11106
11149
  # @param [String] quota_user
@@ -11375,7 +11418,7 @@ module Google
11375
11418
  # by a previous list request to get the next page of results.
11376
11419
  # @param [Boolean] return_partial_success
11377
11420
  # Opt-in for partial success behavior which provides partial results in case of
11378
- # failure. The default value is false and the logic is the same as today.
11421
+ # failure. The default value is false.
11379
11422
  # @param [String] fields
11380
11423
  # Selector specifying which fields to include in a partial response.
11381
11424
  # @param [String] quota_user
@@ -12143,7 +12186,7 @@ module Google
12143
12186
  # by a previous list request to get the next page of results.
12144
12187
  # @param [Boolean] return_partial_success
12145
12188
  # Opt-in for partial success behavior which provides partial results in case of
12146
- # failure. The default value is false and the logic is the same as today.
12189
+ # failure. The default value is false.
12147
12190
  # @param [String] fields
12148
12191
  # Selector specifying which fields to include in a partial response.
12149
12192
  # @param [String] quota_user
@@ -12227,7 +12270,7 @@ module Google
12227
12270
  # by a previous list request to get the next page of results.
12228
12271
  # @param [Boolean] return_partial_success
12229
12272
  # Opt-in for partial success behavior which provides partial results in case of
12230
- # failure. The default value is false and the logic is the same as today.
12273
+ # failure. The default value is false.
12231
12274
  # @param [String] fields
12232
12275
  # Selector specifying which fields to include in a partial response.
12233
12276
  # @param [String] quota_user
@@ -13895,7 +13938,7 @@ module Google
13895
13938
  # by a previous list request to get the next page of results.
13896
13939
  # @param [Boolean] return_partial_success
13897
13940
  # Opt-in for partial success behavior which provides partial results in case of
13898
- # failure. The default value is false and the logic is the same as today.
13941
+ # failure. The default value is false.
13899
13942
  # @param [String] fields
13900
13943
  # Selector specifying which fields to include in a partial response.
13901
13944
  # @param [String] quota_user
@@ -14162,7 +14205,7 @@ module Google
14162
14205
  # by a previous list request to get the next page of results.
14163
14206
  # @param [Boolean] return_partial_success
14164
14207
  # Opt-in for partial success behavior which provides partial results in case of
14165
- # failure. The default value is false and the logic is the same as today.
14208
+ # failure. The default value is false.
14166
14209
  # @param [String] fields
14167
14210
  # Selector specifying which fields to include in a partial response.
14168
14211
  # @param [String] quota_user
@@ -14472,7 +14515,7 @@ module Google
14472
14515
  # by a previous list request to get the next page of results.
14473
14516
  # @param [Boolean] return_partial_success
14474
14517
  # Opt-in for partial success behavior which provides partial results in case of
14475
- # failure. The default value is false and the logic is the same as today.
14518
+ # failure. The default value is false.
14476
14519
  # @param [String] fields
14477
14520
  # Selector specifying which fields to include in a partial response.
14478
14521
  # @param [String] quota_user
@@ -14796,7 +14839,7 @@ module Google
14796
14839
  # by a previous list request to get the next page of results.
14797
14840
  # @param [Boolean] return_partial_success
14798
14841
  # Opt-in for partial success behavior which provides partial results in case of
14799
- # failure. The default value is false and the logic is the same as today.
14842
+ # failure. The default value is false.
14800
14843
  # @param [String] fields
14801
14844
  # Selector specifying which fields to include in a partial response.
14802
14845
  # @param [String] quota_user
@@ -15388,7 +15431,7 @@ module Google
15388
15431
  # by a previous list request to get the next page of results.
15389
15432
  # @param [Boolean] return_partial_success
15390
15433
  # Opt-in for partial success behavior which provides partial results in case of
15391
- # failure. The default value is false and the logic is the same as today.
15434
+ # failure. The default value is false.
15392
15435
  # @param [String] fields
15393
15436
  # Selector specifying which fields to include in a partial response.
15394
15437
  # @param [String] quota_user
@@ -15726,7 +15769,7 @@ module Google
15726
15769
  # by a previous list request to get the next page of results.
15727
15770
  # @param [Boolean] return_partial_success
15728
15771
  # Opt-in for partial success behavior which provides partial results in case of
15729
- # failure. The default value is false and the logic is the same as today.
15772
+ # failure. The default value is false.
15730
15773
  # @param [String] fields
15731
15774
  # Selector specifying which fields to include in a partial response.
15732
15775
  # @param [String] quota_user
@@ -15887,7 +15930,7 @@ module Google
15887
15930
  # by a previous list request to get the next page of results.
15888
15931
  # @param [Boolean] return_partial_success
15889
15932
  # Opt-in for partial success behavior which provides partial results in case of
15890
- # failure. The default value is false and the logic is the same as today.
15933
+ # failure. The default value is false.
15891
15934
  # @param [String] fields
15892
15935
  # Selector specifying which fields to include in a partial response.
15893
15936
  # @param [String] quota_user
@@ -16005,7 +16048,7 @@ module Google
16005
16048
  # by a previous list request to get the next page of results.
16006
16049
  # @param [Boolean] return_partial_success
16007
16050
  # Opt-in for partial success behavior which provides partial results in case of
16008
- # failure. The default value is false and the logic is the same as today.
16051
+ # failure. The default value is false.
16009
16052
  # @param [String] fields
16010
16053
  # Selector specifying which fields to include in a partial response.
16011
16054
  # @param [String] quota_user
@@ -16088,7 +16131,7 @@ module Google
16088
16131
  # by a previous list request to get the next page of results.
16089
16132
  # @param [Boolean] return_partial_success
16090
16133
  # Opt-in for partial success behavior which provides partial results in case of
16091
- # failure. The default value is false and the logic is the same as today.
16134
+ # failure. The default value is false.
16092
16135
  # @param [String] fields
16093
16136
  # Selector specifying which fields to include in a partial response.
16094
16137
  # @param [String] quota_user
@@ -16430,7 +16473,7 @@ module Google
16430
16473
  # by a previous list request to get the next page of results.
16431
16474
  # @param [Boolean] return_partial_success
16432
16475
  # Opt-in for partial success behavior which provides partial results in case of
16433
- # failure. The default value is false and the logic is the same as today.
16476
+ # failure. The default value is false.
16434
16477
  # @param [String] fields
16435
16478
  # Selector specifying which fields to include in a partial response.
16436
16479
  # @param [String] quota_user
@@ -16513,7 +16556,7 @@ module Google
16513
16556
  # by a previous list request to get the next page of results.
16514
16557
  # @param [Boolean] return_partial_success
16515
16558
  # Opt-in for partial success behavior which provides partial results in case of
16516
- # failure. The default value is false and the logic is the same as today.
16559
+ # failure. The default value is false.
16517
16560
  # @param [String] fields
16518
16561
  # Selector specifying which fields to include in a partial response.
16519
16562
  # @param [String] quota_user
@@ -16829,7 +16872,7 @@ module Google
16829
16872
  # @param [String] project
16830
16873
  # Project ID for this request.
16831
16874
  # @param [String] firewall_policy
16832
- # Name of the firewall policy to which the queried rule belongs.
16875
+ # Name of the firewall policy to which the queried association belongs.
16833
16876
  # @param [String] name
16834
16877
  # The name of the association to get from the firewall policy.
16835
16878
  # @param [String] fields
@@ -17031,7 +17074,7 @@ module Google
17031
17074
  # by a previous list request to get the next page of results.
17032
17075
  # @param [Boolean] return_partial_success
17033
17076
  # Opt-in for partial success behavior which provides partial results in case of
17034
- # failure. The default value is false and the logic is the same as today.
17077
+ # failure. The default value is false.
17035
17078
  # @param [String] fields
17036
17079
  # Selector specifying which fields to include in a partial response.
17037
17080
  # @param [String] quota_user
@@ -17589,7 +17632,7 @@ module Google
17589
17632
  # by a previous list request to get the next page of results.
17590
17633
  # @param [Boolean] return_partial_success
17591
17634
  # Opt-in for partial success behavior which provides partial results in case of
17592
- # failure. The default value is false and the logic is the same as today.
17635
+ # failure. The default value is false.
17593
17636
  # @param [String] fields
17594
17637
  # Selector specifying which fields to include in a partial response.
17595
17638
  # @param [String] quota_user
@@ -17666,7 +17709,7 @@ module Google
17666
17709
  # by a previous list request to get the next page of results.
17667
17710
  # @param [Boolean] return_partial_success
17668
17711
  # Opt-in for partial success behavior which provides partial results in case of
17669
- # failure. The default value is false and the logic is the same as today.
17712
+ # failure. The default value is false.
17670
17713
  # @param [String] types
17671
17714
  # (Optional) types filter separate by comma, valid values are: SUBNETWORK,
17672
17715
  # RESERVED, PEER_USED, PEER_RESERVED, REMOTE_USED, REMOTE_RESERVED.
@@ -17754,7 +17797,7 @@ module Google
17754
17797
  # by a previous list request to get the next page of results.
17755
17798
  # @param [Boolean] return_partial_success
17756
17799
  # Opt-in for partial success behavior which provides partial results in case of
17757
- # failure. The default value is false and the logic is the same as today.
17800
+ # failure. The default value is false.
17758
17801
  # @param [String] subnet_name
17759
17802
  # (Optional) Subnetwork name filter.
17760
17803
  # @param [String] subnet_region
@@ -17848,7 +17891,7 @@ module Google
17848
17891
  # routes and dynamic routes in the region.
17849
17892
  # @param [Boolean] return_partial_success
17850
17893
  # Opt-in for partial success behavior which provides partial results in case of
17851
- # failure. The default value is false and the logic is the same as today.
17894
+ # failure. The default value is false.
17852
17895
  # @param [String] fields
17853
17896
  # Selector specifying which fields to include in a partial response.
17854
17897
  # @param [String] quota_user
@@ -18232,7 +18275,7 @@ module Google
18232
18275
  # by a previous list request to get the next page of results.
18233
18276
  # @param [Boolean] return_partial_success
18234
18277
  # Opt-in for partial success behavior which provides partial results in case of
18235
- # failure. The default value is false and the logic is the same as today.
18278
+ # failure. The default value is false.
18236
18279
  # @param [String] fields
18237
18280
  # Selector specifying which fields to include in a partial response.
18238
18281
  # @param [String] quota_user
@@ -18555,7 +18598,7 @@ module Google
18555
18598
  # by a previous list request to get the next page of results.
18556
18599
  # @param [Boolean] return_partial_success
18557
18600
  # Opt-in for partial success behavior which provides partial results in case of
18558
- # failure. The default value is false and the logic is the same as today.
18601
+ # failure. The default value is false.
18559
18602
  # @param [String] fields
18560
18603
  # Selector specifying which fields to include in a partial response.
18561
18604
  # @param [String] quota_user
@@ -18635,7 +18678,7 @@ module Google
18635
18678
  # by a previous list request to get the next page of results.
18636
18679
  # @param [Boolean] return_partial_success
18637
18680
  # Opt-in for partial success behavior which provides partial results in case of
18638
- # failure. The default value is false and the logic is the same as today.
18681
+ # failure. The default value is false.
18639
18682
  # @param [String] fields
18640
18683
  # Selector specifying which fields to include in a partial response.
18641
18684
  # @param [String] quota_user
@@ -18912,7 +18955,7 @@ module Google
18912
18955
  # by a previous list request to get the next page of results.
18913
18956
  # @param [Boolean] return_partial_success
18914
18957
  # Opt-in for partial success behavior which provides partial results in case of
18915
- # failure. The default value is false and the logic is the same as today.
18958
+ # failure. The default value is false.
18916
18959
  # @param [String] fields
18917
18960
  # Selector specifying which fields to include in a partial response.
18918
18961
  # @param [String] quota_user
@@ -19176,7 +19219,7 @@ module Google
19176
19219
  # by a previous list request to get the next page of results.
19177
19220
  # @param [Boolean] return_partial_success
19178
19221
  # Opt-in for partial success behavior which provides partial results in case of
19179
- # failure. The default value is false and the logic is the same as today.
19222
+ # failure. The default value is false.
19180
19223
  # @param [String] fields
19181
19224
  # Selector specifying which fields to include in a partial response.
19182
19225
  # @param [String] quota_user
@@ -19344,7 +19387,7 @@ module Google
19344
19387
  # by a previous list request to get the next page of results.
19345
19388
  # @param [Boolean] return_partial_success
19346
19389
  # Opt-in for partial success behavior which provides partial results in case of
19347
- # failure. The default value is false and the logic is the same as today.
19390
+ # failure. The default value is false.
19348
19391
  # @param [String] fields
19349
19392
  # Selector specifying which fields to include in a partial response.
19350
19393
  # @param [String] quota_user
@@ -19462,7 +19505,7 @@ module Google
19462
19505
  # by a previous list request to get the next page of results.
19463
19506
  # @param [Boolean] return_partial_success
19464
19507
  # Opt-in for partial success behavior which provides partial results in case of
19465
- # failure. The default value is false and the logic is the same as today.
19508
+ # failure. The default value is false.
19466
19509
  # @param [String] fields
19467
19510
  # Selector specifying which fields to include in a partial response.
19468
19511
  # @param [String] quota_user
@@ -19888,7 +19931,7 @@ module Google
19888
19931
  # Parent ID for this request.
19889
19932
  # @param [Boolean] return_partial_success
19890
19933
  # Opt-in for partial success behavior which provides partial results in case of
19891
- # failure. The default value is false and the logic is the same as today.
19934
+ # failure. The default value is false.
19892
19935
  # @param [String] fields
19893
19936
  # Selector specifying which fields to include in a partial response.
19894
19937
  # @param [String] quota_user
@@ -20246,7 +20289,7 @@ module Google
20246
20289
  # by a previous list request to get the next page of results.
20247
20290
  # @param [Boolean] return_partial_success
20248
20291
  # Opt-in for partial success behavior which provides partial results in case of
20249
- # failure. The default value is false and the logic is the same as today.
20292
+ # failure. The default value is false.
20250
20293
  # @param [String] fields
20251
20294
  # Selector specifying which fields to include in a partial response.
20252
20295
  # @param [String] quota_user
@@ -20467,7 +20510,7 @@ module Google
20467
20510
  # by a previous list request to get the next page of results.
20468
20511
  # @param [Boolean] return_partial_success
20469
20512
  # Opt-in for partial success behavior which provides partial results in case of
20470
- # failure. The default value is false and the logic is the same as today.
20513
+ # failure. The default value is false.
20471
20514
  # @param [String] fields
20472
20515
  # Selector specifying which fields to include in a partial response.
20473
20516
  # @param [String] quota_user
@@ -20897,7 +20940,7 @@ module Google
20897
20940
  # by a previous list request to get the next page of results.
20898
20941
  # @param [Boolean] return_partial_success
20899
20942
  # Opt-in for partial success behavior which provides partial results in case of
20900
- # failure. The default value is false and the logic is the same as today.
20943
+ # failure. The default value is false.
20901
20944
  # @param [String] fields
20902
20945
  # Selector specifying which fields to include in a partial response.
20903
20946
  # @param [String] quota_user
@@ -20973,7 +21016,7 @@ module Google
20973
21016
  # by a previous list request to get the next page of results.
20974
21017
  # @param [Boolean] return_partial_success
20975
21018
  # Opt-in for partial success behavior which provides partial results in case of
20976
- # failure. The default value is false and the logic is the same as today.
21019
+ # failure. The default value is false.
20977
21020
  # @param [String] fields
20978
21021
  # Selector specifying which fields to include in a partial response.
20979
21022
  # @param [String] quota_user
@@ -21478,7 +21521,7 @@ module Google
21478
21521
  # by a previous list request to get the next page of results.
21479
21522
  # @param [Boolean] return_partial_success
21480
21523
  # Opt-in for partial success behavior which provides partial results in case of
21481
- # failure. The default value is false and the logic is the same as today.
21524
+ # failure. The default value is false.
21482
21525
  # @param [String] fields
21483
21526
  # Selector specifying which fields to include in a partial response.
21484
21527
  # @param [String] quota_user
@@ -21614,7 +21657,7 @@ module Google
21614
21657
  # by a previous list request to get the next page of results.
21615
21658
  # @param [Boolean] return_partial_success
21616
21659
  # Opt-in for partial success behavior which provides partial results in case of
21617
- # failure. The default value is false and the logic is the same as today.
21660
+ # failure. The default value is false.
21618
21661
  # @param [String] fields
21619
21662
  # Selector specifying which fields to include in a partial response.
21620
21663
  # @param [String] quota_user
@@ -21834,7 +21877,7 @@ module Google
21834
21877
  # by a previous list request to get the next page of results.
21835
21878
  # @param [Boolean] return_partial_success
21836
21879
  # Opt-in for partial success behavior which provides partial results in case of
21837
- # failure. The default value is false and the logic is the same as today.
21880
+ # failure. The default value is false.
21838
21881
  # @param [String] fields
21839
21882
  # Selector specifying which fields to include in a partial response.
21840
21883
  # @param [String] quota_user
@@ -22110,7 +22153,7 @@ module Google
22110
22153
  # by a previous list request to get the next page of results.
22111
22154
  # @param [Boolean] return_partial_success
22112
22155
  # Opt-in for partial success behavior which provides partial results in case of
22113
- # failure. The default value is false and the logic is the same as today.
22156
+ # failure. The default value is false.
22114
22157
  # @param [String] fields
22115
22158
  # Selector specifying which fields to include in a partial response.
22116
22159
  # @param [String] quota_user
@@ -22526,7 +22569,7 @@ module Google
22526
22569
  # by a previous list request to get the next page of results.
22527
22570
  # @param [Boolean] return_partial_success
22528
22571
  # Opt-in for partial success behavior which provides partial results in case of
22529
- # failure. The default value is false and the logic is the same as today.
22572
+ # failure. The default value is false.
22530
22573
  # @param [String] fields
22531
22574
  # Selector specifying which fields to include in a partial response.
22532
22575
  # @param [String] quota_user
@@ -22763,7 +22806,7 @@ module Google
22763
22806
  # by a previous list request to get the next page of results.
22764
22807
  # @param [Boolean] return_partial_success
22765
22808
  # Opt-in for partial success behavior which provides partial results in case of
22766
- # failure. The default value is false and the logic is the same as today.
22809
+ # failure. The default value is false.
22767
22810
  # @param [String] fields
22768
22811
  # Selector specifying which fields to include in a partial response.
22769
22812
  # @param [String] quota_user
@@ -22933,7 +22976,7 @@ module Google
22933
22976
  # by a previous list request to get the next page of results.
22934
22977
  # @param [Boolean] return_partial_success
22935
22978
  # Opt-in for partial success behavior which provides partial results in case of
22936
- # failure. The default value is false and the logic is the same as today.
22979
+ # failure. The default value is false.
22937
22980
  # @param [String] fields
22938
22981
  # Selector specifying which fields to include in a partial response.
22939
22982
  # @param [String] quota_user
@@ -23147,7 +23190,7 @@ module Google
23147
23190
  # by a previous list request to get the next page of results.
23148
23191
  # @param [Boolean] return_partial_success
23149
23192
  # Opt-in for partial success behavior which provides partial results in case of
23150
- # failure. The default value is false and the logic is the same as today.
23193
+ # failure. The default value is false.
23151
23194
  # @param [String] fields
23152
23195
  # Selector specifying which fields to include in a partial response.
23153
23196
  # @param [String] quota_user
@@ -23530,7 +23573,7 @@ module Google
23530
23573
  # by a previous list request to get the next page of results.
23531
23574
  # @param [Boolean] return_partial_success
23532
23575
  # Opt-in for partial success behavior which provides partial results in case of
23533
- # failure. The default value is false and the logic is the same as today.
23576
+ # failure. The default value is false.
23534
23577
  # @param [String] fields
23535
23578
  # Selector specifying which fields to include in a partial response.
23536
23579
  # @param [String] quota_user
@@ -23861,7 +23904,7 @@ module Google
23861
23904
  # by a previous list request to get the next page of results.
23862
23905
  # @param [Boolean] return_partial_success
23863
23906
  # Opt-in for partial success behavior which provides partial results in case of
23864
- # failure. The default value is false and the logic is the same as today.
23907
+ # failure. The default value is false.
23865
23908
  # @param [String] fields
23866
23909
  # Selector specifying which fields to include in a partial response.
23867
23910
  # @param [String] quota_user
@@ -24084,7 +24127,7 @@ module Google
24084
24127
  # by a previous list request to get the next page of results.
24085
24128
  # @param [Boolean] return_partial_success
24086
24129
  # Opt-in for partial success behavior which provides partial results in case of
24087
- # failure. The default value is false and the logic is the same as today.
24130
+ # failure. The default value is false.
24088
24131
  # @param [String] fields
24089
24132
  # Selector specifying which fields to include in a partial response.
24090
24133
  # @param [String] quota_user
@@ -24404,7 +24447,7 @@ module Google
24404
24447
  # by a previous list request to get the next page of results.
24405
24448
  # @param [Boolean] return_partial_success
24406
24449
  # Opt-in for partial success behavior which provides partial results in case of
24407
- # failure. The default value is false and the logic is the same as today.
24450
+ # failure. The default value is false.
24408
24451
  # @param [String] fields
24409
24452
  # Selector specifying which fields to include in a partial response.
24410
24453
  # @param [String] quota_user
@@ -24825,7 +24868,7 @@ module Google
24825
24868
  # by a previous list request to get the next page of results.
24826
24869
  # @param [Boolean] return_partial_success
24827
24870
  # Opt-in for partial success behavior which provides partial results in case of
24828
- # failure. The default value is false and the logic is the same as today.
24871
+ # failure. The default value is false.
24829
24872
  # @param [String] fields
24830
24873
  # Selector specifying which fields to include in a partial response.
24831
24874
  # @param [String] quota_user
@@ -25464,7 +25507,7 @@ module Google
25464
25507
  # by a previous list request to get the next page of results.
25465
25508
  # @param [Boolean] return_partial_success
25466
25509
  # Opt-in for partial success behavior which provides partial results in case of
25467
- # failure. The default value is false and the logic is the same as today.
25510
+ # failure. The default value is false.
25468
25511
  # @param [String] fields
25469
25512
  # Selector specifying which fields to include in a partial response.
25470
25513
  # @param [String] quota_user
@@ -25547,7 +25590,7 @@ module Google
25547
25590
  # by a previous list request to get the next page of results.
25548
25591
  # @param [Boolean] return_partial_success
25549
25592
  # Opt-in for partial success behavior which provides partial results in case of
25550
- # failure. The default value is false and the logic is the same as today.
25593
+ # failure. The default value is false.
25551
25594
  # @param [String] fields
25552
25595
  # Selector specifying which fields to include in a partial response.
25553
25596
  # @param [String] quota_user
@@ -25630,7 +25673,7 @@ module Google
25630
25673
  # by a previous list request to get the next page of results.
25631
25674
  # @param [Boolean] return_partial_success
25632
25675
  # Opt-in for partial success behavior which provides partial results in case of
25633
- # failure. The default value is false and the logic is the same as today.
25676
+ # failure. The default value is false.
25634
25677
  # @param [String] fields
25635
25678
  # Selector specifying which fields to include in a partial response.
25636
25679
  # @param [String] quota_user
@@ -25712,7 +25755,7 @@ module Google
25712
25755
  # by a previous list request to get the next page of results.
25713
25756
  # @param [Boolean] return_partial_success
25714
25757
  # Opt-in for partial success behavior which provides partial results in case of
25715
- # failure. The default value is false and the logic is the same as today.
25758
+ # failure. The default value is false.
25716
25759
  # @param [String] fields
25717
25760
  # Selector specifying which fields to include in a partial response.
25718
25761
  # @param [String] quota_user
@@ -26461,7 +26504,7 @@ module Google
26461
26504
  # by a previous list request to get the next page of results.
26462
26505
  # @param [Boolean] return_partial_success
26463
26506
  # Opt-in for partial success behavior which provides partial results in case of
26464
- # failure. The default value is false and the logic is the same as today.
26507
+ # failure. The default value is false.
26465
26508
  # @param [String] fields
26466
26509
  # Selector specifying which fields to include in a partial response.
26467
26510
  # @param [String] quota_user
@@ -26545,7 +26588,7 @@ module Google
26545
26588
  # by a previous list request to get the next page of results.
26546
26589
  # @param [Boolean] return_partial_success
26547
26590
  # Opt-in for partial success behavior which provides partial results in case of
26548
- # failure. The default value is false and the logic is the same as today.
26591
+ # failure. The default value is false.
26549
26592
  # @param [String] fields
26550
26593
  # Selector specifying which fields to include in a partial response.
26551
26594
  # @param [String] quota_user
@@ -27019,7 +27062,7 @@ module Google
27019
27062
  # by a previous list request to get the next page of results.
27020
27063
  # @param [Boolean] return_partial_success
27021
27064
  # Opt-in for partial success behavior which provides partial results in case of
27022
- # failure. The default value is false and the logic is the same as today.
27065
+ # failure. The default value is false.
27023
27066
  # @param [String] fields
27024
27067
  # Selector specifying which fields to include in a partial response.
27025
27068
  # @param [String] quota_user
@@ -27387,7 +27430,7 @@ module Google
27387
27430
  # by a previous list request to get the next page of results.
27388
27431
  # @param [Boolean] return_partial_success
27389
27432
  # Opt-in for partial success behavior which provides partial results in case of
27390
- # failure. The default value is false and the logic is the same as today.
27433
+ # failure. The default value is false.
27391
27434
  # @param [String] fields
27392
27435
  # Selector specifying which fields to include in a partial response.
27393
27436
  # @param [String] quota_user
@@ -27471,7 +27514,7 @@ module Google
27471
27514
  # by a previous list request to get the next page of results.
27472
27515
  # @param [Boolean] return_partial_success
27473
27516
  # Opt-in for partial success behavior which provides partial results in case of
27474
- # failure. The default value is false and the logic is the same as today.
27517
+ # failure. The default value is false.
27475
27518
  # @param [String] fields
27476
27519
  # Selector specifying which fields to include in a partial response.
27477
27520
  # @param [String] quota_user
@@ -27691,7 +27734,7 @@ module Google
27691
27734
  # by a previous list request to get the next page of results.
27692
27735
  # @param [Boolean] return_partial_success
27693
27736
  # Opt-in for partial success behavior which provides partial results in case of
27694
- # failure. The default value is false and the logic is the same as today.
27737
+ # failure. The default value is false.
27695
27738
  # @param [String] fields
27696
27739
  # Selector specifying which fields to include in a partial response.
27697
27740
  # @param [String] quota_user
@@ -27887,7 +27930,7 @@ module Google
27887
27930
  # by a previous list request to get the next page of results.
27888
27931
  # @param [Boolean] return_partial_success
27889
27932
  # Opt-in for partial success behavior which provides partial results in case of
27890
- # failure. The default value is false and the logic is the same as today.
27933
+ # failure. The default value is false.
27891
27934
  # @param [String] fields
27892
27935
  # Selector specifying which fields to include in a partial response.
27893
27936
  # @param [String] quota_user
@@ -28158,7 +28201,7 @@ module Google
28158
28201
  # by a previous list request to get the next page of results.
28159
28202
  # @param [Boolean] return_partial_success
28160
28203
  # Opt-in for partial success behavior which provides partial results in case of
28161
- # failure. The default value is false and the logic is the same as today.
28204
+ # failure. The default value is false.
28162
28205
  # @param [String] fields
28163
28206
  # Selector specifying which fields to include in a partial response.
28164
28207
  # @param [String] quota_user
@@ -28422,7 +28465,7 @@ module Google
28422
28465
  # by a previous list request to get the next page of results.
28423
28466
  # @param [Boolean] return_partial_success
28424
28467
  # Opt-in for partial success behavior which provides partial results in case of
28425
- # failure. The default value is false and the logic is the same as today.
28468
+ # failure. The default value is false.
28426
28469
  # @param [String] fields
28427
28470
  # Selector specifying which fields to include in a partial response.
28428
28471
  # @param [String] quota_user
@@ -28740,7 +28783,7 @@ module Google
28740
28783
  # by a previous list request to get the next page of results.
28741
28784
  # @param [Boolean] return_partial_success
28742
28785
  # Opt-in for partial success behavior which provides partial results in case of
28743
- # failure. The default value is false and the logic is the same as today.
28786
+ # failure. The default value is false.
28744
28787
  # @param [String] fields
28745
28788
  # Selector specifying which fields to include in a partial response.
28746
28789
  # @param [String] quota_user
@@ -29142,7 +29185,7 @@ module Google
29142
29185
  # by a previous list request to get the next page of results.
29143
29186
  # @param [Boolean] return_partial_success
29144
29187
  # Opt-in for partial success behavior which provides partial results in case of
29145
- # failure. The default value is false and the logic is the same as today.
29188
+ # failure. The default value is false.
29146
29189
  # @param [String] fields
29147
29190
  # Selector specifying which fields to include in a partial response.
29148
29191
  # @param [String] quota_user
@@ -29432,7 +29475,7 @@ module Google
29432
29475
  # by a previous list request to get the next page of results.
29433
29476
  # @param [Boolean] return_partial_success
29434
29477
  # Opt-in for partial success behavior which provides partial results in case of
29435
- # failure. The default value is false and the logic is the same as today.
29478
+ # failure. The default value is false.
29436
29479
  # @param [String] fields
29437
29480
  # Selector specifying which fields to include in a partial response.
29438
29481
  # @param [String] quota_user
@@ -29514,7 +29557,7 @@ module Google
29514
29557
  # by a previous list request to get the next page of results.
29515
29558
  # @param [Boolean] return_partial_success
29516
29559
  # Opt-in for partial success behavior which provides partial results in case of
29517
- # failure. The default value is false and the logic is the same as today.
29560
+ # failure. The default value is false.
29518
29561
  # @param [String] fields
29519
29562
  # Selector specifying which fields to include in a partial response.
29520
29563
  # @param [String] quota_user
@@ -29778,7 +29821,7 @@ module Google
29778
29821
  # by a previous list request to get the next page of results.
29779
29822
  # @param [Boolean] return_partial_success
29780
29823
  # Opt-in for partial success behavior which provides partial results in case of
29781
- # failure. The default value is false and the logic is the same as today.
29824
+ # failure. The default value is false.
29782
29825
  # @param [String] fields
29783
29826
  # Selector specifying which fields to include in a partial response.
29784
29827
  # @param [String] quota_user
@@ -30001,7 +30044,7 @@ module Google
30001
30044
  # by a previous list request to get the next page of results.
30002
30045
  # @param [Boolean] return_partial_success
30003
30046
  # Opt-in for partial success behavior which provides partial results in case of
30004
- # failure. The default value is false and the logic is the same as today.
30047
+ # failure. The default value is false.
30005
30048
  # @param [String] fields
30006
30049
  # Selector specifying which fields to include in a partial response.
30007
30050
  # @param [String] quota_user
@@ -30264,7 +30307,7 @@ module Google
30264
30307
  # by a previous list request to get the next page of results.
30265
30308
  # @param [Boolean] return_partial_success
30266
30309
  # Opt-in for partial success behavior which provides partial results in case of
30267
- # failure. The default value is false and the logic is the same as today.
30310
+ # failure. The default value is false.
30268
30311
  # @param [String] fields
30269
30312
  # Selector specifying which fields to include in a partial response.
30270
30313
  # @param [String] quota_user
@@ -30432,7 +30475,7 @@ module Google
30432
30475
  # by a previous list request to get the next page of results.
30433
30476
  # @param [Boolean] return_partial_success
30434
30477
  # Opt-in for partial success behavior which provides partial results in case of
30435
- # failure. The default value is false and the logic is the same as today.
30478
+ # failure. The default value is false.
30436
30479
  # @param [String] fields
30437
30480
  # Selector specifying which fields to include in a partial response.
30438
30481
  # @param [String] quota_user
@@ -30608,7 +30651,7 @@ module Google
30608
30651
  # by a previous list request to get the next page of results.
30609
30652
  # @param [Boolean] return_partial_success
30610
30653
  # Opt-in for partial success behavior which provides partial results in case of
30611
- # failure. The default value is false and the logic is the same as today.
30654
+ # failure. The default value is false.
30612
30655
  # @param [String] fields
30613
30656
  # Selector specifying which fields to include in a partial response.
30614
30657
  # @param [String] quota_user
@@ -30779,7 +30822,7 @@ module Google
30779
30822
  # by a previous list request to get the next page of results.
30780
30823
  # @param [Boolean] return_partial_success
30781
30824
  # Opt-in for partial success behavior which provides partial results in case of
30782
- # failure. The default value is false and the logic is the same as today.
30825
+ # failure. The default value is false.
30783
30826
  # @param [String] fields
30784
30827
  # Selector specifying which fields to include in a partial response.
30785
30828
  # @param [String] quota_user
@@ -31187,7 +31230,7 @@ module Google
31187
31230
  # by a previous list request to get the next page of results.
31188
31231
  # @param [Boolean] return_partial_success
31189
31232
  # Opt-in for partial success behavior which provides partial results in case of
31190
- # failure. The default value is false and the logic is the same as today.
31233
+ # failure. The default value is false.
31191
31234
  # @param [String] fields
31192
31235
  # Selector specifying which fields to include in a partial response.
31193
31236
  # @param [String] quota_user
@@ -31518,7 +31561,7 @@ module Google
31518
31561
  # by a previous list request to get the next page of results.
31519
31562
  # @param [Boolean] return_partial_success
31520
31563
  # Opt-in for partial success behavior which provides partial results in case of
31521
- # failure. The default value is false and the logic is the same as today.
31564
+ # failure. The default value is false.
31522
31565
  # @param [String] fields
31523
31566
  # Selector specifying which fields to include in a partial response.
31524
31567
  # @param [String] quota_user
@@ -31594,7 +31637,7 @@ module Google
31594
31637
  # by a previous list request to get the next page of results.
31595
31638
  # @param [Boolean] return_partial_success
31596
31639
  # Opt-in for partial success behavior which provides partial results in case of
31597
- # failure. The default value is false and the logic is the same as today.
31640
+ # failure. The default value is false.
31598
31641
  # @param [String] fields
31599
31642
  # Selector specifying which fields to include in a partial response.
31600
31643
  # @param [String] quota_user
@@ -31846,6 +31889,90 @@ module Google
31846
31889
  execute_or_queue_command(command, &block)
31847
31890
  end
31848
31891
 
31892
+ # Retrieves the list of all ServiceAttachment resources, regional and global,
31893
+ # available to the specified project.
31894
+ # @param [String] project
31895
+ # Name of the project scoping this request.
31896
+ # @param [String] filter
31897
+ # A filter expression that filters resources listed in the response. The
31898
+ # expression must specify the field name, a comparison operator, and the value
31899
+ # that you want to use for filtering. The value must be a string, a number, or a
31900
+ # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
31901
+ # For example, if you are filtering Compute Engine instances, you can exclude
31902
+ # instances named `example-instance` by specifying `name != example-instance`.
31903
+ # You can also filter nested fields. For example, you could specify `scheduling.
31904
+ # automaticRestart = false` to include instances only if they are not scheduled
31905
+ # for automatic restarts. You can use filtering on nested fields to filter based
31906
+ # on resource labels.
31907
+ # To filter on multiple expressions, provide each separate expression within
31908
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
31909
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
31910
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
31911
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
31912
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
31913
+ # @param [Boolean] include_all_scopes
31914
+ # Indicates whether every visible scope for each scope type (zone, region,
31915
+ # global) should be included in the response. For new resource types added after
31916
+ # this field, the flag has no effect as new resource types will always include
31917
+ # every visible scope for each scope type in response. For resource types which
31918
+ # predate this field, if this flag is omitted or false, only scopes of the scope
31919
+ # types where the resource type is expected to be found will be included.
31920
+ # @param [Fixnum] max_results
31921
+ # The maximum number of results per page that should be returned. If the number
31922
+ # of available results is larger than `maxResults`, Compute Engine returns a `
31923
+ # nextPageToken` that can be used to get the next page of results in subsequent
31924
+ # list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
31925
+ # @param [String] order_by
31926
+ # Sorts list results by a certain order. By default, results are returned in
31927
+ # alphanumerical order based on the resource name.
31928
+ # You can also sort results in descending order based on the creation timestamp
31929
+ # using `orderBy="creationTimestamp desc"`. This sorts results based on the `
31930
+ # creationTimestamp` field in reverse chronological order (newest result first).
31931
+ # Use this to sort resources like operations so that the newest operation is
31932
+ # returned first.
31933
+ # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
31934
+ # @param [String] page_token
31935
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned
31936
+ # by a previous list request to get the next page of results.
31937
+ # @param [Boolean] return_partial_success
31938
+ # Opt-in for partial success behavior which provides partial results in case of
31939
+ # failure. The default value is false.
31940
+ # @param [String] fields
31941
+ # Selector specifying which fields to include in a partial response.
31942
+ # @param [String] quota_user
31943
+ # An opaque string that represents a user for quota purposes. Must not exceed 40
31944
+ # characters.
31945
+ # @param [String] user_ip
31946
+ # Deprecated. Please use quotaUser instead.
31947
+ # @param [Google::Apis::RequestOptions] options
31948
+ # Request-specific options
31949
+ #
31950
+ # @yield [result, err] Result & error if block supplied
31951
+ # @yieldparam result [Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList] parsed result object
31952
+ # @yieldparam err [StandardError] error object if request failed
31953
+ #
31954
+ # @return [Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList]
31955
+ #
31956
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
31957
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
31958
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
31959
+ def aggregated_service_attachment_list(project, filter: nil, include_all_scopes: 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)
31960
+ command = make_simple_command(:get, 'projects/{project}/aggregated/serviceAttachments', options)
31961
+ command.response_representation = Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList::Representation
31962
+ command.response_class = Google::Apis::ComputeAlpha::ServiceAttachmentAggregatedList
31963
+ command.params['project'] = project unless project.nil?
31964
+ command.query['filter'] = filter unless filter.nil?
31965
+ command.query['includeAllScopes'] = include_all_scopes unless include_all_scopes.nil?
31966
+ command.query['maxResults'] = max_results unless max_results.nil?
31967
+ command.query['orderBy'] = order_by unless order_by.nil?
31968
+ command.query['pageToken'] = page_token unless page_token.nil?
31969
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
31970
+ command.query['fields'] = fields unless fields.nil?
31971
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
31972
+ command.query['userIp'] = user_ip unless user_ip.nil?
31973
+ execute_or_queue_command(command, &block)
31974
+ end
31975
+
31849
31976
  # Deletes the specified ServiceAttachment in the given scope
31850
31977
  # @param [String] project
31851
31978
  # Project ID for this request.
@@ -32072,7 +32199,7 @@ module Google
32072
32199
  # by a previous list request to get the next page of results.
32073
32200
  # @param [Boolean] return_partial_success
32074
32201
  # Opt-in for partial success behavior which provides partial results in case of
32075
- # failure. The default value is false and the logic is the same as today.
32202
+ # failure. The default value is false.
32076
32203
  # @param [String] fields
32077
32204
  # Selector specifying which fields to include in a partial response.
32078
32205
  # @param [String] quota_user
@@ -32412,7 +32539,7 @@ module Google
32412
32539
  # by a previous list request to get the next page of results.
32413
32540
  # @param [Boolean] return_partial_success
32414
32541
  # Opt-in for partial success behavior which provides partial results in case of
32415
- # failure. The default value is false and the logic is the same as today.
32542
+ # failure. The default value is false.
32416
32543
  # @param [String] fields
32417
32544
  # Selector specifying which fields to include in a partial response.
32418
32545
  # @param [String] quota_user
@@ -32614,7 +32741,7 @@ module Google
32614
32741
  # by a previous list request to get the next page of results.
32615
32742
  # @param [Boolean] return_partial_success
32616
32743
  # Opt-in for partial success behavior which provides partial results in case of
32617
- # failure. The default value is false and the logic is the same as today.
32744
+ # failure. The default value is false.
32618
32745
  # @param [String] fields
32619
32746
  # Selector specifying which fields to include in a partial response.
32620
32747
  # @param [String] quota_user
@@ -32825,7 +32952,7 @@ module Google
32825
32952
  # by a previous list request to get the next page of results.
32826
32953
  # @param [Boolean] return_partial_success
32827
32954
  # Opt-in for partial success behavior which provides partial results in case of
32828
- # failure. The default value is false and the logic is the same as today.
32955
+ # failure. The default value is false.
32829
32956
  # @param [String] fields
32830
32957
  # Selector specifying which fields to include in a partial response.
32831
32958
  # @param [String] quota_user
@@ -33075,7 +33202,7 @@ module Google
33075
33202
  # by a previous list request to get the next page of results.
33076
33203
  # @param [Boolean] return_partial_success
33077
33204
  # Opt-in for partial success behavior which provides partial results in case of
33078
- # failure. The default value is false and the logic is the same as today.
33205
+ # failure. The default value is false.
33079
33206
  # @param [String] fields
33080
33207
  # Selector specifying which fields to include in a partial response.
33081
33208
  # @param [String] quota_user
@@ -33151,7 +33278,7 @@ module Google
33151
33278
  # by a previous list request to get the next page of results.
33152
33279
  # @param [Boolean] return_partial_success
33153
33280
  # Opt-in for partial success behavior which provides partial results in case of
33154
- # failure. The default value is false and the logic is the same as today.
33281
+ # failure. The default value is false.
33155
33282
  # @param [String] fields
33156
33283
  # Selector specifying which fields to include in a partial response.
33157
33284
  # @param [String] quota_user
@@ -33324,7 +33451,7 @@ module Google
33324
33451
  # by a previous list request to get the next page of results.
33325
33452
  # @param [Boolean] return_partial_success
33326
33453
  # Opt-in for partial success behavior which provides partial results in case of
33327
- # failure. The default value is false and the logic is the same as today.
33454
+ # failure. The default value is false.
33328
33455
  # @param [String] fields
33329
33456
  # Selector specifying which fields to include in a partial response.
33330
33457
  # @param [String] quota_user
@@ -33642,7 +33769,7 @@ module Google
33642
33769
  # by a previous list request to get the next page of results.
33643
33770
  # @param [Boolean] return_partial_success
33644
33771
  # Opt-in for partial success behavior which provides partial results in case of
33645
- # failure. The default value is false and the logic is the same as today.
33772
+ # failure. The default value is false.
33646
33773
  # @param [String] fields
33647
33774
  # Selector specifying which fields to include in a partial response.
33648
33775
  # @param [String] quota_user
@@ -33718,7 +33845,7 @@ module Google
33718
33845
  # by a previous list request to get the next page of results.
33719
33846
  # @param [Boolean] return_partial_success
33720
33847
  # Opt-in for partial success behavior which provides partial results in case of
33721
- # failure. The default value is false and the logic is the same as today.
33848
+ # failure. The default value is false.
33722
33849
  # @param [String] fields
33723
33850
  # Selector specifying which fields to include in a partial response.
33724
33851
  # @param [String] quota_user
@@ -34132,7 +34259,7 @@ module Google
34132
34259
  # by a previous list request to get the next page of results.
34133
34260
  # @param [Boolean] return_partial_success
34134
34261
  # Opt-in for partial success behavior which provides partial results in case of
34135
- # failure. The default value is false and the logic is the same as today.
34262
+ # failure. The default value is false.
34136
34263
  # @param [String] fields
34137
34264
  # Selector specifying which fields to include in a partial response.
34138
34265
  # @param [String] quota_user
@@ -34307,7 +34434,7 @@ module Google
34307
34434
  # by a previous list request to get the next page of results.
34308
34435
  # @param [Boolean] return_partial_success
34309
34436
  # Opt-in for partial success behavior which provides partial results in case of
34310
- # failure. The default value is false and the logic is the same as today.
34437
+ # failure. The default value is false.
34311
34438
  # @param [String] fields
34312
34439
  # Selector specifying which fields to include in a partial response.
34313
34440
  # @param [String] quota_user
@@ -34518,7 +34645,7 @@ module Google
34518
34645
  # by a previous list request to get the next page of results.
34519
34646
  # @param [Boolean] return_partial_success
34520
34647
  # Opt-in for partial success behavior which provides partial results in case of
34521
- # failure. The default value is false and the logic is the same as today.
34648
+ # failure. The default value is false.
34522
34649
  # @param [String] fields
34523
34650
  # Selector specifying which fields to include in a partial response.
34524
34651
  # @param [String] quota_user
@@ -34744,7 +34871,7 @@ module Google
34744
34871
  # by a previous list request to get the next page of results.
34745
34872
  # @param [Boolean] return_partial_success
34746
34873
  # Opt-in for partial success behavior which provides partial results in case of
34747
- # failure. The default value is false and the logic is the same as today.
34874
+ # failure. The default value is false.
34748
34875
  # @param [String] fields
34749
34876
  # Selector specifying which fields to include in a partial response.
34750
34877
  # @param [String] quota_user
@@ -34955,7 +35082,7 @@ module Google
34955
35082
  # by a previous list request to get the next page of results.
34956
35083
  # @param [Boolean] return_partial_success
34957
35084
  # Opt-in for partial success behavior which provides partial results in case of
34958
- # failure. The default value is false and the logic is the same as today.
35085
+ # failure. The default value is false.
34959
35086
  # @param [String] fields
34960
35087
  # Selector specifying which fields to include in a partial response.
34961
35088
  # @param [String] quota_user
@@ -35390,7 +35517,7 @@ module Google
35390
35517
  # by a previous list request to get the next page of results.
35391
35518
  # @param [Boolean] return_partial_success
35392
35519
  # Opt-in for partial success behavior which provides partial results in case of
35393
- # failure. The default value is false and the logic is the same as today.
35520
+ # failure. The default value is false.
35394
35521
  # @param [String] fields
35395
35522
  # Selector specifying which fields to include in a partial response.
35396
35523
  # @param [String] quota_user
@@ -35612,7 +35739,7 @@ module Google
35612
35739
  # by a previous list request to get the next page of results.
35613
35740
  # @param [Boolean] return_partial_success
35614
35741
  # Opt-in for partial success behavior which provides partial results in case of
35615
- # failure. The default value is false and the logic is the same as today.
35742
+ # failure. The default value is false.
35616
35743
  # @param [String] fields
35617
35744
  # Selector specifying which fields to include in a partial response.
35618
35745
  # @param [String] quota_user
@@ -35845,7 +35972,7 @@ module Google
35845
35972
  # by a previous list request to get the next page of results.
35846
35973
  # @param [Boolean] return_partial_success
35847
35974
  # Opt-in for partial success behavior which provides partial results in case of
35848
- # failure. The default value is false and the logic is the same as today.
35975
+ # failure. The default value is false.
35849
35976
  # @param [String] fields
35850
35977
  # Selector specifying which fields to include in a partial response.
35851
35978
  # @param [String] quota_user
@@ -36109,7 +36236,7 @@ module Google
36109
36236
  # by a previous list request to get the next page of results.
36110
36237
  # @param [Boolean] return_partial_success
36111
36238
  # Opt-in for partial success behavior which provides partial results in case of
36112
- # failure. The default value is false and the logic is the same as today.
36239
+ # failure. The default value is false.
36113
36240
  # @param [String] fields
36114
36241
  # Selector specifying which fields to include in a partial response.
36115
36242
  # @param [String] quota_user
@@ -36527,7 +36654,7 @@ module Google
36527
36654
  # by a previous list request to get the next page of results.
36528
36655
  # @param [Boolean] return_partial_success
36529
36656
  # Opt-in for partial success behavior which provides partial results in case of
36530
- # failure. The default value is false and the logic is the same as today.
36657
+ # failure. The default value is false.
36531
36658
  # @param [String] fields
36532
36659
  # Selector specifying which fields to include in a partial response.
36533
36660
  # @param [String] quota_user
@@ -37036,7 +37163,7 @@ module Google
37036
37163
  # by a previous list request to get the next page of results.
37037
37164
  # @param [Boolean] return_partial_success
37038
37165
  # Opt-in for partial success behavior which provides partial results in case of
37039
- # failure. The default value is false and the logic is the same as today.
37166
+ # failure. The default value is false.
37040
37167
  # @param [String] fields
37041
37168
  # Selector specifying which fields to include in a partial response.
37042
37169
  # @param [String] quota_user
@@ -37259,7 +37386,7 @@ module Google
37259
37386
  # by a previous list request to get the next page of results.
37260
37387
  # @param [Boolean] return_partial_success
37261
37388
  # Opt-in for partial success behavior which provides partial results in case of
37262
- # failure. The default value is false and the logic is the same as today.
37389
+ # failure. The default value is false.
37263
37390
  # @param [String] fields
37264
37391
  # Selector specifying which fields to include in a partial response.
37265
37392
  # @param [String] quota_user
@@ -37481,7 +37608,7 @@ module Google
37481
37608
  # by a previous list request to get the next page of results.
37482
37609
  # @param [Boolean] return_partial_success
37483
37610
  # Opt-in for partial success behavior which provides partial results in case of
37484
- # failure. The default value is false and the logic is the same as today.
37611
+ # failure. The default value is false.
37485
37612
  # @param [String] fields
37486
37613
  # Selector specifying which fields to include in a partial response.
37487
37614
  # @param [String] quota_user
@@ -37662,7 +37789,7 @@ module Google
37662
37789
  # by a previous list request to get the next page of results.
37663
37790
  # @param [Boolean] return_partial_success
37664
37791
  # Opt-in for partial success behavior which provides partial results in case of
37665
- # failure. The default value is false and the logic is the same as today.
37792
+ # failure. The default value is false.
37666
37793
  # @param [String] fields
37667
37794
  # Selector specifying which fields to include in a partial response.
37668
37795
  # @param [String] quota_user
@@ -37926,7 +38053,7 @@ module Google
37926
38053
  # by a previous list request to get the next page of results.
37927
38054
  # @param [Boolean] return_partial_success
37928
38055
  # Opt-in for partial success behavior which provides partial results in case of
37929
- # failure. The default value is false and the logic is the same as today.
38056
+ # failure. The default value is false.
37930
38057
  # @param [String] fields
37931
38058
  # Selector specifying which fields to include in a partial response.
37932
38059
  # @param [String] quota_user
@@ -38191,7 +38318,7 @@ module Google
38191
38318
  # by a previous list request to get the next page of results.
38192
38319
  # @param [Boolean] return_partial_success
38193
38320
  # Opt-in for partial success behavior which provides partial results in case of
38194
- # failure. The default value is false and the logic is the same as today.
38321
+ # failure. The default value is false.
38195
38322
  # @param [String] fields
38196
38323
  # Selector specifying which fields to include in a partial response.
38197
38324
  # @param [String] quota_user
@@ -38451,7 +38578,7 @@ module Google
38451
38578
  # by a previous list request to get the next page of results.
38452
38579
  # @param [Boolean] return_partial_success
38453
38580
  # Opt-in for partial success behavior which provides partial results in case of
38454
- # failure. The default value is false and the logic is the same as today.
38581
+ # failure. The default value is false.
38455
38582
  # @param [String] fields
38456
38583
  # Selector specifying which fields to include in a partial response.
38457
38584
  # @param [String] quota_user
@@ -38631,7 +38758,7 @@ module Google
38631
38758
  # by a previous list request to get the next page of results.
38632
38759
  # @param [Boolean] return_partial_success
38633
38760
  # Opt-in for partial success behavior which provides partial results in case of
38634
- # failure. The default value is false and the logic is the same as today.
38761
+ # failure. The default value is false.
38635
38762
  # @param [String] fields
38636
38763
  # Selector specifying which fields to include in a partial response.
38637
38764
  # @param [String] quota_user
@@ -38853,7 +38980,7 @@ module Google
38853
38980
  # by a previous list request to get the next page of results.
38854
38981
  # @param [Boolean] return_partial_success
38855
38982
  # Opt-in for partial success behavior which provides partial results in case of
38856
- # failure. The default value is false and the logic is the same as today.
38983
+ # failure. The default value is false.
38857
38984
  # @param [String] fields
38858
38985
  # Selector specifying which fields to include in a partial response.
38859
38986
  # @param [String] quota_user
@@ -39218,7 +39345,7 @@ module Google
39218
39345
  # by a previous list request to get the next page of results.
39219
39346
  # @param [Boolean] return_partial_success
39220
39347
  # Opt-in for partial success behavior which provides partial results in case of
39221
- # failure. The default value is false and the logic is the same as today.
39348
+ # failure. The default value is false.
39222
39349
  # @param [String] fields
39223
39350
  # Selector specifying which fields to include in a partial response.
39224
39351
  # @param [String] quota_user
@@ -39681,7 +39808,7 @@ module Google
39681
39808
  # by a previous list request to get the next page of results.
39682
39809
  # @param [Boolean] return_partial_success
39683
39810
  # Opt-in for partial success behavior which provides partial results in case of
39684
- # failure. The default value is false and the logic is the same as today.
39811
+ # failure. The default value is false.
39685
39812
  # @param [String] fields
39686
39813
  # Selector specifying which fields to include in a partial response.
39687
39814
  # @param [String] quota_user
@@ -39975,7 +40102,7 @@ module Google
39975
40102
  # by a previous list request to get the next page of results.
39976
40103
  # @param [Boolean] return_partial_success
39977
40104
  # Opt-in for partial success behavior which provides partial results in case of
39978
- # failure. The default value is false and the logic is the same as today.
40105
+ # failure. The default value is false.
39979
40106
  # @param [String] fields
39980
40107
  # Selector specifying which fields to include in a partial response.
39981
40108
  # @param [String] quota_user
@@ -40137,7 +40264,7 @@ module Google
40137
40264
  # by a previous list request to get the next page of results.
40138
40265
  # @param [Boolean] return_partial_success
40139
40266
  # Opt-in for partial success behavior which provides partial results in case of
40140
- # failure. The default value is false and the logic is the same as today.
40267
+ # failure. The default value is false.
40141
40268
  # @param [String] fields
40142
40269
  # Selector specifying which fields to include in a partial response.
40143
40270
  # @param [String] quota_user