google-apis-compute_beta 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.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
@@ -2542,6 +2542,12 @@ module Google
2542
2542
  include Google::Apis::Core::JsonObjectSupport
2543
2543
  end
2544
2544
 
2545
+ class NetworkPerformanceConfig
2546
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2547
+
2548
+ include Google::Apis::Core::JsonObjectSupport
2549
+ end
2550
+
2545
2551
  class NetworkRoutingConfig
2546
2552
  class Representation < Google::Apis::Core::JsonRepresentation; end
2547
2553
 
@@ -3658,6 +3664,18 @@ module Google
3658
3664
  include Google::Apis::Core::JsonObjectSupport
3659
3665
  end
3660
3666
 
3667
+ class ResourcePolicyInstanceSchedulePolicy
3668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3669
+
3670
+ include Google::Apis::Core::JsonObjectSupport
3671
+ end
3672
+
3673
+ class ResourcePolicyInstanceSchedulePolicySchedule
3674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3675
+
3676
+ include Google::Apis::Core::JsonObjectSupport
3677
+ end
3678
+
3661
3679
  class ResourcePolicyList
3662
3680
  class Representation < Google::Apis::Core::JsonRepresentation; end
3663
3681
 
@@ -3676,6 +3694,18 @@ module Google
3676
3694
  include Google::Apis::Core::JsonObjectSupport
3677
3695
  end
3678
3696
 
3697
+ class ResourcePolicyResourceStatus
3698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3699
+
3700
+ include Google::Apis::Core::JsonObjectSupport
3701
+ end
3702
+
3703
+ class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
3704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3705
+
3706
+ include Google::Apis::Core::JsonObjectSupport
3707
+ end
3708
+
3679
3709
  class ResourcePolicySnapshotSchedulePolicy
3680
3710
  class Representation < Google::Apis::Core::JsonRepresentation; end
3681
3711
 
@@ -4042,6 +4072,24 @@ module Google
4042
4072
  include Google::Apis::Core::JsonObjectSupport
4043
4073
  end
4044
4074
 
4075
+ class ServiceAttachmentAggregatedList
4076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4077
+
4078
+ class Warning
4079
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4080
+
4081
+ class Datum
4082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4083
+
4084
+ include Google::Apis::Core::JsonObjectSupport
4085
+ end
4086
+
4087
+ include Google::Apis::Core::JsonObjectSupport
4088
+ end
4089
+
4090
+ include Google::Apis::Core::JsonObjectSupport
4091
+ end
4092
+
4045
4093
  class ServiceAttachmentConsumerForwardingRule
4046
4094
  class Representation < Google::Apis::Core::JsonRepresentation; end
4047
4095
 
@@ -4066,6 +4114,24 @@ module Google
4066
4114
  include Google::Apis::Core::JsonObjectSupport
4067
4115
  end
4068
4116
 
4117
+ class ServiceAttachmentsScopedList
4118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4119
+
4120
+ class Warning
4121
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4122
+
4123
+ class Datum
4124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4125
+
4126
+ include Google::Apis::Core::JsonObjectSupport
4127
+ end
4128
+
4129
+ include Google::Apis::Core::JsonObjectSupport
4130
+ end
4131
+
4132
+ include Google::Apis::Core::JsonObjectSupport
4133
+ end
4134
+
4069
4135
  class ShieldedInstanceConfig
4070
4136
  class Representation < Google::Apis::Core::JsonRepresentation; end
4071
4137
 
@@ -5544,6 +5610,7 @@ module Google
5544
5610
 
5545
5611
  collection :local_ssds, as: 'localSsds', class: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk, decorator: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk::Representation
5546
5612
 
5613
+ property :location_hint, as: 'locationHint'
5547
5614
  property :machine_type, as: 'machineType'
5548
5615
  property :min_cpu_platform, as: 'minCpuPlatform'
5549
5616
  end
@@ -7143,6 +7210,7 @@ module Google
7143
7210
  property :network_tier, as: 'networkTier'
7144
7211
  property :port_range, as: 'portRange'
7145
7212
  collection :ports, as: 'ports'
7213
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
7146
7214
  property :region, as: 'region'
7147
7215
  property :self_link, as: 'selfLink'
7148
7216
  collection :service_directory_registrations, as: 'serviceDirectoryRegistrations', class: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration, decorator: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration::Representation
@@ -7231,6 +7299,7 @@ module Google
7231
7299
  class Representation < Google::Apis::Core::JsonRepresentation
7232
7300
  property :namespace, as: 'namespace'
7233
7301
  property :service, as: 'service'
7302
+ property :service_directory_region, as: 'serviceDirectoryRegion'
7234
7303
  end
7235
7304
  end
7236
7305
 
@@ -7914,6 +7983,7 @@ module Google
7914
7983
  property :name, as: 'name'
7915
7984
  property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeBeta::Image::RawDisk, decorator: Google::Apis::ComputeBeta::Image::RawDisk::Representation
7916
7985
 
7986
+ property :satisfies_pzs, as: 'satisfiesPzs'
7917
7987
  property :self_link, as: 'selfLink'
7918
7988
  property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeBeta::InitialStateConfig, decorator: Google::Apis::ComputeBeta::InitialStateConfig::Representation
7919
7989
 
@@ -8025,6 +8095,8 @@ module Google
8025
8095
  property :name, as: 'name'
8026
8096
  collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeBeta::NetworkInterface, decorator: Google::Apis::ComputeBeta::NetworkInterface::Representation
8027
8097
 
8098
+ property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
8099
+
8028
8100
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
8029
8101
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
8030
8102
 
@@ -8743,6 +8815,8 @@ module Google
8743
8815
  property :min_cpu_platform, as: 'minCpuPlatform'
8744
8816
  collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeBeta::NetworkInterface, decorator: Google::Apis::ComputeBeta::NetworkInterface::Representation
8745
8817
 
8818
+ property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
8819
+
8746
8820
  property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
8747
8821
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
8748
8822
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
@@ -9483,6 +9557,7 @@ module Google
9483
9557
  property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
9484
9558
 
9485
9559
  property :name, as: 'name'
9560
+ property :satisfies_pzs, as: 'satisfiesPzs'
9486
9561
  property :self_link, as: 'selfLink'
9487
9562
  collection :source_disk_encryption_keys, as: 'sourceDiskEncryptionKeys', class: Google::Apis::ComputeBeta::SourceDiskEncryptionKey, decorator: Google::Apis::ComputeBeta::SourceDiskEncryptionKey::Representation
9488
9563
 
@@ -10084,6 +10159,13 @@ module Google
10084
10159
  end
10085
10160
  end
10086
10161
 
10162
+ class NetworkPerformanceConfig
10163
+ # @private
10164
+ class Representation < Google::Apis::Core::JsonRepresentation
10165
+ property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
10166
+ end
10167
+ end
10168
+
10087
10169
  class NetworkRoutingConfig
10088
10170
  # @private
10089
10171
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10159,6 +10241,7 @@ module Google
10159
10241
  property :fingerprint, :base64 => true, as: 'fingerprint'
10160
10242
  property :id, :numeric_string => true, as: 'id'
10161
10243
  property :kind, as: 'kind'
10244
+ property :location_hint, as: 'locationHint'
10162
10245
  property :maintenance_policy, as: 'maintenancePolicy'
10163
10246
  property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow::Representation
10164
10247
 
@@ -10265,6 +10348,7 @@ module Google
10265
10348
  collection :instances, as: 'instances'
10266
10349
  property :name, as: 'name'
10267
10350
  property :node_type, as: 'nodeType'
10351
+ property :satisfies_pzs, as: 'satisfiesPzs'
10268
10352
  property :server_binding, as: 'serverBinding', class: Google::Apis::ComputeBeta::ServerBinding, decorator: Google::Apis::ComputeBeta::ServerBinding::Representation
10269
10353
 
10270
10354
  property :server_id, as: 'serverId'
@@ -11811,6 +11895,7 @@ module Google
11811
11895
  property :id, :numeric_string => true, as: 'id'
11812
11896
  property :kind, as: 'kind'
11813
11897
  property :name, as: 'name'
11898
+ property :satisfies_pzs, as: 'satisfiesPzs'
11814
11899
  property :self_link, as: 'selfLink'
11815
11900
  property :specific_reservation, as: 'specificReservation', class: Google::Apis::ComputeBeta::AllocationSpecificSkuReservation, decorator: Google::Apis::ComputeBeta::AllocationSpecificSkuReservation::Representation
11816
11901
 
@@ -11981,9 +12066,13 @@ module Google
11981
12066
  property :group_placement_policy, as: 'groupPlacementPolicy', class: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy::Representation
11982
12067
 
11983
12068
  property :id, :numeric_string => true, as: 'id'
12069
+ property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicy::Representation
12070
+
11984
12071
  property :kind, as: 'kind'
11985
12072
  property :name, as: 'name'
11986
12073
  property :region, as: 'region'
12074
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::ResourcePolicyResourceStatus, decorator: Google::Apis::ComputeBeta::ResourcePolicyResourceStatus::Representation
12075
+
11987
12076
  property :self_link, as: 'selfLink'
11988
12077
  property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy', class: Google::Apis::ComputeBeta::ResourcePolicySnapshotSchedulePolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicySnapshotSchedulePolicy::Representation
11989
12078
 
@@ -12052,6 +12141,26 @@ module Google
12052
12141
  end
12053
12142
  end
12054
12143
 
12144
+ class ResourcePolicyInstanceSchedulePolicy
12145
+ # @private
12146
+ class Representation < Google::Apis::Core::JsonRepresentation
12147
+ property :expiration_time, as: 'expirationTime'
12148
+ property :start_time, as: 'startTime'
12149
+ property :time_zone, as: 'timeZone'
12150
+ property :vm_start_schedule, as: 'vmStartSchedule', class: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule::Representation
12151
+
12152
+ property :vm_stop_schedule, as: 'vmStopSchedule', class: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule::Representation
12153
+
12154
+ end
12155
+ end
12156
+
12157
+ class ResourcePolicyInstanceSchedulePolicySchedule
12158
+ # @private
12159
+ class Representation < Google::Apis::Core::JsonRepresentation
12160
+ property :schedule, as: 'schedule'
12161
+ end
12162
+ end
12163
+
12055
12164
  class ResourcePolicyList
12056
12165
  # @private
12057
12166
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12085,6 +12194,22 @@ module Google
12085
12194
  end
12086
12195
  end
12087
12196
 
12197
+ class ResourcePolicyResourceStatus
12198
+ # @private
12199
+ class Representation < Google::Apis::Core::JsonRepresentation
12200
+ property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeBeta::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus, decorator: Google::Apis::ComputeBeta::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus::Representation
12201
+
12202
+ end
12203
+ end
12204
+
12205
+ class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
12206
+ # @private
12207
+ class Representation < Google::Apis::Core::JsonRepresentation
12208
+ property :last_run_start_time, as: 'lastRunStartTime'
12209
+ property :next_run_start_time, as: 'nextRunStartTime'
12210
+ end
12211
+ end
12212
+
12088
12213
  class ResourcePolicySnapshotSchedulePolicy
12089
12214
  # @private
12090
12215
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12797,6 +12922,39 @@ module Google
12797
12922
  end
12798
12923
  end
12799
12924
 
12925
+ class ServiceAttachmentAggregatedList
12926
+ # @private
12927
+ class Representation < Google::Apis::Core::JsonRepresentation
12928
+ property :id, as: 'id'
12929
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Representation
12930
+
12931
+ property :kind, as: 'kind'
12932
+ property :next_page_token, as: 'nextPageToken'
12933
+ property :self_link, as: 'selfLink'
12934
+ collection :unreachables, as: 'unreachables'
12935
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning::Representation
12936
+
12937
+ end
12938
+
12939
+ class Warning
12940
+ # @private
12941
+ class Representation < Google::Apis::Core::JsonRepresentation
12942
+ property :code, as: 'code'
12943
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning::Datum::Representation
12944
+
12945
+ property :message, as: 'message'
12946
+ end
12947
+
12948
+ class Datum
12949
+ # @private
12950
+ class Representation < Google::Apis::Core::JsonRepresentation
12951
+ property :key, as: 'key'
12952
+ property :value, as: 'value'
12953
+ end
12954
+ end
12955
+ end
12956
+ end
12957
+
12800
12958
  class ServiceAttachmentConsumerForwardingRule
12801
12959
  # @private
12802
12960
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12837,6 +12995,34 @@ module Google
12837
12995
  end
12838
12996
  end
12839
12997
 
12998
+ class ServiceAttachmentsScopedList
12999
+ # @private
13000
+ class Representation < Google::Apis::Core::JsonRepresentation
13001
+ collection :resources, as: 'resources', class: Google::Apis::ComputeBeta::ServiceAttachment, decorator: Google::Apis::ComputeBeta::ServiceAttachment::Representation
13002
+
13003
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Representation
13004
+
13005
+ end
13006
+
13007
+ class Warning
13008
+ # @private
13009
+ class Representation < Google::Apis::Core::JsonRepresentation
13010
+ property :code, as: 'code'
13011
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Datum::Representation
13012
+
13013
+ property :message, as: 'message'
13014
+ end
13015
+
13016
+ class Datum
13017
+ # @private
13018
+ class Representation < Google::Apis::Core::JsonRepresentation
13019
+ property :key, as: 'key'
13020
+ property :value, as: 'value'
13021
+ end
13022
+ end
13023
+ end
13024
+ end
13025
+
12840
13026
  class ShieldedInstanceConfig
12841
13027
  # @private
12842
13028
  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
@@ -1389,7 +1389,7 @@ module Google
1389
1389
  # by a previous list request to get the next page of results.
1390
1390
  # @param [Boolean] return_partial_success
1391
1391
  # Opt-in for partial success behavior which provides partial results in case of
1392
- # failure. The default value is false and the logic is the same as today.
1392
+ # failure. The default value is false.
1393
1393
  # @param [String] fields
1394
1394
  # Selector specifying which fields to include in a partial response.
1395
1395
  # @param [String] quota_user
@@ -1629,7 +1629,7 @@ module Google
1629
1629
  # by a previous list request to get the next page of results.
1630
1630
  # @param [Boolean] return_partial_success
1631
1631
  # Opt-in for partial success behavior which provides partial results in case of
1632
- # failure. The default value is false and the logic is the same as today.
1632
+ # failure. The default value is false.
1633
1633
  # @param [String] fields
1634
1634
  # Selector specifying which fields to include in a partial response.
1635
1635
  # @param [String] quota_user
@@ -1933,7 +1933,7 @@ module Google
1933
1933
  # by a previous list request to get the next page of results.
1934
1934
  # @param [Boolean] return_partial_success
1935
1935
  # Opt-in for partial success behavior which provides partial results in case of
1936
- # failure. The default value is false and the logic is the same as today.
1936
+ # failure. The default value is false.
1937
1937
  # @param [String] fields
1938
1938
  # Selector specifying which fields to include in a partial response.
1939
1939
  # @param [String] quota_user
@@ -2212,7 +2212,7 @@ module Google
2212
2212
  # by a previous list request to get the next page of results.
2213
2213
  # @param [Boolean] return_partial_success
2214
2214
  # Opt-in for partial success behavior which provides partial results in case of
2215
- # failure. The default value is false and the logic is the same as today.
2215
+ # failure. The default value is false.
2216
2216
  # @param [String] fields
2217
2217
  # Selector specifying which fields to include in a partial response.
2218
2218
  # @param [String] quota_user
@@ -2330,7 +2330,7 @@ module Google
2330
2330
  # by a previous list request to get the next page of results.
2331
2331
  # @param [Boolean] return_partial_success
2332
2332
  # Opt-in for partial success behavior which provides partial results in case of
2333
- # failure. The default value is false and the logic is the same as today.
2333
+ # failure. The default value is false.
2334
2334
  # @param [String] fields
2335
2335
  # Selector specifying which fields to include in a partial response.
2336
2336
  # @param [String] quota_user
@@ -2468,7 +2468,7 @@ module Google
2468
2468
  # by a previous list request to get the next page of results.
2469
2469
  # @param [Boolean] return_partial_success
2470
2470
  # Opt-in for partial success behavior which provides partial results in case of
2471
- # failure. The default value is false and the logic is the same as today.
2471
+ # failure. The default value is false.
2472
2472
  # @param [String] fields
2473
2473
  # Selector specifying which fields to include in a partial response.
2474
2474
  # @param [String] quota_user
@@ -2799,7 +2799,7 @@ module Google
2799
2799
  # by a previous list request to get the next page of results.
2800
2800
  # @param [Boolean] return_partial_success
2801
2801
  # Opt-in for partial success behavior which provides partial results in case of
2802
- # failure. The default value is false and the logic is the same as today.
2802
+ # failure. The default value is false.
2803
2803
  # @param [String] fields
2804
2804
  # Selector specifying which fields to include in a partial response.
2805
2805
  # @param [String] quota_user
@@ -3258,7 +3258,7 @@ module Google
3258
3258
  # by a previous list request to get the next page of results.
3259
3259
  # @param [Boolean] return_partial_success
3260
3260
  # Opt-in for partial success behavior which provides partial results in case of
3261
- # failure. The default value is false and the logic is the same as today.
3261
+ # failure. The default value is false.
3262
3262
  # @param [String] fields
3263
3263
  # Selector specifying which fields to include in a partial response.
3264
3264
  # @param [String] quota_user
@@ -3799,7 +3799,7 @@ module Google
3799
3799
  # Parent ID for this request.
3800
3800
  # @param [Boolean] return_partial_success
3801
3801
  # Opt-in for partial success behavior which provides partial results in case of
3802
- # failure. The default value is false and the logic is the same as today.
3802
+ # failure. The default value is false.
3803
3803
  # @param [String] fields
3804
3804
  # Selector specifying which fields to include in a partial response.
3805
3805
  # @param [String] quota_user
@@ -4356,7 +4356,7 @@ module Google
4356
4356
  # by a previous list request to get the next page of results.
4357
4357
  # @param [Boolean] return_partial_success
4358
4358
  # Opt-in for partial success behavior which provides partial results in case of
4359
- # failure. The default value is false and the logic is the same as today.
4359
+ # failure. The default value is false.
4360
4360
  # @param [String] fields
4361
4361
  # Selector specifying which fields to include in a partial response.
4362
4362
  # @param [String] quota_user
@@ -4583,7 +4583,7 @@ module Google
4583
4583
  # by a previous list request to get the next page of results.
4584
4584
  # @param [Boolean] return_partial_success
4585
4585
  # Opt-in for partial success behavior which provides partial results in case of
4586
- # failure. The default value is false and the logic is the same as today.
4586
+ # failure. The default value is false.
4587
4587
  # @param [String] fields
4588
4588
  # Selector specifying which fields to include in a partial response.
4589
4589
  # @param [String] quota_user
@@ -4804,7 +4804,7 @@ module Google
4804
4804
  # by a previous list request to get the next page of results.
4805
4805
  # @param [Boolean] return_partial_success
4806
4806
  # Opt-in for partial success behavior which provides partial results in case of
4807
- # failure. The default value is false and the logic is the same as today.
4807
+ # failure. The default value is false.
4808
4808
  # @param [String] fields
4809
4809
  # Selector specifying which fields to include in a partial response.
4810
4810
  # @param [String] quota_user
@@ -5222,7 +5222,7 @@ module Google
5222
5222
  # by a previous list request to get the next page of results.
5223
5223
  # @param [Boolean] return_partial_success
5224
5224
  # Opt-in for partial success behavior which provides partial results in case of
5225
- # failure. The default value is false and the logic is the same as today.
5225
+ # failure. The default value is false.
5226
5226
  # @param [String] fields
5227
5227
  # Selector specifying which fields to include in a partial response.
5228
5228
  # @param [String] quota_user
@@ -5511,7 +5511,7 @@ module Google
5511
5511
  # by a previous list request to get the next page of results.
5512
5512
  # @param [Boolean] return_partial_success
5513
5513
  # Opt-in for partial success behavior which provides partial results in case of
5514
- # failure. The default value is false and the logic is the same as today.
5514
+ # failure. The default value is false.
5515
5515
  # @param [String] fields
5516
5516
  # Selector specifying which fields to include in a partial response.
5517
5517
  # @param [String] quota_user
@@ -6011,7 +6011,7 @@ module Google
6011
6011
  # by a previous list request to get the next page of results.
6012
6012
  # @param [Boolean] return_partial_success
6013
6013
  # Opt-in for partial success behavior which provides partial results in case of
6014
- # failure. The default value is false and the logic is the same as today.
6014
+ # failure. The default value is false.
6015
6015
  # @param [String] fields
6016
6016
  # Selector specifying which fields to include in a partial response.
6017
6017
  # @param [String] quota_user
@@ -6089,7 +6089,7 @@ module Google
6089
6089
  # by a previous list request to get the next page of results.
6090
6090
  # @param [Boolean] return_partial_success
6091
6091
  # Opt-in for partial success behavior which provides partial results in case of
6092
- # failure. The default value is false and the logic is the same as today.
6092
+ # failure. The default value is false.
6093
6093
  # @param [String] fields
6094
6094
  # Selector specifying which fields to include in a partial response.
6095
6095
  # @param [String] quota_user
@@ -6172,7 +6172,7 @@ module Google
6172
6172
  # by a previous list request to get the next page of results.
6173
6173
  # @param [Boolean] return_partial_success
6174
6174
  # Opt-in for partial success behavior which provides partial results in case of
6175
- # failure. The default value is false and the logic is the same as today.
6175
+ # failure. The default value is false.
6176
6176
  # @param [String] fields
6177
6177
  # Selector specifying which fields to include in a partial response.
6178
6178
  # @param [String] quota_user
@@ -6319,7 +6319,7 @@ module Google
6319
6319
  # by a previous list request to get the next page of results.
6320
6320
  # @param [Boolean] return_partial_success
6321
6321
  # Opt-in for partial success behavior which provides partial results in case of
6322
- # failure. The default value is false and the logic is the same as today.
6322
+ # failure. The default value is false.
6323
6323
  # @param [String] fields
6324
6324
  # Selector specifying which fields to include in a partial response.
6325
6325
  # @param [String] quota_user
@@ -6512,7 +6512,7 @@ module Google
6512
6512
  # Parent ID for this request.
6513
6513
  # @param [Boolean] return_partial_success
6514
6514
  # Opt-in for partial success behavior which provides partial results in case of
6515
- # failure. The default value is false and the logic is the same as today.
6515
+ # failure. The default value is false.
6516
6516
  # @param [String] fields
6517
6517
  # Selector specifying which fields to include in a partial response.
6518
6518
  # @param [String] quota_user
@@ -6720,7 +6720,7 @@ module Google
6720
6720
  # by a previous list request to get the next page of results.
6721
6721
  # @param [Boolean] return_partial_success
6722
6722
  # Opt-in for partial success behavior which provides partial results in case of
6723
- # failure. The default value is false and the logic is the same as today.
6723
+ # failure. The default value is false.
6724
6724
  # @param [String] fields
6725
6725
  # Selector specifying which fields to include in a partial response.
6726
6726
  # @param [String] quota_user
@@ -6856,7 +6856,7 @@ module Google
6856
6856
  # by a previous list request to get the next page of results.
6857
6857
  # @param [Boolean] return_partial_success
6858
6858
  # Opt-in for partial success behavior which provides partial results in case of
6859
- # failure. The default value is false and the logic is the same as today.
6859
+ # failure. The default value is false.
6860
6860
  # @param [String] fields
6861
6861
  # Selector specifying which fields to include in a partial response.
6862
6862
  # @param [String] quota_user
@@ -7066,7 +7066,7 @@ module Google
7066
7066
  # by a previous list request to get the next page of results.
7067
7067
  # @param [Boolean] return_partial_success
7068
7068
  # Opt-in for partial success behavior which provides partial results in case of
7069
- # failure. The default value is false and the logic is the same as today.
7069
+ # failure. The default value is false.
7070
7070
  # @param [String] fields
7071
7071
  # Selector specifying which fields to include in a partial response.
7072
7072
  # @param [String] quota_user
@@ -7420,7 +7420,7 @@ module Google
7420
7420
  # by a previous list request to get the next page of results.
7421
7421
  # @param [Boolean] return_partial_success
7422
7422
  # Opt-in for partial success behavior which provides partial results in case of
7423
- # failure. The default value is false and the logic is the same as today.
7423
+ # failure. The default value is false.
7424
7424
  # @param [String] fields
7425
7425
  # Selector specifying which fields to include in a partial response.
7426
7426
  # @param [String] quota_user
@@ -7774,7 +7774,7 @@ module Google
7774
7774
  # by a previous list request to get the next page of results.
7775
7775
  # @param [Boolean] return_partial_success
7776
7776
  # Opt-in for partial success behavior which provides partial results in case of
7777
- # failure. The default value is false and the logic is the same as today.
7777
+ # failure. The default value is false.
7778
7778
  # @param [String] fields
7779
7779
  # Selector specifying which fields to include in a partial response.
7780
7780
  # @param [String] quota_user
@@ -8263,7 +8263,7 @@ module Google
8263
8263
  # by a previous list request to get the next page of results.
8264
8264
  # @param [Boolean] return_partial_success
8265
8265
  # Opt-in for partial success behavior which provides partial results in case of
8266
- # failure. The default value is false and the logic is the same as today.
8266
+ # failure. The default value is false.
8267
8267
  # @param [String] fields
8268
8268
  # Selector specifying which fields to include in a partial response.
8269
8269
  # @param [String] quota_user
@@ -8581,7 +8581,7 @@ module Google
8581
8581
  # by a previous list request to get the next page of results.
8582
8582
  # @param [Boolean] return_partial_success
8583
8583
  # Opt-in for partial success behavior which provides partial results in case of
8584
- # failure. The default value is false and the logic is the same as today.
8584
+ # failure. The default value is false.
8585
8585
  # @param [String] fields
8586
8586
  # Selector specifying which fields to include in a partial response.
8587
8587
  # @param [String] quota_user
@@ -9021,7 +9021,7 @@ module Google
9021
9021
  # by a previous list request to get the next page of results.
9022
9022
  # @param [Boolean] return_partial_success
9023
9023
  # Opt-in for partial success behavior which provides partial results in case of
9024
- # failure. The default value is false and the logic is the same as today.
9024
+ # failure. The default value is false.
9025
9025
  # @param [String] fields
9026
9026
  # Selector specifying which fields to include in a partial response.
9027
9027
  # @param [String] quota_user
@@ -9105,7 +9105,7 @@ module Google
9105
9105
  # by a previous list request to get the next page of results.
9106
9106
  # @param [Boolean] return_partial_success
9107
9107
  # Opt-in for partial success behavior which provides partial results in case of
9108
- # failure. The default value is false and the logic is the same as today.
9108
+ # failure. The default value is false.
9109
9109
  # @param [String] fields
9110
9110
  # Selector specifying which fields to include in a partial response.
9111
9111
  # @param [String] quota_user
@@ -9191,7 +9191,7 @@ module Google
9191
9191
  # by a previous list request to get the next page of results.
9192
9192
  # @param [Boolean] return_partial_success
9193
9193
  # Opt-in for partial success behavior which provides partial results in case of
9194
- # failure. The default value is false and the logic is the same as today.
9194
+ # failure. The default value is false.
9195
9195
  # @param [String] fields
9196
9196
  # Selector specifying which fields to include in a partial response.
9197
9197
  # @param [String] quota_user
@@ -9274,7 +9274,7 @@ module Google
9274
9274
  # by a previous list request to get the next page of results.
9275
9275
  # @param [Boolean] return_partial_success
9276
9276
  # Opt-in for partial success behavior which provides partial results in case of
9277
- # failure. The default value is false and the logic is the same as today.
9277
+ # failure. The default value is false.
9278
9278
  # @param [String] fields
9279
9279
  # Selector specifying which fields to include in a partial response.
9280
9280
  # @param [String] quota_user
@@ -10058,7 +10058,7 @@ module Google
10058
10058
  # by a previous list request to get the next page of results.
10059
10059
  # @param [Boolean] return_partial_success
10060
10060
  # Opt-in for partial success behavior which provides partial results in case of
10061
- # failure. The default value is false and the logic is the same as today.
10061
+ # failure. The default value is false.
10062
10062
  # @param [String] fields
10063
10063
  # Selector specifying which fields to include in a partial response.
10064
10064
  # @param [String] quota_user
@@ -10286,7 +10286,7 @@ module Google
10286
10286
  # by a previous list request to get the next page of results.
10287
10287
  # @param [Boolean] return_partial_success
10288
10288
  # Opt-in for partial success behavior which provides partial results in case of
10289
- # failure. The default value is false and the logic is the same as today.
10289
+ # failure. The default value is false.
10290
10290
  # @param [String] fields
10291
10291
  # Selector specifying which fields to include in a partial response.
10292
10292
  # @param [String] quota_user
@@ -10369,7 +10369,7 @@ module Google
10369
10369
  # by a previous list request to get the next page of results.
10370
10370
  # @param [Boolean] return_partial_success
10371
10371
  # Opt-in for partial success behavior which provides partial results in case of
10372
- # failure. The default value is false and the logic is the same as today.
10372
+ # failure. The default value is false.
10373
10373
  # @param [String] fields
10374
10374
  # Selector specifying which fields to include in a partial response.
10375
10375
  # @param [String] quota_user
@@ -10781,7 +10781,7 @@ module Google
10781
10781
  # by a previous list request to get the next page of results.
10782
10782
  # @param [Boolean] return_partial_success
10783
10783
  # Opt-in for partial success behavior which provides partial results in case of
10784
- # failure. The default value is false and the logic is the same as today.
10784
+ # failure. The default value is false.
10785
10785
  # @param [String] fields
10786
10786
  # Selector specifying which fields to include in a partial response.
10787
10787
  # @param [String] quota_user
@@ -11056,7 +11056,7 @@ module Google
11056
11056
  # by a previous list request to get the next page of results.
11057
11057
  # @param [Boolean] return_partial_success
11058
11058
  # Opt-in for partial success behavior which provides partial results in case of
11059
- # failure. The default value is false and the logic is the same as today.
11059
+ # failure. The default value is false.
11060
11060
  # @param [String] fields
11061
11061
  # Selector specifying which fields to include in a partial response.
11062
11062
  # @param [String] quota_user
@@ -11773,7 +11773,7 @@ module Google
11773
11773
  # by a previous list request to get the next page of results.
11774
11774
  # @param [Boolean] return_partial_success
11775
11775
  # Opt-in for partial success behavior which provides partial results in case of
11776
- # failure. The default value is false and the logic is the same as today.
11776
+ # failure. The default value is false.
11777
11777
  # @param [String] fields
11778
11778
  # Selector specifying which fields to include in a partial response.
11779
11779
  # @param [String] quota_user
@@ -11857,7 +11857,7 @@ module Google
11857
11857
  # by a previous list request to get the next page of results.
11858
11858
  # @param [Boolean] return_partial_success
11859
11859
  # Opt-in for partial success behavior which provides partial results in case of
11860
- # failure. The default value is false and the logic is the same as today.
11860
+ # failure. The default value is false.
11861
11861
  # @param [String] fields
11862
11862
  # Selector specifying which fields to include in a partial response.
11863
11863
  # @param [String] quota_user
@@ -13521,7 +13521,7 @@ module Google
13521
13521
  # by a previous list request to get the next page of results.
13522
13522
  # @param [Boolean] return_partial_success
13523
13523
  # Opt-in for partial success behavior which provides partial results in case of
13524
- # failure. The default value is false and the logic is the same as today.
13524
+ # failure. The default value is false.
13525
13525
  # @param [String] fields
13526
13526
  # Selector specifying which fields to include in a partial response.
13527
13527
  # @param [String] quota_user
@@ -13745,7 +13745,7 @@ module Google
13745
13745
  # by a previous list request to get the next page of results.
13746
13746
  # @param [Boolean] return_partial_success
13747
13747
  # Opt-in for partial success behavior which provides partial results in case of
13748
- # failure. The default value is false and the logic is the same as today.
13748
+ # failure. The default value is false.
13749
13749
  # @param [String] fields
13750
13750
  # Selector specifying which fields to include in a partial response.
13751
13751
  # @param [String] quota_user
@@ -14012,7 +14012,7 @@ module Google
14012
14012
  # by a previous list request to get the next page of results.
14013
14013
  # @param [Boolean] return_partial_success
14014
14014
  # Opt-in for partial success behavior which provides partial results in case of
14015
- # failure. The default value is false and the logic is the same as today.
14015
+ # failure. The default value is false.
14016
14016
  # @param [String] fields
14017
14017
  # Selector specifying which fields to include in a partial response.
14018
14018
  # @param [String] quota_user
@@ -14257,7 +14257,7 @@ module Google
14257
14257
  # by a previous list request to get the next page of results.
14258
14258
  # @param [Boolean] return_partial_success
14259
14259
  # Opt-in for partial success behavior which provides partial results in case of
14260
- # failure. The default value is false and the logic is the same as today.
14260
+ # failure. The default value is false.
14261
14261
  # @param [String] fields
14262
14262
  # Selector specifying which fields to include in a partial response.
14263
14263
  # @param [String] quota_user
@@ -14686,7 +14686,7 @@ module Google
14686
14686
  # by a previous list request to get the next page of results.
14687
14687
  # @param [Boolean] return_partial_success
14688
14688
  # Opt-in for partial success behavior which provides partial results in case of
14689
- # failure. The default value is false and the logic is the same as today.
14689
+ # failure. The default value is false.
14690
14690
  # @param [String] fields
14691
14691
  # Selector specifying which fields to include in a partial response.
14692
14692
  # @param [String] quota_user
@@ -14983,7 +14983,7 @@ module Google
14983
14983
  # by a previous list request to get the next page of results.
14984
14984
  # @param [Boolean] return_partial_success
14985
14985
  # Opt-in for partial success behavior which provides partial results in case of
14986
- # failure. The default value is false and the logic is the same as today.
14986
+ # failure. The default value is false.
14987
14987
  # @param [String] fields
14988
14988
  # Selector specifying which fields to include in a partial response.
14989
14989
  # @param [String] quota_user
@@ -15144,7 +15144,7 @@ module Google
15144
15144
  # by a previous list request to get the next page of results.
15145
15145
  # @param [Boolean] return_partial_success
15146
15146
  # Opt-in for partial success behavior which provides partial results in case of
15147
- # failure. The default value is false and the logic is the same as today.
15147
+ # failure. The default value is false.
15148
15148
  # @param [String] fields
15149
15149
  # Selector specifying which fields to include in a partial response.
15150
15150
  # @param [String] quota_user
@@ -15262,7 +15262,7 @@ module Google
15262
15262
  # by a previous list request to get the next page of results.
15263
15263
  # @param [Boolean] return_partial_success
15264
15264
  # Opt-in for partial success behavior which provides partial results in case of
15265
- # failure. The default value is false and the logic is the same as today.
15265
+ # failure. The default value is false.
15266
15266
  # @param [String] fields
15267
15267
  # Selector specifying which fields to include in a partial response.
15268
15268
  # @param [String] quota_user
@@ -15345,7 +15345,7 @@ module Google
15345
15345
  # by a previous list request to get the next page of results.
15346
15346
  # @param [Boolean] return_partial_success
15347
15347
  # Opt-in for partial success behavior which provides partial results in case of
15348
- # failure. The default value is false and the logic is the same as today.
15348
+ # failure. The default value is false.
15349
15349
  # @param [String] fields
15350
15350
  # Selector specifying which fields to include in a partial response.
15351
15351
  # @param [String] quota_user
@@ -15687,7 +15687,7 @@ module Google
15687
15687
  # by a previous list request to get the next page of results.
15688
15688
  # @param [Boolean] return_partial_success
15689
15689
  # Opt-in for partial success behavior which provides partial results in case of
15690
- # failure. The default value is false and the logic is the same as today.
15690
+ # failure. The default value is false.
15691
15691
  # @param [String] fields
15692
15692
  # Selector specifying which fields to include in a partial response.
15693
15693
  # @param [String] quota_user
@@ -15770,7 +15770,7 @@ module Google
15770
15770
  # by a previous list request to get the next page of results.
15771
15771
  # @param [Boolean] return_partial_success
15772
15772
  # Opt-in for partial success behavior which provides partial results in case of
15773
- # failure. The default value is false and the logic is the same as today.
15773
+ # failure. The default value is false.
15774
15774
  # @param [String] fields
15775
15775
  # Selector specifying which fields to include in a partial response.
15776
15776
  # @param [String] quota_user
@@ -16112,7 +16112,7 @@ module Google
16112
16112
  # by a previous list request to get the next page of results.
16113
16113
  # @param [Boolean] return_partial_success
16114
16114
  # Opt-in for partial success behavior which provides partial results in case of
16115
- # failure. The default value is false and the logic is the same as today.
16115
+ # failure. The default value is false.
16116
16116
  # @param [String] fields
16117
16117
  # Selector specifying which fields to include in a partial response.
16118
16118
  # @param [String] quota_user
@@ -16196,7 +16196,7 @@ module Google
16196
16196
  # routes and dynamic routes in the region.
16197
16197
  # @param [Boolean] return_partial_success
16198
16198
  # Opt-in for partial success behavior which provides partial results in case of
16199
- # failure. The default value is false and the logic is the same as today.
16199
+ # failure. The default value is false.
16200
16200
  # @param [String] fields
16201
16201
  # Selector specifying which fields to include in a partial response.
16202
16202
  # @param [String] quota_user
@@ -16580,7 +16580,7 @@ module Google
16580
16580
  # by a previous list request to get the next page of results.
16581
16581
  # @param [Boolean] return_partial_success
16582
16582
  # Opt-in for partial success behavior which provides partial results in case of
16583
- # failure. The default value is false and the logic is the same as today.
16583
+ # failure. The default value is false.
16584
16584
  # @param [String] fields
16585
16585
  # Selector specifying which fields to include in a partial response.
16586
16586
  # @param [String] quota_user
@@ -16903,7 +16903,7 @@ module Google
16903
16903
  # by a previous list request to get the next page of results.
16904
16904
  # @param [Boolean] return_partial_success
16905
16905
  # Opt-in for partial success behavior which provides partial results in case of
16906
- # failure. The default value is false and the logic is the same as today.
16906
+ # failure. The default value is false.
16907
16907
  # @param [String] fields
16908
16908
  # Selector specifying which fields to include in a partial response.
16909
16909
  # @param [String] quota_user
@@ -16983,7 +16983,7 @@ module Google
16983
16983
  # by a previous list request to get the next page of results.
16984
16984
  # @param [Boolean] return_partial_success
16985
16985
  # Opt-in for partial success behavior which provides partial results in case of
16986
- # failure. The default value is false and the logic is the same as today.
16986
+ # failure. The default value is false.
16987
16987
  # @param [String] fields
16988
16988
  # Selector specifying which fields to include in a partial response.
16989
16989
  # @param [String] quota_user
@@ -17260,7 +17260,7 @@ module Google
17260
17260
  # by a previous list request to get the next page of results.
17261
17261
  # @param [Boolean] return_partial_success
17262
17262
  # Opt-in for partial success behavior which provides partial results in case of
17263
- # failure. The default value is false and the logic is the same as today.
17263
+ # failure. The default value is false.
17264
17264
  # @param [String] fields
17265
17265
  # Selector specifying which fields to include in a partial response.
17266
17266
  # @param [String] quota_user
@@ -17524,7 +17524,7 @@ module Google
17524
17524
  # by a previous list request to get the next page of results.
17525
17525
  # @param [Boolean] return_partial_success
17526
17526
  # Opt-in for partial success behavior which provides partial results in case of
17527
- # failure. The default value is false and the logic is the same as today.
17527
+ # failure. The default value is false.
17528
17528
  # @param [String] fields
17529
17529
  # Selector specifying which fields to include in a partial response.
17530
17530
  # @param [String] quota_user
@@ -17692,7 +17692,7 @@ module Google
17692
17692
  # by a previous list request to get the next page of results.
17693
17693
  # @param [Boolean] return_partial_success
17694
17694
  # Opt-in for partial success behavior which provides partial results in case of
17695
- # failure. The default value is false and the logic is the same as today.
17695
+ # failure. The default value is false.
17696
17696
  # @param [String] fields
17697
17697
  # Selector specifying which fields to include in a partial response.
17698
17698
  # @param [String] quota_user
@@ -17810,7 +17810,7 @@ module Google
17810
17810
  # by a previous list request to get the next page of results.
17811
17811
  # @param [Boolean] return_partial_success
17812
17812
  # Opt-in for partial success behavior which provides partial results in case of
17813
- # failure. The default value is false and the logic is the same as today.
17813
+ # failure. The default value is false.
17814
17814
  # @param [String] fields
17815
17815
  # Selector specifying which fields to include in a partial response.
17816
17816
  # @param [String] quota_user
@@ -18236,7 +18236,7 @@ module Google
18236
18236
  # Parent ID for this request.
18237
18237
  # @param [Boolean] return_partial_success
18238
18238
  # Opt-in for partial success behavior which provides partial results in case of
18239
- # failure. The default value is false and the logic is the same as today.
18239
+ # failure. The default value is false.
18240
18240
  # @param [String] fields
18241
18241
  # Selector specifying which fields to include in a partial response.
18242
18242
  # @param [String] quota_user
@@ -18594,7 +18594,7 @@ module Google
18594
18594
  # by a previous list request to get the next page of results.
18595
18595
  # @param [Boolean] return_partial_success
18596
18596
  # Opt-in for partial success behavior which provides partial results in case of
18597
- # failure. The default value is false and the logic is the same as today.
18597
+ # failure. The default value is false.
18598
18598
  # @param [String] fields
18599
18599
  # Selector specifying which fields to include in a partial response.
18600
18600
  # @param [String] quota_user
@@ -18815,7 +18815,7 @@ module Google
18815
18815
  # by a previous list request to get the next page of results.
18816
18816
  # @param [Boolean] return_partial_success
18817
18817
  # Opt-in for partial success behavior which provides partial results in case of
18818
- # failure. The default value is false and the logic is the same as today.
18818
+ # failure. The default value is false.
18819
18819
  # @param [String] fields
18820
18820
  # Selector specifying which fields to include in a partial response.
18821
18821
  # @param [String] quota_user
@@ -19245,7 +19245,7 @@ module Google
19245
19245
  # by a previous list request to get the next page of results.
19246
19246
  # @param [Boolean] return_partial_success
19247
19247
  # Opt-in for partial success behavior which provides partial results in case of
19248
- # failure. The default value is false and the logic is the same as today.
19248
+ # failure. The default value is false.
19249
19249
  # @param [String] fields
19250
19250
  # Selector specifying which fields to include in a partial response.
19251
19251
  # @param [String] quota_user
@@ -19321,7 +19321,7 @@ module Google
19321
19321
  # by a previous list request to get the next page of results.
19322
19322
  # @param [Boolean] return_partial_success
19323
19323
  # Opt-in for partial success behavior which provides partial results in case of
19324
- # failure. The default value is false and the logic is the same as today.
19324
+ # failure. The default value is false.
19325
19325
  # @param [String] fields
19326
19326
  # Selector specifying which fields to include in a partial response.
19327
19327
  # @param [String] quota_user
@@ -19776,7 +19776,7 @@ module Google
19776
19776
  # by a previous list request to get the next page of results.
19777
19777
  # @param [Boolean] return_partial_success
19778
19778
  # Opt-in for partial success behavior which provides partial results in case of
19779
- # failure. The default value is false and the logic is the same as today.
19779
+ # failure. The default value is false.
19780
19780
  # @param [String] fields
19781
19781
  # Selector specifying which fields to include in a partial response.
19782
19782
  # @param [String] quota_user
@@ -19912,7 +19912,7 @@ module Google
19912
19912
  # by a previous list request to get the next page of results.
19913
19913
  # @param [Boolean] return_partial_success
19914
19914
  # Opt-in for partial success behavior which provides partial results in case of
19915
- # failure. The default value is false and the logic is the same as today.
19915
+ # failure. The default value is false.
19916
19916
  # @param [String] fields
19917
19917
  # Selector specifying which fields to include in a partial response.
19918
19918
  # @param [String] quota_user
@@ -20132,7 +20132,7 @@ module Google
20132
20132
  # by a previous list request to get the next page of results.
20133
20133
  # @param [Boolean] return_partial_success
20134
20134
  # Opt-in for partial success behavior which provides partial results in case of
20135
- # failure. The default value is false and the logic is the same as today.
20135
+ # failure. The default value is false.
20136
20136
  # @param [String] fields
20137
20137
  # Selector specifying which fields to include in a partial response.
20138
20138
  # @param [String] quota_user
@@ -20408,7 +20408,7 @@ module Google
20408
20408
  # by a previous list request to get the next page of results.
20409
20409
  # @param [Boolean] return_partial_success
20410
20410
  # Opt-in for partial success behavior which provides partial results in case of
20411
- # failure. The default value is false and the logic is the same as today.
20411
+ # failure. The default value is false.
20412
20412
  # @param [String] fields
20413
20413
  # Selector specifying which fields to include in a partial response.
20414
20414
  # @param [String] quota_user
@@ -20824,7 +20824,7 @@ module Google
20824
20824
  # by a previous list request to get the next page of results.
20825
20825
  # @param [Boolean] return_partial_success
20826
20826
  # Opt-in for partial success behavior which provides partial results in case of
20827
- # failure. The default value is false and the logic is the same as today.
20827
+ # failure. The default value is false.
20828
20828
  # @param [String] fields
20829
20829
  # Selector specifying which fields to include in a partial response.
20830
20830
  # @param [String] quota_user
@@ -21061,7 +21061,7 @@ module Google
21061
21061
  # by a previous list request to get the next page of results.
21062
21062
  # @param [Boolean] return_partial_success
21063
21063
  # Opt-in for partial success behavior which provides partial results in case of
21064
- # failure. The default value is false and the logic is the same as today.
21064
+ # failure. The default value is false.
21065
21065
  # @param [String] fields
21066
21066
  # Selector specifying which fields to include in a partial response.
21067
21067
  # @param [String] quota_user
@@ -21231,7 +21231,7 @@ module Google
21231
21231
  # by a previous list request to get the next page of results.
21232
21232
  # @param [Boolean] return_partial_success
21233
21233
  # Opt-in for partial success behavior which provides partial results in case of
21234
- # failure. The default value is false and the logic is the same as today.
21234
+ # failure. The default value is false.
21235
21235
  # @param [String] fields
21236
21236
  # Selector specifying which fields to include in a partial response.
21237
21237
  # @param [String] quota_user
@@ -21403,7 +21403,7 @@ module Google
21403
21403
  # by a previous list request to get the next page of results.
21404
21404
  # @param [Boolean] return_partial_success
21405
21405
  # Opt-in for partial success behavior which provides partial results in case of
21406
- # failure. The default value is false and the logic is the same as today.
21406
+ # failure. The default value is false.
21407
21407
  # @param [String] fields
21408
21408
  # Selector specifying which fields to include in a partial response.
21409
21409
  # @param [String] quota_user
@@ -21781,7 +21781,7 @@ module Google
21781
21781
  # by a previous list request to get the next page of results.
21782
21782
  # @param [Boolean] return_partial_success
21783
21783
  # Opt-in for partial success behavior which provides partial results in case of
21784
- # failure. The default value is false and the logic is the same as today.
21784
+ # failure. The default value is false.
21785
21785
  # @param [String] fields
21786
21786
  # Selector specifying which fields to include in a partial response.
21787
21787
  # @param [String] quota_user
@@ -22251,7 +22251,7 @@ module Google
22251
22251
  # by a previous list request to get the next page of results.
22252
22252
  # @param [Boolean] return_partial_success
22253
22253
  # Opt-in for partial success behavior which provides partial results in case of
22254
- # failure. The default value is false and the logic is the same as today.
22254
+ # failure. The default value is false.
22255
22255
  # @param [String] fields
22256
22256
  # Selector specifying which fields to include in a partial response.
22257
22257
  # @param [String] quota_user
@@ -22529,7 +22529,7 @@ module Google
22529
22529
  # by a previous list request to get the next page of results.
22530
22530
  # @param [Boolean] return_partial_success
22531
22531
  # Opt-in for partial success behavior which provides partial results in case of
22532
- # failure. The default value is false and the logic is the same as today.
22532
+ # failure. The default value is false.
22533
22533
  # @param [String] fields
22534
22534
  # Selector specifying which fields to include in a partial response.
22535
22535
  # @param [String] quota_user
@@ -23139,7 +23139,7 @@ module Google
23139
23139
  # by a previous list request to get the next page of results.
23140
23140
  # @param [Boolean] return_partial_success
23141
23141
  # Opt-in for partial success behavior which provides partial results in case of
23142
- # failure. The default value is false and the logic is the same as today.
23142
+ # failure. The default value is false.
23143
23143
  # @param [String] fields
23144
23144
  # Selector specifying which fields to include in a partial response.
23145
23145
  # @param [String] quota_user
@@ -23222,7 +23222,7 @@ module Google
23222
23222
  # by a previous list request to get the next page of results.
23223
23223
  # @param [Boolean] return_partial_success
23224
23224
  # Opt-in for partial success behavior which provides partial results in case of
23225
- # failure. The default value is false and the logic is the same as today.
23225
+ # failure. The default value is false.
23226
23226
  # @param [String] fields
23227
23227
  # Selector specifying which fields to include in a partial response.
23228
23228
  # @param [String] quota_user
@@ -23305,7 +23305,7 @@ module Google
23305
23305
  # by a previous list request to get the next page of results.
23306
23306
  # @param [Boolean] return_partial_success
23307
23307
  # Opt-in for partial success behavior which provides partial results in case of
23308
- # failure. The default value is false and the logic is the same as today.
23308
+ # failure. The default value is false.
23309
23309
  # @param [String] fields
23310
23310
  # Selector specifying which fields to include in a partial response.
23311
23311
  # @param [String] quota_user
@@ -23387,7 +23387,7 @@ module Google
23387
23387
  # by a previous list request to get the next page of results.
23388
23388
  # @param [Boolean] return_partial_success
23389
23389
  # Opt-in for partial success behavior which provides partial results in case of
23390
- # failure. The default value is false and the logic is the same as today.
23390
+ # failure. The default value is false.
23391
23391
  # @param [String] fields
23392
23392
  # Selector specifying which fields to include in a partial response.
23393
23393
  # @param [String] quota_user
@@ -24068,7 +24068,7 @@ module Google
24068
24068
  # by a previous list request to get the next page of results.
24069
24069
  # @param [Boolean] return_partial_success
24070
24070
  # Opt-in for partial success behavior which provides partial results in case of
24071
- # failure. The default value is false and the logic is the same as today.
24071
+ # failure. The default value is false.
24072
24072
  # @param [String] fields
24073
24073
  # Selector specifying which fields to include in a partial response.
24074
24074
  # @param [String] quota_user
@@ -24152,7 +24152,7 @@ module Google
24152
24152
  # by a previous list request to get the next page of results.
24153
24153
  # @param [Boolean] return_partial_success
24154
24154
  # Opt-in for partial success behavior which provides partial results in case of
24155
- # failure. The default value is false and the logic is the same as today.
24155
+ # failure. The default value is false.
24156
24156
  # @param [String] fields
24157
24157
  # Selector specifying which fields to include in a partial response.
24158
24158
  # @param [String] quota_user
@@ -24479,7 +24479,7 @@ module Google
24479
24479
  # by a previous list request to get the next page of results.
24480
24480
  # @param [Boolean] return_partial_success
24481
24481
  # Opt-in for partial success behavior which provides partial results in case of
24482
- # failure. The default value is false and the logic is the same as today.
24482
+ # failure. The default value is false.
24483
24483
  # @param [String] fields
24484
24484
  # Selector specifying which fields to include in a partial response.
24485
24485
  # @param [String] quota_user
@@ -24699,7 +24699,7 @@ module Google
24699
24699
  # by a previous list request to get the next page of results.
24700
24700
  # @param [Boolean] return_partial_success
24701
24701
  # Opt-in for partial success behavior which provides partial results in case of
24702
- # failure. The default value is false and the logic is the same as today.
24702
+ # failure. The default value is false.
24703
24703
  # @param [String] fields
24704
24704
  # Selector specifying which fields to include in a partial response.
24705
24705
  # @param [String] quota_user
@@ -24853,7 +24853,7 @@ module Google
24853
24853
  # by a previous list request to get the next page of results.
24854
24854
  # @param [Boolean] return_partial_success
24855
24855
  # Opt-in for partial success behavior which provides partial results in case of
24856
- # failure. The default value is false and the logic is the same as today.
24856
+ # failure. The default value is false.
24857
24857
  # @param [String] fields
24858
24858
  # Selector specifying which fields to include in a partial response.
24859
24859
  # @param [String] quota_user
@@ -25124,7 +25124,7 @@ module Google
25124
25124
  # by a previous list request to get the next page of results.
25125
25125
  # @param [Boolean] return_partial_success
25126
25126
  # Opt-in for partial success behavior which provides partial results in case of
25127
- # failure. The default value is false and the logic is the same as today.
25127
+ # failure. The default value is false.
25128
25128
  # @param [String] fields
25129
25129
  # Selector specifying which fields to include in a partial response.
25130
25130
  # @param [String] quota_user
@@ -25346,7 +25346,7 @@ module Google
25346
25346
  # by a previous list request to get the next page of results.
25347
25347
  # @param [Boolean] return_partial_success
25348
25348
  # Opt-in for partial success behavior which provides partial results in case of
25349
- # failure. The default value is false and the logic is the same as today.
25349
+ # failure. The default value is false.
25350
25350
  # @param [String] fields
25351
25351
  # Selector specifying which fields to include in a partial response.
25352
25352
  # @param [String] quota_user
@@ -25622,7 +25622,7 @@ module Google
25622
25622
  # by a previous list request to get the next page of results.
25623
25623
  # @param [Boolean] return_partial_success
25624
25624
  # Opt-in for partial success behavior which provides partial results in case of
25625
- # failure. The default value is false and the logic is the same as today.
25625
+ # failure. The default value is false.
25626
25626
  # @param [String] fields
25627
25627
  # Selector specifying which fields to include in a partial response.
25628
25628
  # @param [String] quota_user
@@ -25982,7 +25982,7 @@ module Google
25982
25982
  # by a previous list request to get the next page of results.
25983
25983
  # @param [Boolean] return_partial_success
25984
25984
  # Opt-in for partial success behavior which provides partial results in case of
25985
- # failure. The default value is false and the logic is the same as today.
25985
+ # failure. The default value is false.
25986
25986
  # @param [String] fields
25987
25987
  # Selector specifying which fields to include in a partial response.
25988
25988
  # @param [String] quota_user
@@ -26230,7 +26230,7 @@ module Google
26230
26230
  # by a previous list request to get the next page of results.
26231
26231
  # @param [Boolean] return_partial_success
26232
26232
  # Opt-in for partial success behavior which provides partial results in case of
26233
- # failure. The default value is false and the logic is the same as today.
26233
+ # failure. The default value is false.
26234
26234
  # @param [String] fields
26235
26235
  # Selector specifying which fields to include in a partial response.
26236
26236
  # @param [String] quota_user
@@ -26312,7 +26312,7 @@ module Google
26312
26312
  # by a previous list request to get the next page of results.
26313
26313
  # @param [Boolean] return_partial_success
26314
26314
  # Opt-in for partial success behavior which provides partial results in case of
26315
- # failure. The default value is false and the logic is the same as today.
26315
+ # failure. The default value is false.
26316
26316
  # @param [String] fields
26317
26317
  # Selector specifying which fields to include in a partial response.
26318
26318
  # @param [String] quota_user
@@ -26576,7 +26576,7 @@ module Google
26576
26576
  # by a previous list request to get the next page of results.
26577
26577
  # @param [Boolean] return_partial_success
26578
26578
  # Opt-in for partial success behavior which provides partial results in case of
26579
- # failure. The default value is false and the logic is the same as today.
26579
+ # failure. The default value is false.
26580
26580
  # @param [String] fields
26581
26581
  # Selector specifying which fields to include in a partial response.
26582
26582
  # @param [String] quota_user
@@ -26799,7 +26799,7 @@ module Google
26799
26799
  # by a previous list request to get the next page of results.
26800
26800
  # @param [Boolean] return_partial_success
26801
26801
  # Opt-in for partial success behavior which provides partial results in case of
26802
- # failure. The default value is false and the logic is the same as today.
26802
+ # failure. The default value is false.
26803
26803
  # @param [String] fields
26804
26804
  # Selector specifying which fields to include in a partial response.
26805
26805
  # @param [String] quota_user
@@ -27062,7 +27062,7 @@ module Google
27062
27062
  # by a previous list request to get the next page of results.
27063
27063
  # @param [Boolean] return_partial_success
27064
27064
  # Opt-in for partial success behavior which provides partial results in case of
27065
- # failure. The default value is false and the logic is the same as today.
27065
+ # failure. The default value is false.
27066
27066
  # @param [String] fields
27067
27067
  # Selector specifying which fields to include in a partial response.
27068
27068
  # @param [String] quota_user
@@ -27230,7 +27230,7 @@ module Google
27230
27230
  # by a previous list request to get the next page of results.
27231
27231
  # @param [Boolean] return_partial_success
27232
27232
  # Opt-in for partial success behavior which provides partial results in case of
27233
- # failure. The default value is false and the logic is the same as today.
27233
+ # failure. The default value is false.
27234
27234
  # @param [String] fields
27235
27235
  # Selector specifying which fields to include in a partial response.
27236
27236
  # @param [String] quota_user
@@ -27406,7 +27406,7 @@ module Google
27406
27406
  # by a previous list request to get the next page of results.
27407
27407
  # @param [Boolean] return_partial_success
27408
27408
  # Opt-in for partial success behavior which provides partial results in case of
27409
- # failure. The default value is false and the logic is the same as today.
27409
+ # failure. The default value is false.
27410
27410
  # @param [String] fields
27411
27411
  # Selector specifying which fields to include in a partial response.
27412
27412
  # @param [String] quota_user
@@ -27577,7 +27577,7 @@ module Google
27577
27577
  # by a previous list request to get the next page of results.
27578
27578
  # @param [Boolean] return_partial_success
27579
27579
  # Opt-in for partial success behavior which provides partial results in case of
27580
- # failure. The default value is false and the logic is the same as today.
27580
+ # failure. The default value is false.
27581
27581
  # @param [String] fields
27582
27582
  # Selector specifying which fields to include in a partial response.
27583
27583
  # @param [String] quota_user
@@ -27985,7 +27985,7 @@ module Google
27985
27985
  # by a previous list request to get the next page of results.
27986
27986
  # @param [Boolean] return_partial_success
27987
27987
  # Opt-in for partial success behavior which provides partial results in case of
27988
- # failure. The default value is false and the logic is the same as today.
27988
+ # failure. The default value is false.
27989
27989
  # @param [String] fields
27990
27990
  # Selector specifying which fields to include in a partial response.
27991
27991
  # @param [String] quota_user
@@ -28316,7 +28316,7 @@ module Google
28316
28316
  # by a previous list request to get the next page of results.
28317
28317
  # @param [Boolean] return_partial_success
28318
28318
  # Opt-in for partial success behavior which provides partial results in case of
28319
- # failure. The default value is false and the logic is the same as today.
28319
+ # failure. The default value is false.
28320
28320
  # @param [String] fields
28321
28321
  # Selector specifying which fields to include in a partial response.
28322
28322
  # @param [String] quota_user
@@ -28392,7 +28392,7 @@ module Google
28392
28392
  # by a previous list request to get the next page of results.
28393
28393
  # @param [Boolean] return_partial_success
28394
28394
  # Opt-in for partial success behavior which provides partial results in case of
28395
- # failure. The default value is false and the logic is the same as today.
28395
+ # failure. The default value is false.
28396
28396
  # @param [String] fields
28397
28397
  # Selector specifying which fields to include in a partial response.
28398
28398
  # @param [String] quota_user
@@ -28644,6 +28644,90 @@ module Google
28644
28644
  execute_or_queue_command(command, &block)
28645
28645
  end
28646
28646
 
28647
+ # Retrieves the list of all ServiceAttachment resources, regional and global,
28648
+ # available to the specified project.
28649
+ # @param [String] project
28650
+ # Name of the project scoping this request.
28651
+ # @param [String] filter
28652
+ # A filter expression that filters resources listed in the response. The
28653
+ # expression must specify the field name, a comparison operator, and the value
28654
+ # that you want to use for filtering. The value must be a string, a number, or a
28655
+ # boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
28656
+ # For example, if you are filtering Compute Engine instances, you can exclude
28657
+ # instances named `example-instance` by specifying `name != example-instance`.
28658
+ # You can also filter nested fields. For example, you could specify `scheduling.
28659
+ # automaticRestart = false` to include instances only if they are not scheduled
28660
+ # for automatic restarts. You can use filtering on nested fields to filter based
28661
+ # on resource labels.
28662
+ # To filter on multiple expressions, provide each separate expression within
28663
+ # parentheses. For example: ``` (scheduling.automaticRestart = true) (
28664
+ # cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND`
28665
+ # expression. However, you can include `AND` and `OR` expressions explicitly.
28666
+ # For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel
28667
+ # Broadwell") AND (scheduling.automaticRestart = true) ```
28668
+ # @param [Boolean] include_all_scopes
28669
+ # Indicates whether every visible scope for each scope type (zone, region,
28670
+ # global) should be included in the response. For new resource types added after
28671
+ # this field, the flag has no effect as new resource types will always include
28672
+ # every visible scope for each scope type in response. For resource types which
28673
+ # predate this field, if this flag is omitted or false, only scopes of the scope
28674
+ # types where the resource type is expected to be found will be included.
28675
+ # @param [Fixnum] max_results
28676
+ # The maximum number of results per page that should be returned. If the number
28677
+ # of available results is larger than `maxResults`, Compute Engine returns a `
28678
+ # nextPageToken` that can be used to get the next page of results in subsequent
28679
+ # list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
28680
+ # @param [String] order_by
28681
+ # Sorts list results by a certain order. By default, results are returned in
28682
+ # alphanumerical order based on the resource name.
28683
+ # You can also sort results in descending order based on the creation timestamp
28684
+ # using `orderBy="creationTimestamp desc"`. This sorts results based on the `
28685
+ # creationTimestamp` field in reverse chronological order (newest result first).
28686
+ # Use this to sort resources like operations so that the newest operation is
28687
+ # returned first.
28688
+ # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
28689
+ # @param [String] page_token
28690
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned
28691
+ # by a previous list request to get the next page of results.
28692
+ # @param [Boolean] return_partial_success
28693
+ # Opt-in for partial success behavior which provides partial results in case of
28694
+ # failure. The default value is false.
28695
+ # @param [String] fields
28696
+ # Selector specifying which fields to include in a partial response.
28697
+ # @param [String] quota_user
28698
+ # An opaque string that represents a user for quota purposes. Must not exceed 40
28699
+ # characters.
28700
+ # @param [String] user_ip
28701
+ # Deprecated. Please use quotaUser instead.
28702
+ # @param [Google::Apis::RequestOptions] options
28703
+ # Request-specific options
28704
+ #
28705
+ # @yield [result, err] Result & error if block supplied
28706
+ # @yieldparam result [Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList] parsed result object
28707
+ # @yieldparam err [StandardError] error object if request failed
28708
+ #
28709
+ # @return [Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList]
28710
+ #
28711
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
28712
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
28713
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
28714
+ 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)
28715
+ command = make_simple_command(:get, 'projects/{project}/aggregated/serviceAttachments', options)
28716
+ command.response_representation = Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Representation
28717
+ command.response_class = Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList
28718
+ command.params['project'] = project unless project.nil?
28719
+ command.query['filter'] = filter unless filter.nil?
28720
+ command.query['includeAllScopes'] = include_all_scopes unless include_all_scopes.nil?
28721
+ command.query['maxResults'] = max_results unless max_results.nil?
28722
+ command.query['orderBy'] = order_by unless order_by.nil?
28723
+ command.query['pageToken'] = page_token unless page_token.nil?
28724
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
28725
+ command.query['fields'] = fields unless fields.nil?
28726
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
28727
+ command.query['userIp'] = user_ip unless user_ip.nil?
28728
+ execute_or_queue_command(command, &block)
28729
+ end
28730
+
28647
28731
  # Deletes the specified ServiceAttachment in the given scope
28648
28732
  # @param [String] project
28649
28733
  # Project ID for this request.
@@ -28827,7 +28911,7 @@ module Google
28827
28911
  # by a previous list request to get the next page of results.
28828
28912
  # @param [Boolean] return_partial_success
28829
28913
  # Opt-in for partial success behavior which provides partial results in case of
28830
- # failure. The default value is false and the logic is the same as today.
28914
+ # failure. The default value is false.
28831
28915
  # @param [String] fields
28832
28916
  # Selector specifying which fields to include in a partial response.
28833
28917
  # @param [String] quota_user
@@ -29082,7 +29166,7 @@ module Google
29082
29166
  # by a previous list request to get the next page of results.
29083
29167
  # @param [Boolean] return_partial_success
29084
29168
  # Opt-in for partial success behavior which provides partial results in case of
29085
- # failure. The default value is false and the logic is the same as today.
29169
+ # failure. The default value is false.
29086
29170
  # @param [String] fields
29087
29171
  # Selector specifying which fields to include in a partial response.
29088
29172
  # @param [String] quota_user
@@ -29284,7 +29368,7 @@ module Google
29284
29368
  # by a previous list request to get the next page of results.
29285
29369
  # @param [Boolean] return_partial_success
29286
29370
  # Opt-in for partial success behavior which provides partial results in case of
29287
- # failure. The default value is false and the logic is the same as today.
29371
+ # failure. The default value is false.
29288
29372
  # @param [String] fields
29289
29373
  # Selector specifying which fields to include in a partial response.
29290
29374
  # @param [String] quota_user
@@ -29495,7 +29579,7 @@ module Google
29495
29579
  # by a previous list request to get the next page of results.
29496
29580
  # @param [Boolean] return_partial_success
29497
29581
  # Opt-in for partial success behavior which provides partial results in case of
29498
- # failure. The default value is false and the logic is the same as today.
29582
+ # failure. The default value is false.
29499
29583
  # @param [String] fields
29500
29584
  # Selector specifying which fields to include in a partial response.
29501
29585
  # @param [String] quota_user
@@ -29745,7 +29829,7 @@ module Google
29745
29829
  # by a previous list request to get the next page of results.
29746
29830
  # @param [Boolean] return_partial_success
29747
29831
  # Opt-in for partial success behavior which provides partial results in case of
29748
- # failure. The default value is false and the logic is the same as today.
29832
+ # failure. The default value is false.
29749
29833
  # @param [String] fields
29750
29834
  # Selector specifying which fields to include in a partial response.
29751
29835
  # @param [String] quota_user
@@ -29821,7 +29905,7 @@ module Google
29821
29905
  # by a previous list request to get the next page of results.
29822
29906
  # @param [Boolean] return_partial_success
29823
29907
  # Opt-in for partial success behavior which provides partial results in case of
29824
- # failure. The default value is false and the logic is the same as today.
29908
+ # failure. The default value is false.
29825
29909
  # @param [String] fields
29826
29910
  # Selector specifying which fields to include in a partial response.
29827
29911
  # @param [String] quota_user
@@ -29994,7 +30078,7 @@ module Google
29994
30078
  # by a previous list request to get the next page of results.
29995
30079
  # @param [Boolean] return_partial_success
29996
30080
  # Opt-in for partial success behavior which provides partial results in case of
29997
- # failure. The default value is false and the logic is the same as today.
30081
+ # failure. The default value is false.
29998
30082
  # @param [String] fields
29999
30083
  # Selector specifying which fields to include in a partial response.
30000
30084
  # @param [String] quota_user
@@ -30312,7 +30396,7 @@ module Google
30312
30396
  # by a previous list request to get the next page of results.
30313
30397
  # @param [Boolean] return_partial_success
30314
30398
  # Opt-in for partial success behavior which provides partial results in case of
30315
- # failure. The default value is false and the logic is the same as today.
30399
+ # failure. The default value is false.
30316
30400
  # @param [String] fields
30317
30401
  # Selector specifying which fields to include in a partial response.
30318
30402
  # @param [String] quota_user
@@ -30388,7 +30472,7 @@ module Google
30388
30472
  # by a previous list request to get the next page of results.
30389
30473
  # @param [Boolean] return_partial_success
30390
30474
  # Opt-in for partial success behavior which provides partial results in case of
30391
- # failure. The default value is false and the logic is the same as today.
30475
+ # failure. The default value is false.
30392
30476
  # @param [String] fields
30393
30477
  # Selector specifying which fields to include in a partial response.
30394
30478
  # @param [String] quota_user
@@ -30802,7 +30886,7 @@ module Google
30802
30886
  # by a previous list request to get the next page of results.
30803
30887
  # @param [Boolean] return_partial_success
30804
30888
  # Opt-in for partial success behavior which provides partial results in case of
30805
- # failure. The default value is false and the logic is the same as today.
30889
+ # failure. The default value is false.
30806
30890
  # @param [String] fields
30807
30891
  # Selector specifying which fields to include in a partial response.
30808
30892
  # @param [String] quota_user
@@ -30938,7 +31022,7 @@ module Google
30938
31022
  # by a previous list request to get the next page of results.
30939
31023
  # @param [Boolean] return_partial_success
30940
31024
  # Opt-in for partial success behavior which provides partial results in case of
30941
- # failure. The default value is false and the logic is the same as today.
31025
+ # failure. The default value is false.
30942
31026
  # @param [String] fields
30943
31027
  # Selector specifying which fields to include in a partial response.
30944
31028
  # @param [String] quota_user
@@ -31149,7 +31233,7 @@ module Google
31149
31233
  # by a previous list request to get the next page of results.
31150
31234
  # @param [Boolean] return_partial_success
31151
31235
  # Opt-in for partial success behavior which provides partial results in case of
31152
- # failure. The default value is false and the logic is the same as today.
31236
+ # failure. The default value is false.
31153
31237
  # @param [String] fields
31154
31238
  # Selector specifying which fields to include in a partial response.
31155
31239
  # @param [String] quota_user
@@ -31375,7 +31459,7 @@ module Google
31375
31459
  # by a previous list request to get the next page of results.
31376
31460
  # @param [Boolean] return_partial_success
31377
31461
  # Opt-in for partial success behavior which provides partial results in case of
31378
- # failure. The default value is false and the logic is the same as today.
31462
+ # failure. The default value is false.
31379
31463
  # @param [String] fields
31380
31464
  # Selector specifying which fields to include in a partial response.
31381
31465
  # @param [String] quota_user
@@ -31586,7 +31670,7 @@ module Google
31586
31670
  # by a previous list request to get the next page of results.
31587
31671
  # @param [Boolean] return_partial_success
31588
31672
  # Opt-in for partial success behavior which provides partial results in case of
31589
- # failure. The default value is false and the logic is the same as today.
31673
+ # failure. The default value is false.
31590
31674
  # @param [String] fields
31591
31675
  # Selector specifying which fields to include in a partial response.
31592
31676
  # @param [String] quota_user
@@ -31969,7 +32053,7 @@ module Google
31969
32053
  # by a previous list request to get the next page of results.
31970
32054
  # @param [Boolean] return_partial_success
31971
32055
  # Opt-in for partial success behavior which provides partial results in case of
31972
- # failure. The default value is false and the logic is the same as today.
32056
+ # failure. The default value is false.
31973
32057
  # @param [String] fields
31974
32058
  # Selector specifying which fields to include in a partial response.
31975
32059
  # @param [String] quota_user
@@ -32191,7 +32275,7 @@ module Google
32191
32275
  # by a previous list request to get the next page of results.
32192
32276
  # @param [Boolean] return_partial_success
32193
32277
  # Opt-in for partial success behavior which provides partial results in case of
32194
- # failure. The default value is false and the logic is the same as today.
32278
+ # failure. The default value is false.
32195
32279
  # @param [String] fields
32196
32280
  # Selector specifying which fields to include in a partial response.
32197
32281
  # @param [String] quota_user
@@ -32424,7 +32508,7 @@ module Google
32424
32508
  # by a previous list request to get the next page of results.
32425
32509
  # @param [Boolean] return_partial_success
32426
32510
  # Opt-in for partial success behavior which provides partial results in case of
32427
- # failure. The default value is false and the logic is the same as today.
32511
+ # failure. The default value is false.
32428
32512
  # @param [String] fields
32429
32513
  # Selector specifying which fields to include in a partial response.
32430
32514
  # @param [String] quota_user
@@ -32688,7 +32772,7 @@ module Google
32688
32772
  # by a previous list request to get the next page of results.
32689
32773
  # @param [Boolean] return_partial_success
32690
32774
  # Opt-in for partial success behavior which provides partial results in case of
32691
- # failure. The default value is false and the logic is the same as today.
32775
+ # failure. The default value is false.
32692
32776
  # @param [String] fields
32693
32777
  # Selector specifying which fields to include in a partial response.
32694
32778
  # @param [String] quota_user
@@ -33106,7 +33190,7 @@ module Google
33106
33190
  # by a previous list request to get the next page of results.
33107
33191
  # @param [Boolean] return_partial_success
33108
33192
  # Opt-in for partial success behavior which provides partial results in case of
33109
- # failure. The default value is false and the logic is the same as today.
33193
+ # failure. The default value is false.
33110
33194
  # @param [String] fields
33111
33195
  # Selector specifying which fields to include in a partial response.
33112
33196
  # @param [String] quota_user
@@ -33563,7 +33647,7 @@ module Google
33563
33647
  # by a previous list request to get the next page of results.
33564
33648
  # @param [Boolean] return_partial_success
33565
33649
  # Opt-in for partial success behavior which provides partial results in case of
33566
- # failure. The default value is false and the logic is the same as today.
33650
+ # failure. The default value is false.
33567
33651
  # @param [String] fields
33568
33652
  # Selector specifying which fields to include in a partial response.
33569
33653
  # @param [String] quota_user
@@ -33747,7 +33831,7 @@ module Google
33747
33831
  # by a previous list request to get the next page of results.
33748
33832
  # @param [Boolean] return_partial_success
33749
33833
  # Opt-in for partial success behavior which provides partial results in case of
33750
- # failure. The default value is false and the logic is the same as today.
33834
+ # failure. The default value is false.
33751
33835
  # @param [String] fields
33752
33836
  # Selector specifying which fields to include in a partial response.
33753
33837
  # @param [String] quota_user
@@ -33969,7 +34053,7 @@ module Google
33969
34053
  # by a previous list request to get the next page of results.
33970
34054
  # @param [Boolean] return_partial_success
33971
34055
  # Opt-in for partial success behavior which provides partial results in case of
33972
- # failure. The default value is false and the logic is the same as today.
34056
+ # failure. The default value is false.
33973
34057
  # @param [String] fields
33974
34058
  # Selector specifying which fields to include in a partial response.
33975
34059
  # @param [String] quota_user
@@ -34150,7 +34234,7 @@ module Google
34150
34234
  # by a previous list request to get the next page of results.
34151
34235
  # @param [Boolean] return_partial_success
34152
34236
  # Opt-in for partial success behavior which provides partial results in case of
34153
- # failure. The default value is false and the logic is the same as today.
34237
+ # failure. The default value is false.
34154
34238
  # @param [String] fields
34155
34239
  # Selector specifying which fields to include in a partial response.
34156
34240
  # @param [String] quota_user
@@ -34414,7 +34498,7 @@ module Google
34414
34498
  # by a previous list request to get the next page of results.
34415
34499
  # @param [Boolean] return_partial_success
34416
34500
  # Opt-in for partial success behavior which provides partial results in case of
34417
- # failure. The default value is false and the logic is the same as today.
34501
+ # failure. The default value is false.
34418
34502
  # @param [String] fields
34419
34503
  # Selector specifying which fields to include in a partial response.
34420
34504
  # @param [String] quota_user
@@ -34679,7 +34763,7 @@ module Google
34679
34763
  # by a previous list request to get the next page of results.
34680
34764
  # @param [Boolean] return_partial_success
34681
34765
  # Opt-in for partial success behavior which provides partial results in case of
34682
- # failure. The default value is false and the logic is the same as today.
34766
+ # failure. The default value is false.
34683
34767
  # @param [String] fields
34684
34768
  # Selector specifying which fields to include in a partial response.
34685
34769
  # @param [String] quota_user
@@ -34939,7 +35023,7 @@ module Google
34939
35023
  # by a previous list request to get the next page of results.
34940
35024
  # @param [Boolean] return_partial_success
34941
35025
  # Opt-in for partial success behavior which provides partial results in case of
34942
- # failure. The default value is false and the logic is the same as today.
35026
+ # failure. The default value is false.
34943
35027
  # @param [String] fields
34944
35028
  # Selector specifying which fields to include in a partial response.
34945
35029
  # @param [String] quota_user
@@ -35077,7 +35161,7 @@ module Google
35077
35161
  # by a previous list request to get the next page of results.
35078
35162
  # @param [Boolean] return_partial_success
35079
35163
  # Opt-in for partial success behavior which provides partial results in case of
35080
- # failure. The default value is false and the logic is the same as today.
35164
+ # failure. The default value is false.
35081
35165
  # @param [String] fields
35082
35166
  # Selector specifying which fields to include in a partial response.
35083
35167
  # @param [String] quota_user
@@ -35299,7 +35383,7 @@ module Google
35299
35383
  # by a previous list request to get the next page of results.
35300
35384
  # @param [Boolean] return_partial_success
35301
35385
  # Opt-in for partial success behavior which provides partial results in case of
35302
- # failure. The default value is false and the logic is the same as today.
35386
+ # failure. The default value is false.
35303
35387
  # @param [String] fields
35304
35388
  # Selector specifying which fields to include in a partial response.
35305
35389
  # @param [String] quota_user
@@ -35550,7 +35634,7 @@ module Google
35550
35634
  # by a previous list request to get the next page of results.
35551
35635
  # @param [Boolean] return_partial_success
35552
35636
  # Opt-in for partial success behavior which provides partial results in case of
35553
- # failure. The default value is false and the logic is the same as today.
35637
+ # failure. The default value is false.
35554
35638
  # @param [String] fields
35555
35639
  # Selector specifying which fields to include in a partial response.
35556
35640
  # @param [String] quota_user
@@ -35712,7 +35796,7 @@ module Google
35712
35796
  # by a previous list request to get the next page of results.
35713
35797
  # @param [Boolean] return_partial_success
35714
35798
  # Opt-in for partial success behavior which provides partial results in case of
35715
- # failure. The default value is false and the logic is the same as today.
35799
+ # failure. The default value is false.
35716
35800
  # @param [String] fields
35717
35801
  # Selector specifying which fields to include in a partial response.
35718
35802
  # @param [String] quota_user