google-apis-compute_v1 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 ComputeV1
18
18
  # Version of the google-apis-compute_v1 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
@@ -970,6 +970,12 @@ module Google
970
970
  include Google::Apis::Core::JsonObjectSupport
971
971
  end
972
972
 
973
+ class ForwardingRuleServiceDirectoryRegistration
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
973
979
  class ForwardingRulesScopedList
974
980
  class Representation < Google::Apis::Core::JsonRepresentation; end
975
981
 
@@ -1774,6 +1780,18 @@ module Google
1774
1780
  include Google::Apis::Core::JsonObjectSupport
1775
1781
  end
1776
1782
 
1783
+ class InstancesGetEffectiveFirewallsResponse
1784
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1785
+
1786
+ include Google::Apis::Core::JsonObjectSupport
1787
+ end
1788
+
1789
+ class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
1790
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1791
+
1792
+ include Google::Apis::Core::JsonObjectSupport
1793
+ end
1794
+
1777
1795
  class InstancesRemoveResourcePoliciesRequest
1778
1796
  class Representation < Google::Apis::Core::JsonRepresentation; end
1779
1797
 
@@ -2410,6 +2428,18 @@ module Google
2410
2428
  include Google::Apis::Core::JsonObjectSupport
2411
2429
  end
2412
2430
 
2431
+ class NetworksGetEffectiveFirewallsResponse
2432
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2433
+
2434
+ include Google::Apis::Core::JsonObjectSupport
2435
+ end
2436
+
2437
+ class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
2438
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2439
+
2440
+ include Google::Apis::Core::JsonObjectSupport
2441
+ end
2442
+
2413
2443
  class NetworksRemovePeeringRequest
2414
2444
  class Representation < Google::Apis::Core::JsonRepresentation; end
2415
2445
 
@@ -3376,6 +3406,18 @@ module Google
3376
3406
  include Google::Apis::Core::JsonObjectSupport
3377
3407
  end
3378
3408
 
3409
+ class ResourcePolicyInstanceSchedulePolicy
3410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3411
+
3412
+ include Google::Apis::Core::JsonObjectSupport
3413
+ end
3414
+
3415
+ class ResourcePolicyInstanceSchedulePolicySchedule
3416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3417
+
3418
+ include Google::Apis::Core::JsonObjectSupport
3419
+ end
3420
+
3379
3421
  class ResourcePolicyList
3380
3422
  class Representation < Google::Apis::Core::JsonRepresentation; end
3381
3423
 
@@ -3394,6 +3436,18 @@ module Google
3394
3436
  include Google::Apis::Core::JsonObjectSupport
3395
3437
  end
3396
3438
 
3439
+ class ResourcePolicyResourceStatus
3440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3441
+
3442
+ include Google::Apis::Core::JsonObjectSupport
3443
+ end
3444
+
3445
+ class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
3446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3447
+
3448
+ include Google::Apis::Core::JsonObjectSupport
3449
+ end
3450
+
3397
3451
  class ResourcePolicySnapshotSchedulePolicy
3398
3452
  class Representation < Google::Apis::Core::JsonRepresentation; end
3399
3453
 
@@ -5140,6 +5194,7 @@ module Google
5140
5194
 
5141
5195
  collection :local_ssds, as: 'localSsds', class: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk, decorator: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk::Representation
5142
5196
 
5197
+ property :location_hint, as: 'locationHint'
5143
5198
  property :machine_type, as: 'machineType'
5144
5199
  property :min_cpu_platform, as: 'minCpuPlatform'
5145
5200
  end
@@ -5189,6 +5244,7 @@ module Google
5189
5244
  property :disk_type, as: 'diskType'
5190
5245
  hash :labels, as: 'labels'
5191
5246
  property :on_update_action, as: 'onUpdateAction'
5247
+ property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
5192
5248
  collection :resource_policies, as: 'resourcePolicies'
5193
5249
  property :source_image, as: 'sourceImage'
5194
5250
  property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
@@ -5946,6 +6002,7 @@ module Google
5946
6002
  property :name, as: 'name'
5947
6003
  property :options, as: 'options'
5948
6004
  property :physical_block_size_bytes, :numeric_string => true, as: 'physicalBlockSizeBytes'
6005
+ property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
5949
6006
  property :region, as: 'region'
5950
6007
  collection :replica_zones, as: 'replicaZones'
5951
6008
  collection :resource_policies, as: 'resourcePolicies'
@@ -6589,8 +6646,11 @@ module Google
6589
6646
  property :network_tier, as: 'networkTier'
6590
6647
  property :port_range, as: 'portRange'
6591
6648
  collection :ports, as: 'ports'
6649
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
6592
6650
  property :region, as: 'region'
6593
6651
  property :self_link, as: 'selfLink'
6652
+ collection :service_directory_registrations, as: 'serviceDirectoryRegistrations', class: Google::Apis::ComputeV1::ForwardingRuleServiceDirectoryRegistration, decorator: Google::Apis::ComputeV1::ForwardingRuleServiceDirectoryRegistration::Representation
6653
+
6594
6654
  property :service_label, as: 'serviceLabel'
6595
6655
  property :service_name, as: 'serviceName'
6596
6656
  property :subnetwork, as: 'subnetwork'
@@ -6670,6 +6730,15 @@ module Google
6670
6730
  end
6671
6731
  end
6672
6732
 
6733
+ class ForwardingRuleServiceDirectoryRegistration
6734
+ # @private
6735
+ class Representation < Google::Apis::Core::JsonRepresentation
6736
+ property :namespace, as: 'namespace'
6737
+ property :service, as: 'service'
6738
+ property :service_directory_region, as: 'serviceDirectoryRegion'
6739
+ end
6740
+ end
6741
+
6673
6742
  class ForwardingRulesScopedList
6674
6743
  # @private
6675
6744
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7336,6 +7405,7 @@ module Google
7336
7405
  property :name, as: 'name'
7337
7406
  property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeV1::Image::RawDisk, decorator: Google::Apis::ComputeV1::Image::RawDisk::Representation
7338
7407
 
7408
+ property :satisfies_pzs, as: 'satisfiesPzs'
7339
7409
  property :self_link, as: 'selfLink'
7340
7410
  property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeV1::InitialStateConfig, decorator: Google::Apis::ComputeV1::InitialStateConfig::Representation
7341
7411
 
@@ -8223,6 +8293,27 @@ module Google
8223
8293
  end
8224
8294
  end
8225
8295
 
8296
+ class InstancesGetEffectiveFirewallsResponse
8297
+ # @private
8298
+ class Representation < Google::Apis::Core::JsonRepresentation
8299
+ collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
8300
+
8301
+ collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeV1::Firewall, decorator: Google::Apis::ComputeV1::Firewall::Representation
8302
+
8303
+ end
8304
+ end
8305
+
8306
+ class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
8307
+ # @private
8308
+ class Representation < Google::Apis::Core::JsonRepresentation
8309
+ property :display_name, as: 'displayName'
8310
+ property :name, as: 'name'
8311
+ collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
8312
+
8313
+ property :type, as: 'type'
8314
+ end
8315
+ end
8316
+
8226
8317
  class InstancesRemoveResourcePoliciesRequest
8227
8318
  # @private
8228
8319
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9370,6 +9461,27 @@ module Google
9370
9461
  end
9371
9462
  end
9372
9463
 
9464
+ class NetworksGetEffectiveFirewallsResponse
9465
+ # @private
9466
+ class Representation < Google::Apis::Core::JsonRepresentation
9467
+ collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
9468
+
9469
+ collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeV1::Firewall, decorator: Google::Apis::ComputeV1::Firewall::Representation
9470
+
9471
+ end
9472
+ end
9473
+
9474
+ class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
9475
+ # @private
9476
+ class Representation < Google::Apis::Core::JsonRepresentation
9477
+ property :display_name, as: 'displayName'
9478
+ property :name, as: 'name'
9479
+ collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
9480
+
9481
+ property :type, as: 'type'
9482
+ end
9483
+ end
9484
+
9373
9485
  class NetworksRemovePeeringRequest
9374
9486
  # @private
9375
9487
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9395,6 +9507,7 @@ module Google
9395
9507
  property :fingerprint, :base64 => true, as: 'fingerprint'
9396
9508
  property :id, :numeric_string => true, as: 'id'
9397
9509
  property :kind, as: 'kind'
9510
+ property :location_hint, as: 'locationHint'
9398
9511
  property :maintenance_policy, as: 'maintenancePolicy'
9399
9512
  property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeV1::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeV1::NodeGroupMaintenanceWindow::Representation
9400
9513
 
@@ -9501,6 +9614,7 @@ module Google
9501
9614
  collection :instances, as: 'instances'
9502
9615
  property :name, as: 'name'
9503
9616
  property :node_type, as: 'nodeType'
9617
+ property :satisfies_pzs, as: 'satisfiesPzs'
9504
9618
  property :server_binding, as: 'serverBinding', class: Google::Apis::ComputeV1::ServerBinding, decorator: Google::Apis::ComputeV1::ServerBinding::Representation
9505
9619
 
9506
9620
  property :server_id, as: 'serverId'
@@ -10822,6 +10936,7 @@ module Google
10822
10936
  property :id, :numeric_string => true, as: 'id'
10823
10937
  property :kind, as: 'kind'
10824
10938
  property :name, as: 'name'
10939
+ property :satisfies_pzs, as: 'satisfiesPzs'
10825
10940
  property :self_link, as: 'selfLink'
10826
10941
  property :specific_reservation, as: 'specificReservation', class: Google::Apis::ComputeV1::AllocationSpecificSkuReservation, decorator: Google::Apis::ComputeV1::AllocationSpecificSkuReservation::Representation
10827
10942
 
@@ -10992,9 +11107,13 @@ module Google
10992
11107
  property :group_placement_policy, as: 'groupPlacementPolicy', class: Google::Apis::ComputeV1::ResourcePolicyGroupPlacementPolicy, decorator: Google::Apis::ComputeV1::ResourcePolicyGroupPlacementPolicy::Representation
10993
11108
 
10994
11109
  property :id, :numeric_string => true, as: 'id'
11110
+ property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicy, decorator: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicy::Representation
11111
+
10995
11112
  property :kind, as: 'kind'
10996
11113
  property :name, as: 'name'
10997
11114
  property :region, as: 'region'
11115
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::ResourcePolicyResourceStatus, decorator: Google::Apis::ComputeV1::ResourcePolicyResourceStatus::Representation
11116
+
10998
11117
  property :self_link, as: 'selfLink'
10999
11118
  property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy', class: Google::Apis::ComputeV1::ResourcePolicySnapshotSchedulePolicy, decorator: Google::Apis::ComputeV1::ResourcePolicySnapshotSchedulePolicy::Representation
11000
11119
 
@@ -11063,6 +11182,26 @@ module Google
11063
11182
  end
11064
11183
  end
11065
11184
 
11185
+ class ResourcePolicyInstanceSchedulePolicy
11186
+ # @private
11187
+ class Representation < Google::Apis::Core::JsonRepresentation
11188
+ property :expiration_time, as: 'expirationTime'
11189
+ property :start_time, as: 'startTime'
11190
+ property :time_zone, as: 'timeZone'
11191
+ property :vm_start_schedule, as: 'vmStartSchedule', class: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule::Representation
11192
+
11193
+ property :vm_stop_schedule, as: 'vmStopSchedule', class: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule::Representation
11194
+
11195
+ end
11196
+ end
11197
+
11198
+ class ResourcePolicyInstanceSchedulePolicySchedule
11199
+ # @private
11200
+ class Representation < Google::Apis::Core::JsonRepresentation
11201
+ property :schedule, as: 'schedule'
11202
+ end
11203
+ end
11204
+
11066
11205
  class ResourcePolicyList
11067
11206
  # @private
11068
11207
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11096,6 +11235,22 @@ module Google
11096
11235
  end
11097
11236
  end
11098
11237
 
11238
+ class ResourcePolicyResourceStatus
11239
+ # @private
11240
+ class Representation < Google::Apis::Core::JsonRepresentation
11241
+ property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeV1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus, decorator: Google::Apis::ComputeV1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus::Representation
11242
+
11243
+ end
11244
+ end
11245
+
11246
+ class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
11247
+ # @private
11248
+ class Representation < Google::Apis::Core::JsonRepresentation
11249
+ property :last_run_start_time, as: 'lastRunStartTime'
11250
+ property :next_run_start_time, as: 'nextRunStartTime'
11251
+ end
11252
+ end
11253
+
11099
11254
  class ResourcePolicySnapshotSchedulePolicy
11100
11255
  # @private
11101
11256
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12834,6 +12989,7 @@ module Google
12834
12989
  property :id, :numeric_string => true, as: 'id'
12835
12990
  property :kind, as: 'kind'
12836
12991
  property :name, as: 'name'
12992
+ property :proxy_bind, as: 'proxyBind'
12837
12993
  property :proxy_header, as: 'proxyHeader'
12838
12994
  property :self_link, as: 'selfLink'
12839
12995
  property :service, as: 'service'
@@ -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
@@ -603,7 +603,7 @@ module Google
603
603
  # by a previous list request to get the next page of results.
604
604
  # @param [Boolean] return_partial_success
605
605
  # Opt-in for partial success behavior which provides partial results in case of
606
- # failure. The default value is false and the logic is the same as today.
606
+ # failure. The default value is false.
607
607
  # @param [String] fields
608
608
  # Selector specifying which fields to include in a partial response.
609
609
  # @param [String] quota_user
@@ -824,7 +824,7 @@ module Google
824
824
  # by a previous list request to get the next page of results.
825
825
  # @param [Boolean] return_partial_success
826
826
  # Opt-in for partial success behavior which provides partial results in case of
827
- # failure. The default value is false and the logic is the same as today.
827
+ # failure. The default value is false.
828
828
  # @param [String] fields
829
829
  # Selector specifying which fields to include in a partial response.
830
830
  # @param [String] quota_user
@@ -1250,7 +1250,7 @@ module Google
1250
1250
  # by a previous list request to get the next page of results.
1251
1251
  # @param [Boolean] return_partial_success
1252
1252
  # Opt-in for partial success behavior which provides partial results in case of
1253
- # failure. The default value is false and the logic is the same as today.
1253
+ # failure. The default value is false.
1254
1254
  # @param [String] fields
1255
1255
  # Selector specifying which fields to include in a partial response.
1256
1256
  # @param [String] quota_user
@@ -1490,7 +1490,7 @@ module Google
1490
1490
  # by a previous list request to get the next page of results.
1491
1491
  # @param [Boolean] return_partial_success
1492
1492
  # Opt-in for partial success behavior which provides partial results in case of
1493
- # failure. The default value is false and the logic is the same as today.
1493
+ # failure. The default value is false.
1494
1494
  # @param [String] fields
1495
1495
  # Selector specifying which fields to include in a partial response.
1496
1496
  # @param [String] quota_user
@@ -1794,7 +1794,7 @@ module Google
1794
1794
  # by a previous list request to get the next page of results.
1795
1795
  # @param [Boolean] return_partial_success
1796
1796
  # Opt-in for partial success behavior which provides partial results in case of
1797
- # failure. The default value is false and the logic is the same as today.
1797
+ # failure. The default value is false.
1798
1798
  # @param [String] fields
1799
1799
  # Selector specifying which fields to include in a partial response.
1800
1800
  # @param [String] quota_user
@@ -2034,7 +2034,7 @@ module Google
2034
2034
  # by a previous list request to get the next page of results.
2035
2035
  # @param [Boolean] return_partial_success
2036
2036
  # Opt-in for partial success behavior which provides partial results in case of
2037
- # failure. The default value is false and the logic is the same as today.
2037
+ # failure. The default value is false.
2038
2038
  # @param [String] fields
2039
2039
  # Selector specifying which fields to include in a partial response.
2040
2040
  # @param [String] quota_user
@@ -2152,7 +2152,7 @@ module Google
2152
2152
  # by a previous list request to get the next page of results.
2153
2153
  # @param [Boolean] return_partial_success
2154
2154
  # Opt-in for partial success behavior which provides partial results in case of
2155
- # failure. The default value is false and the logic is the same as today.
2155
+ # failure. The default value is false.
2156
2156
  # @param [String] fields
2157
2157
  # Selector specifying which fields to include in a partial response.
2158
2158
  # @param [String] quota_user
@@ -2290,7 +2290,7 @@ module Google
2290
2290
  # by a previous list request to get the next page of results.
2291
2291
  # @param [Boolean] return_partial_success
2292
2292
  # Opt-in for partial success behavior which provides partial results in case of
2293
- # failure. The default value is false and the logic is the same as today.
2293
+ # failure. The default value is false.
2294
2294
  # @param [String] fields
2295
2295
  # Selector specifying which fields to include in a partial response.
2296
2296
  # @param [String] quota_user
@@ -2621,7 +2621,7 @@ module Google
2621
2621
  # by a previous list request to get the next page of results.
2622
2622
  # @param [Boolean] return_partial_success
2623
2623
  # Opt-in for partial success behavior which provides partial results in case of
2624
- # failure. The default value is false and the logic is the same as today.
2624
+ # failure. The default value is false.
2625
2625
  # @param [String] fields
2626
2626
  # Selector specifying which fields to include in a partial response.
2627
2627
  # @param [String] quota_user
@@ -3080,7 +3080,7 @@ module Google
3080
3080
  # by a previous list request to get the next page of results.
3081
3081
  # @param [Boolean] return_partial_success
3082
3082
  # Opt-in for partial success behavior which provides partial results in case of
3083
- # failure. The default value is false and the logic is the same as today.
3083
+ # failure. The default value is false.
3084
3084
  # @param [String] fields
3085
3085
  # Selector specifying which fields to include in a partial response.
3086
3086
  # @param [String] quota_user
@@ -3621,7 +3621,7 @@ module Google
3621
3621
  # Parent ID for this request.
3622
3622
  # @param [Boolean] return_partial_success
3623
3623
  # Opt-in for partial success behavior which provides partial results in case of
3624
- # failure. The default value is false and the logic is the same as today.
3624
+ # failure. The default value is false.
3625
3625
  # @param [String] fields
3626
3626
  # Selector specifying which fields to include in a partial response.
3627
3627
  # @param [String] quota_user
@@ -4178,7 +4178,7 @@ module Google
4178
4178
  # by a previous list request to get the next page of results.
4179
4179
  # @param [Boolean] return_partial_success
4180
4180
  # Opt-in for partial success behavior which provides partial results in case of
4181
- # failure. The default value is false and the logic is the same as today.
4181
+ # failure. The default value is false.
4182
4182
  # @param [String] fields
4183
4183
  # Selector specifying which fields to include in a partial response.
4184
4184
  # @param [String] quota_user
@@ -4366,7 +4366,7 @@ module Google
4366
4366
  # by a previous list request to get the next page of results.
4367
4367
  # @param [Boolean] return_partial_success
4368
4368
  # Opt-in for partial success behavior which provides partial results in case of
4369
- # failure. The default value is false and the logic is the same as today.
4369
+ # failure. The default value is false.
4370
4370
  # @param [String] fields
4371
4371
  # Selector specifying which fields to include in a partial response.
4372
4372
  # @param [String] quota_user
@@ -4587,7 +4587,7 @@ module Google
4587
4587
  # by a previous list request to get the next page of results.
4588
4588
  # @param [Boolean] return_partial_success
4589
4589
  # Opt-in for partial success behavior which provides partial results in case of
4590
- # failure. The default value is false and the logic is the same as today.
4590
+ # failure. The default value is false.
4591
4591
  # @param [String] fields
4592
4592
  # Selector specifying which fields to include in a partial response.
4593
4593
  # @param [String] quota_user
@@ -4963,7 +4963,7 @@ module Google
4963
4963
  # by a previous list request to get the next page of results.
4964
4964
  # @param [Boolean] return_partial_success
4965
4965
  # Opt-in for partial success behavior which provides partial results in case of
4966
- # failure. The default value is false and the logic is the same as today.
4966
+ # failure. The default value is false.
4967
4967
  # @param [String] fields
4968
4968
  # Selector specifying which fields to include in a partial response.
4969
4969
  # @param [String] quota_user
@@ -5173,7 +5173,7 @@ module Google
5173
5173
  # by a previous list request to get the next page of results.
5174
5174
  # @param [Boolean] return_partial_success
5175
5175
  # Opt-in for partial success behavior which provides partial results in case of
5176
- # failure. The default value is false and the logic is the same as today.
5176
+ # failure. The default value is false.
5177
5177
  # @param [String] fields
5178
5178
  # Selector specifying which fields to include in a partial response.
5179
5179
  # @param [String] quota_user
@@ -5634,7 +5634,7 @@ module Google
5634
5634
  # by a previous list request to get the next page of results.
5635
5635
  # @param [Boolean] return_partial_success
5636
5636
  # Opt-in for partial success behavior which provides partial results in case of
5637
- # failure. The default value is false and the logic is the same as today.
5637
+ # failure. The default value is false.
5638
5638
  # @param [String] fields
5639
5639
  # Selector specifying which fields to include in a partial response.
5640
5640
  # @param [String] quota_user
@@ -5712,7 +5712,7 @@ module Google
5712
5712
  # by a previous list request to get the next page of results.
5713
5713
  # @param [Boolean] return_partial_success
5714
5714
  # Opt-in for partial success behavior which provides partial results in case of
5715
- # failure. The default value is false and the logic is the same as today.
5715
+ # failure. The default value is false.
5716
5716
  # @param [String] fields
5717
5717
  # Selector specifying which fields to include in a partial response.
5718
5718
  # @param [String] quota_user
@@ -5795,7 +5795,7 @@ module Google
5795
5795
  # by a previous list request to get the next page of results.
5796
5796
  # @param [Boolean] return_partial_success
5797
5797
  # Opt-in for partial success behavior which provides partial results in case of
5798
- # failure. The default value is false and the logic is the same as today.
5798
+ # failure. The default value is false.
5799
5799
  # @param [String] fields
5800
5800
  # Selector specifying which fields to include in a partial response.
5801
5801
  # @param [String] quota_user
@@ -5942,7 +5942,7 @@ module Google
5942
5942
  # by a previous list request to get the next page of results.
5943
5943
  # @param [Boolean] return_partial_success
5944
5944
  # Opt-in for partial success behavior which provides partial results in case of
5945
- # failure. The default value is false and the logic is the same as today.
5945
+ # failure. The default value is false.
5946
5946
  # @param [String] fields
5947
5947
  # Selector specifying which fields to include in a partial response.
5948
5948
  # @param [String] quota_user
@@ -6135,7 +6135,7 @@ module Google
6135
6135
  # Parent ID for this request.
6136
6136
  # @param [Boolean] return_partial_success
6137
6137
  # Opt-in for partial success behavior which provides partial results in case of
6138
- # failure. The default value is false and the logic is the same as today.
6138
+ # failure. The default value is false.
6139
6139
  # @param [String] fields
6140
6140
  # Selector specifying which fields to include in a partial response.
6141
6141
  # @param [String] quota_user
@@ -6218,7 +6218,7 @@ module Google
6218
6218
  # by a previous list request to get the next page of results.
6219
6219
  # @param [Boolean] return_partial_success
6220
6220
  # Opt-in for partial success behavior which provides partial results in case of
6221
- # failure. The default value is false and the logic is the same as today.
6221
+ # failure. The default value is false.
6222
6222
  # @param [String] fields
6223
6223
  # Selector specifying which fields to include in a partial response.
6224
6224
  # @param [String] quota_user
@@ -6428,7 +6428,7 @@ module Google
6428
6428
  # by a previous list request to get the next page of results.
6429
6429
  # @param [Boolean] return_partial_success
6430
6430
  # Opt-in for partial success behavior which provides partial results in case of
6431
- # failure. The default value is false and the logic is the same as today.
6431
+ # failure. The default value is false.
6432
6432
  # @param [String] fields
6433
6433
  # Selector specifying which fields to include in a partial response.
6434
6434
  # @param [String] quota_user
@@ -6743,7 +6743,7 @@ module Google
6743
6743
  # by a previous list request to get the next page of results.
6744
6744
  # @param [Boolean] return_partial_success
6745
6745
  # Opt-in for partial success behavior which provides partial results in case of
6746
- # failure. The default value is false and the logic is the same as today.
6746
+ # failure. The default value is false.
6747
6747
  # @param [String] fields
6748
6748
  # Selector specifying which fields to include in a partial response.
6749
6749
  # @param [String] quota_user
@@ -7058,7 +7058,7 @@ module Google
7058
7058
  # by a previous list request to get the next page of results.
7059
7059
  # @param [Boolean] return_partial_success
7060
7060
  # Opt-in for partial success behavior which provides partial results in case of
7061
- # failure. The default value is false and the logic is the same as today.
7061
+ # failure. The default value is false.
7062
7062
  # @param [String] fields
7063
7063
  # Selector specifying which fields to include in a partial response.
7064
7064
  # @param [String] quota_user
@@ -7508,7 +7508,7 @@ module Google
7508
7508
  # by a previous list request to get the next page of results.
7509
7509
  # @param [Boolean] return_partial_success
7510
7510
  # Opt-in for partial success behavior which provides partial results in case of
7511
- # failure. The default value is false and the logic is the same as today.
7511
+ # failure. The default value is false.
7512
7512
  # @param [String] fields
7513
7513
  # Selector specifying which fields to include in a partial response.
7514
7514
  # @param [String] quota_user
@@ -7826,7 +7826,7 @@ module Google
7826
7826
  # by a previous list request to get the next page of results.
7827
7827
  # @param [Boolean] return_partial_success
7828
7828
  # Opt-in for partial success behavior which provides partial results in case of
7829
- # failure. The default value is false and the logic is the same as today.
7829
+ # failure. The default value is false.
7830
7830
  # @param [String] fields
7831
7831
  # Selector specifying which fields to include in a partial response.
7832
7832
  # @param [String] quota_user
@@ -8266,7 +8266,7 @@ module Google
8266
8266
  # by a previous list request to get the next page of results.
8267
8267
  # @param [Boolean] return_partial_success
8268
8268
  # Opt-in for partial success behavior which provides partial results in case of
8269
- # failure. The default value is false and the logic is the same as today.
8269
+ # failure. The default value is false.
8270
8270
  # @param [String] fields
8271
8271
  # Selector specifying which fields to include in a partial response.
8272
8272
  # @param [String] quota_user
@@ -8350,7 +8350,7 @@ module Google
8350
8350
  # by a previous list request to get the next page of results.
8351
8351
  # @param [Boolean] return_partial_success
8352
8352
  # Opt-in for partial success behavior which provides partial results in case of
8353
- # failure. The default value is false and the logic is the same as today.
8353
+ # failure. The default value is false.
8354
8354
  # @param [String] fields
8355
8355
  # Selector specifying which fields to include in a partial response.
8356
8356
  # @param [String] quota_user
@@ -8436,7 +8436,7 @@ module Google
8436
8436
  # by a previous list request to get the next page of results.
8437
8437
  # @param [Boolean] return_partial_success
8438
8438
  # Opt-in for partial success behavior which provides partial results in case of
8439
- # failure. The default value is false and the logic is the same as today.
8439
+ # failure. The default value is false.
8440
8440
  # @param [String] fields
8441
8441
  # Selector specifying which fields to include in a partial response.
8442
8442
  # @param [String] quota_user
@@ -8519,7 +8519,7 @@ module Google
8519
8519
  # by a previous list request to get the next page of results.
8520
8520
  # @param [Boolean] return_partial_success
8521
8521
  # Opt-in for partial success behavior which provides partial results in case of
8522
- # failure. The default value is false and the logic is the same as today.
8522
+ # failure. The default value is false.
8523
8523
  # @param [String] fields
8524
8524
  # Selector specifying which fields to include in a partial response.
8525
8525
  # @param [String] quota_user
@@ -9082,7 +9082,7 @@ module Google
9082
9082
  # by a previous list request to get the next page of results.
9083
9083
  # @param [Boolean] return_partial_success
9084
9084
  # Opt-in for partial success behavior which provides partial results in case of
9085
- # failure. The default value is false and the logic is the same as today.
9085
+ # failure. The default value is false.
9086
9086
  # @param [String] fields
9087
9087
  # Selector specifying which fields to include in a partial response.
9088
9088
  # @param [String] quota_user
@@ -9310,7 +9310,7 @@ module Google
9310
9310
  # by a previous list request to get the next page of results.
9311
9311
  # @param [Boolean] return_partial_success
9312
9312
  # Opt-in for partial success behavior which provides partial results in case of
9313
- # failure. The default value is false and the logic is the same as today.
9313
+ # failure. The default value is false.
9314
9314
  # @param [String] fields
9315
9315
  # Selector specifying which fields to include in a partial response.
9316
9316
  # @param [String] quota_user
@@ -9393,7 +9393,7 @@ module Google
9393
9393
  # by a previous list request to get the next page of results.
9394
9394
  # @param [Boolean] return_partial_success
9395
9395
  # Opt-in for partial success behavior which provides partial results in case of
9396
- # failure. The default value is false and the logic is the same as today.
9396
+ # failure. The default value is false.
9397
9397
  # @param [String] fields
9398
9398
  # Selector specifying which fields to include in a partial response.
9399
9399
  # @param [String] quota_user
@@ -9763,7 +9763,7 @@ module Google
9763
9763
  # by a previous list request to get the next page of results.
9764
9764
  # @param [Boolean] return_partial_success
9765
9765
  # Opt-in for partial success behavior which provides partial results in case of
9766
- # failure. The default value is false and the logic is the same as today.
9766
+ # failure. The default value is false.
9767
9767
  # @param [String] fields
9768
9768
  # Selector specifying which fields to include in a partial response.
9769
9769
  # @param [String] quota_user
@@ -10038,7 +10038,7 @@ module Google
10038
10038
  # by a previous list request to get the next page of results.
10039
10039
  # @param [Boolean] return_partial_success
10040
10040
  # Opt-in for partial success behavior which provides partial results in case of
10041
- # failure. The default value is false and the logic is the same as today.
10041
+ # failure. The default value is false.
10042
10042
  # @param [String] fields
10043
10043
  # Selector specifying which fields to include in a partial response.
10044
10044
  # @param [String] quota_user
@@ -10341,6 +10341,48 @@ module Google
10341
10341
  execute_or_queue_command(command, &block)
10342
10342
  end
10343
10343
 
10344
+ # Returns effective firewalls applied to an interface of the instance.
10345
+ # @param [String] project
10346
+ # Project ID for this request.
10347
+ # @param [String] zone
10348
+ # The name of the zone for this request.
10349
+ # @param [String] instance
10350
+ # Name of the instance scoping this request.
10351
+ # @param [String] network_interface
10352
+ # The name of the network interface to get the effective firewalls.
10353
+ # @param [String] fields
10354
+ # Selector specifying which fields to include in a partial response.
10355
+ # @param [String] quota_user
10356
+ # An opaque string that represents a user for quota purposes. Must not exceed 40
10357
+ # characters.
10358
+ # @param [String] user_ip
10359
+ # Deprecated. Please use quotaUser instead.
10360
+ # @param [Google::Apis::RequestOptions] options
10361
+ # Request-specific options
10362
+ #
10363
+ # @yield [result, err] Result & error if block supplied
10364
+ # @yieldparam result [Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponse] parsed result object
10365
+ # @yieldparam err [StandardError] error object if request failed
10366
+ #
10367
+ # @return [Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponse]
10368
+ #
10369
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
10370
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
10371
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
10372
+ def get_instance_effective_firewalls(project, zone, instance, network_interface, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
10373
+ command = make_simple_command(:get, 'projects/{project}/zones/{zone}/instances/{instance}/getEffectiveFirewalls', options)
10374
+ command.response_representation = Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponse::Representation
10375
+ command.response_class = Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponse
10376
+ command.params['project'] = project unless project.nil?
10377
+ command.params['zone'] = zone unless zone.nil?
10378
+ command.params['instance'] = instance unless instance.nil?
10379
+ command.query['networkInterface'] = network_interface unless network_interface.nil?
10380
+ command.query['fields'] = fields unless fields.nil?
10381
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
10382
+ command.query['userIp'] = user_ip unless user_ip.nil?
10383
+ execute_or_queue_command(command, &block)
10384
+ end
10385
+
10344
10386
  # Returns the specified guest attributes entry.
10345
10387
  # @param [String] project
10346
10388
  # Project ID for this request.
@@ -10665,7 +10707,7 @@ module Google
10665
10707
  # by a previous list request to get the next page of results.
10666
10708
  # @param [Boolean] return_partial_success
10667
10709
  # Opt-in for partial success behavior which provides partial results in case of
10668
- # failure. The default value is false and the logic is the same as today.
10710
+ # failure. The default value is false.
10669
10711
  # @param [String] fields
10670
10712
  # Selector specifying which fields to include in a partial response.
10671
10713
  # @param [String] quota_user
@@ -10749,7 +10791,7 @@ module Google
10749
10791
  # by a previous list request to get the next page of results.
10750
10792
  # @param [Boolean] return_partial_success
10751
10793
  # Opt-in for partial success behavior which provides partial results in case of
10752
- # failure. The default value is false and the logic is the same as today.
10794
+ # failure. The default value is false.
10753
10795
  # @param [String] fields
10754
10796
  # Selector specifying which fields to include in a partial response.
10755
10797
  # @param [String] quota_user
@@ -12133,7 +12175,7 @@ module Google
12133
12175
  # by a previous list request to get the next page of results.
12134
12176
  # @param [Boolean] return_partial_success
12135
12177
  # Opt-in for partial success behavior which provides partial results in case of
12136
- # failure. The default value is false and the logic is the same as today.
12178
+ # failure. The default value is false.
12137
12179
  # @param [String] fields
12138
12180
  # Selector specifying which fields to include in a partial response.
12139
12181
  # @param [String] quota_user
@@ -12357,7 +12399,7 @@ module Google
12357
12399
  # by a previous list request to get the next page of results.
12358
12400
  # @param [Boolean] return_partial_success
12359
12401
  # Opt-in for partial success behavior which provides partial results in case of
12360
- # failure. The default value is false and the logic is the same as today.
12402
+ # failure. The default value is false.
12361
12403
  # @param [String] fields
12362
12404
  # Selector specifying which fields to include in a partial response.
12363
12405
  # @param [String] quota_user
@@ -12527,7 +12569,7 @@ module Google
12527
12569
  # by a previous list request to get the next page of results.
12528
12570
  # @param [Boolean] return_partial_success
12529
12571
  # Opt-in for partial success behavior which provides partial results in case of
12530
- # failure. The default value is false and the logic is the same as today.
12572
+ # failure. The default value is false.
12531
12573
  # @param [String] fields
12532
12574
  # Selector specifying which fields to include in a partial response.
12533
12575
  # @param [String] quota_user
@@ -12772,7 +12814,7 @@ module Google
12772
12814
  # by a previous list request to get the next page of results.
12773
12815
  # @param [Boolean] return_partial_success
12774
12816
  # Opt-in for partial success behavior which provides partial results in case of
12775
- # failure. The default value is false and the logic is the same as today.
12817
+ # failure. The default value is false.
12776
12818
  # @param [String] fields
12777
12819
  # Selector specifying which fields to include in a partial response.
12778
12820
  # @param [String] quota_user
@@ -13163,7 +13205,7 @@ module Google
13163
13205
  # by a previous list request to get the next page of results.
13164
13206
  # @param [Boolean] return_partial_success
13165
13207
  # Opt-in for partial success behavior which provides partial results in case of
13166
- # failure. The default value is false and the logic is the same as today.
13208
+ # failure. The default value is false.
13167
13209
  # @param [String] fields
13168
13210
  # Selector specifying which fields to include in a partial response.
13169
13211
  # @param [String] quota_user
@@ -13327,7 +13369,7 @@ module Google
13327
13369
  # by a previous list request to get the next page of results.
13328
13370
  # @param [Boolean] return_partial_success
13329
13371
  # Opt-in for partial success behavior which provides partial results in case of
13330
- # failure. The default value is false and the logic is the same as today.
13372
+ # failure. The default value is false.
13331
13373
  # @param [String] fields
13332
13374
  # Selector specifying which fields to include in a partial response.
13333
13375
  # @param [String] quota_user
@@ -13445,7 +13487,7 @@ module Google
13445
13487
  # by a previous list request to get the next page of results.
13446
13488
  # @param [Boolean] return_partial_success
13447
13489
  # Opt-in for partial success behavior which provides partial results in case of
13448
- # failure. The default value is false and the logic is the same as today.
13490
+ # failure. The default value is false.
13449
13491
  # @param [String] fields
13450
13492
  # Selector specifying which fields to include in a partial response.
13451
13493
  # @param [String] quota_user
@@ -13528,7 +13570,7 @@ module Google
13528
13570
  # by a previous list request to get the next page of results.
13529
13571
  # @param [Boolean] return_partial_success
13530
13572
  # Opt-in for partial success behavior which provides partial results in case of
13531
- # failure. The default value is false and the logic is the same as today.
13573
+ # failure. The default value is false.
13532
13574
  # @param [String] fields
13533
13575
  # Selector specifying which fields to include in a partial response.
13534
13576
  # @param [String] quota_user
@@ -13870,7 +13912,7 @@ module Google
13870
13912
  # by a previous list request to get the next page of results.
13871
13913
  # @param [Boolean] return_partial_success
13872
13914
  # Opt-in for partial success behavior which provides partial results in case of
13873
- # failure. The default value is false and the logic is the same as today.
13915
+ # failure. The default value is false.
13874
13916
  # @param [String] fields
13875
13917
  # Selector specifying which fields to include in a partial response.
13876
13918
  # @param [String] quota_user
@@ -13953,7 +13995,7 @@ module Google
13953
13995
  # by a previous list request to get the next page of results.
13954
13996
  # @param [Boolean] return_partial_success
13955
13997
  # Opt-in for partial success behavior which provides partial results in case of
13956
- # failure. The default value is false and the logic is the same as today.
13998
+ # failure. The default value is false.
13957
13999
  # @param [String] fields
13958
14000
  # Selector specifying which fields to include in a partial response.
13959
14001
  # @param [String] quota_user
@@ -14171,6 +14213,42 @@ module Google
14171
14213
  execute_or_queue_command(command, &block)
14172
14214
  end
14173
14215
 
14216
+ # Returns the effective firewalls on a given network.
14217
+ # @param [String] project
14218
+ # Project ID for this request.
14219
+ # @param [String] network
14220
+ # Name of the network for this request.
14221
+ # @param [String] fields
14222
+ # Selector specifying which fields to include in a partial response.
14223
+ # @param [String] quota_user
14224
+ # An opaque string that represents a user for quota purposes. Must not exceed 40
14225
+ # characters.
14226
+ # @param [String] user_ip
14227
+ # Deprecated. Please use quotaUser instead.
14228
+ # @param [Google::Apis::RequestOptions] options
14229
+ # Request-specific options
14230
+ #
14231
+ # @yield [result, err] Result & error if block supplied
14232
+ # @yieldparam result [Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponse] parsed result object
14233
+ # @yieldparam err [StandardError] error object if request failed
14234
+ #
14235
+ # @return [Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponse]
14236
+ #
14237
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
14238
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
14239
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
14240
+ def get_network_effective_firewalls(project, network, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
14241
+ command = make_simple_command(:get, 'projects/{project}/global/networks/{network}/getEffectiveFirewalls', options)
14242
+ command.response_representation = Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponse::Representation
14243
+ command.response_class = Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponse
14244
+ command.params['project'] = project unless project.nil?
14245
+ command.params['network'] = network unless network.nil?
14246
+ command.query['fields'] = fields unless fields.nil?
14247
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
14248
+ command.query['userIp'] = user_ip unless user_ip.nil?
14249
+ execute_or_queue_command(command, &block)
14250
+ end
14251
+
14174
14252
  # Creates a network in the specified project using the data included in the
14175
14253
  # request.
14176
14254
  # @param [String] project
@@ -14259,7 +14337,7 @@ module Google
14259
14337
  # by a previous list request to get the next page of results.
14260
14338
  # @param [Boolean] return_partial_success
14261
14339
  # Opt-in for partial success behavior which provides partial results in case of
14262
- # failure. The default value is false and the logic is the same as today.
14340
+ # failure. The default value is false.
14263
14341
  # @param [String] fields
14264
14342
  # Selector specifying which fields to include in a partial response.
14265
14343
  # @param [String] quota_user
@@ -14343,7 +14421,7 @@ module Google
14343
14421
  # routes and dynamic routes in the region.
14344
14422
  # @param [Boolean] return_partial_success
14345
14423
  # Opt-in for partial success behavior which provides partial results in case of
14346
- # failure. The default value is false and the logic is the same as today.
14424
+ # failure. The default value is false.
14347
14425
  # @param [String] fields
14348
14426
  # Selector specifying which fields to include in a partial response.
14349
14427
  # @param [String] quota_user
@@ -14688,7 +14766,7 @@ module Google
14688
14766
  # by a previous list request to get the next page of results.
14689
14767
  # @param [Boolean] return_partial_success
14690
14768
  # Opt-in for partial success behavior which provides partial results in case of
14691
- # failure. The default value is false and the logic is the same as today.
14769
+ # failure. The default value is false.
14692
14770
  # @param [String] fields
14693
14771
  # Selector specifying which fields to include in a partial response.
14694
14772
  # @param [String] quota_user
@@ -15011,7 +15089,7 @@ module Google
15011
15089
  # by a previous list request to get the next page of results.
15012
15090
  # @param [Boolean] return_partial_success
15013
15091
  # Opt-in for partial success behavior which provides partial results in case of
15014
- # failure. The default value is false and the logic is the same as today.
15092
+ # failure. The default value is false.
15015
15093
  # @param [String] fields
15016
15094
  # Selector specifying which fields to include in a partial response.
15017
15095
  # @param [String] quota_user
@@ -15091,7 +15169,7 @@ module Google
15091
15169
  # by a previous list request to get the next page of results.
15092
15170
  # @param [Boolean] return_partial_success
15093
15171
  # Opt-in for partial success behavior which provides partial results in case of
15094
- # failure. The default value is false and the logic is the same as today.
15172
+ # failure. The default value is false.
15095
15173
  # @param [String] fields
15096
15174
  # Selector specifying which fields to include in a partial response.
15097
15175
  # @param [String] quota_user
@@ -15368,7 +15446,7 @@ module Google
15368
15446
  # by a previous list request to get the next page of results.
15369
15447
  # @param [Boolean] return_partial_success
15370
15448
  # Opt-in for partial success behavior which provides partial results in case of
15371
- # failure. The default value is false and the logic is the same as today.
15449
+ # failure. The default value is false.
15372
15450
  # @param [String] fields
15373
15451
  # Selector specifying which fields to include in a partial response.
15374
15452
  # @param [String] quota_user
@@ -15632,7 +15710,7 @@ module Google
15632
15710
  # by a previous list request to get the next page of results.
15633
15711
  # @param [Boolean] return_partial_success
15634
15712
  # Opt-in for partial success behavior which provides partial results in case of
15635
- # failure. The default value is false and the logic is the same as today.
15713
+ # failure. The default value is false.
15636
15714
  # @param [String] fields
15637
15715
  # Selector specifying which fields to include in a partial response.
15638
15716
  # @param [String] quota_user
@@ -15800,7 +15878,7 @@ module Google
15800
15878
  # by a previous list request to get the next page of results.
15801
15879
  # @param [Boolean] return_partial_success
15802
15880
  # Opt-in for partial success behavior which provides partial results in case of
15803
- # failure. The default value is false and the logic is the same as today.
15881
+ # failure. The default value is false.
15804
15882
  # @param [String] fields
15805
15883
  # Selector specifying which fields to include in a partial response.
15806
15884
  # @param [String] quota_user
@@ -15918,7 +15996,7 @@ module Google
15918
15996
  # by a previous list request to get the next page of results.
15919
15997
  # @param [Boolean] return_partial_success
15920
15998
  # Opt-in for partial success behavior which provides partial results in case of
15921
- # failure. The default value is false and the logic is the same as today.
15999
+ # failure. The default value is false.
15922
16000
  # @param [String] fields
15923
16001
  # Selector specifying which fields to include in a partial response.
15924
16002
  # @param [String] quota_user
@@ -16001,7 +16079,7 @@ module Google
16001
16079
  # by a previous list request to get the next page of results.
16002
16080
  # @param [Boolean] return_partial_success
16003
16081
  # Opt-in for partial success behavior which provides partial results in case of
16004
- # failure. The default value is false and the logic is the same as today.
16082
+ # failure. The default value is false.
16005
16083
  # @param [String] fields
16006
16084
  # Selector specifying which fields to include in a partial response.
16007
16085
  # @param [String] quota_user
@@ -16222,7 +16300,7 @@ module Google
16222
16300
  # by a previous list request to get the next page of results.
16223
16301
  # @param [Boolean] return_partial_success
16224
16302
  # Opt-in for partial success behavior which provides partial results in case of
16225
- # failure. The default value is false and the logic is the same as today.
16303
+ # failure. The default value is false.
16226
16304
  # @param [String] fields
16227
16305
  # Selector specifying which fields to include in a partial response.
16228
16306
  # @param [String] quota_user
@@ -16652,7 +16730,7 @@ module Google
16652
16730
  # by a previous list request to get the next page of results.
16653
16731
  # @param [Boolean] return_partial_success
16654
16732
  # Opt-in for partial success behavior which provides partial results in case of
16655
- # failure. The default value is false and the logic is the same as today.
16733
+ # failure. The default value is false.
16656
16734
  # @param [String] fields
16657
16735
  # Selector specifying which fields to include in a partial response.
16658
16736
  # @param [String] quota_user
@@ -16728,7 +16806,7 @@ module Google
16728
16806
  # by a previous list request to get the next page of results.
16729
16807
  # @param [Boolean] return_partial_success
16730
16808
  # Opt-in for partial success behavior which provides partial results in case of
16731
- # failure. The default value is false and the logic is the same as today.
16809
+ # failure. The default value is false.
16732
16810
  # @param [String] fields
16733
16811
  # Selector specifying which fields to include in a partial response.
16734
16812
  # @param [String] quota_user
@@ -17194,7 +17272,7 @@ module Google
17194
17272
  # by a previous list request to get the next page of results.
17195
17273
  # @param [Boolean] return_partial_success
17196
17274
  # Opt-in for partial success behavior which provides partial results in case of
17197
- # failure. The default value is false and the logic is the same as today.
17275
+ # failure. The default value is false.
17198
17276
  # @param [String] fields
17199
17277
  # Selector specifying which fields to include in a partial response.
17200
17278
  # @param [String] quota_user
@@ -17568,7 +17646,7 @@ module Google
17568
17646
  # by a previous list request to get the next page of results.
17569
17647
  # @param [Boolean] return_partial_success
17570
17648
  # Opt-in for partial success behavior which provides partial results in case of
17571
- # failure. The default value is false and the logic is the same as today.
17649
+ # failure. The default value is false.
17572
17650
  # @param [String] fields
17573
17651
  # Selector specifying which fields to include in a partial response.
17574
17652
  # @param [String] quota_user
@@ -17763,7 +17841,7 @@ module Google
17763
17841
  # by a previous list request to get the next page of results.
17764
17842
  # @param [Boolean] return_partial_success
17765
17843
  # Opt-in for partial success behavior which provides partial results in case of
17766
- # failure. The default value is false and the logic is the same as today.
17844
+ # failure. The default value is false.
17767
17845
  # @param [String] fields
17768
17846
  # Selector specifying which fields to include in a partial response.
17769
17847
  # @param [String] quota_user
@@ -17933,7 +18011,7 @@ module Google
17933
18011
  # by a previous list request to get the next page of results.
17934
18012
  # @param [Boolean] return_partial_success
17935
18013
  # Opt-in for partial success behavior which provides partial results in case of
17936
- # failure. The default value is false and the logic is the same as today.
18014
+ # failure. The default value is false.
17937
18015
  # @param [String] fields
17938
18016
  # Selector specifying which fields to include in a partial response.
17939
18017
  # @param [String] quota_user
@@ -18051,7 +18129,7 @@ module Google
18051
18129
  # by a previous list request to get the next page of results.
18052
18130
  # @param [Boolean] return_partial_success
18053
18131
  # Opt-in for partial success behavior which provides partial results in case of
18054
- # failure. The default value is false and the logic is the same as today.
18132
+ # failure. The default value is false.
18055
18133
  # @param [String] fields
18056
18134
  # Selector specifying which fields to include in a partial response.
18057
18135
  # @param [String] quota_user
@@ -18429,7 +18507,7 @@ module Google
18429
18507
  # by a previous list request to get the next page of results.
18430
18508
  # @param [Boolean] return_partial_success
18431
18509
  # Opt-in for partial success behavior which provides partial results in case of
18432
- # failure. The default value is false and the logic is the same as today.
18510
+ # failure. The default value is false.
18433
18511
  # @param [String] fields
18434
18512
  # Selector specifying which fields to include in a partial response.
18435
18513
  # @param [String] quota_user
@@ -18899,7 +18977,7 @@ module Google
18899
18977
  # by a previous list request to get the next page of results.
18900
18978
  # @param [Boolean] return_partial_success
18901
18979
  # Opt-in for partial success behavior which provides partial results in case of
18902
- # failure. The default value is false and the logic is the same as today.
18980
+ # failure. The default value is false.
18903
18981
  # @param [String] fields
18904
18982
  # Selector specifying which fields to include in a partial response.
18905
18983
  # @param [String] quota_user
@@ -19177,7 +19255,7 @@ module Google
19177
19255
  # by a previous list request to get the next page of results.
19178
19256
  # @param [Boolean] return_partial_success
19179
19257
  # Opt-in for partial success behavior which provides partial results in case of
19180
- # failure. The default value is false and the logic is the same as today.
19258
+ # failure. The default value is false.
19181
19259
  # @param [String] fields
19182
19260
  # Selector specifying which fields to include in a partial response.
19183
19261
  # @param [String] quota_user
@@ -19787,7 +19865,7 @@ module Google
19787
19865
  # by a previous list request to get the next page of results.
19788
19866
  # @param [Boolean] return_partial_success
19789
19867
  # Opt-in for partial success behavior which provides partial results in case of
19790
- # failure. The default value is false and the logic is the same as today.
19868
+ # failure. The default value is false.
19791
19869
  # @param [String] fields
19792
19870
  # Selector specifying which fields to include in a partial response.
19793
19871
  # @param [String] quota_user
@@ -19870,7 +19948,7 @@ module Google
19870
19948
  # by a previous list request to get the next page of results.
19871
19949
  # @param [Boolean] return_partial_success
19872
19950
  # Opt-in for partial success behavior which provides partial results in case of
19873
- # failure. The default value is false and the logic is the same as today.
19951
+ # failure. The default value is false.
19874
19952
  # @param [String] fields
19875
19953
  # Selector specifying which fields to include in a partial response.
19876
19954
  # @param [String] quota_user
@@ -19953,7 +20031,7 @@ module Google
19953
20031
  # by a previous list request to get the next page of results.
19954
20032
  # @param [Boolean] return_partial_success
19955
20033
  # Opt-in for partial success behavior which provides partial results in case of
19956
- # failure. The default value is false and the logic is the same as today.
20034
+ # failure. The default value is false.
19957
20035
  # @param [String] fields
19958
20036
  # Selector specifying which fields to include in a partial response.
19959
20037
  # @param [String] quota_user
@@ -20035,7 +20113,7 @@ module Google
20035
20113
  # by a previous list request to get the next page of results.
20036
20114
  # @param [Boolean] return_partial_success
20037
20115
  # Opt-in for partial success behavior which provides partial results in case of
20038
- # failure. The default value is false and the logic is the same as today.
20116
+ # failure. The default value is false.
20039
20117
  # @param [String] fields
20040
20118
  # Selector specifying which fields to include in a partial response.
20041
20119
  # @param [String] quota_user
@@ -20560,7 +20638,7 @@ module Google
20560
20638
  # by a previous list request to get the next page of results.
20561
20639
  # @param [Boolean] return_partial_success
20562
20640
  # Opt-in for partial success behavior which provides partial results in case of
20563
- # failure. The default value is false and the logic is the same as today.
20641
+ # failure. The default value is false.
20564
20642
  # @param [String] fields
20565
20643
  # Selector specifying which fields to include in a partial response.
20566
20644
  # @param [String] quota_user
@@ -20644,7 +20722,7 @@ module Google
20644
20722
  # by a previous list request to get the next page of results.
20645
20723
  # @param [Boolean] return_partial_success
20646
20724
  # Opt-in for partial success behavior which provides partial results in case of
20647
- # failure. The default value is false and the logic is the same as today.
20725
+ # failure. The default value is false.
20648
20726
  # @param [String] fields
20649
20727
  # Selector specifying which fields to include in a partial response.
20650
20728
  # @param [String] quota_user
@@ -20929,7 +21007,7 @@ module Google
20929
21007
  # by a previous list request to get the next page of results.
20930
21008
  # @param [Boolean] return_partial_success
20931
21009
  # Opt-in for partial success behavior which provides partial results in case of
20932
- # failure. The default value is false and the logic is the same as today.
21010
+ # failure. The default value is false.
20933
21011
  # @param [String] fields
20934
21012
  # Selector specifying which fields to include in a partial response.
20935
21013
  # @param [String] quota_user
@@ -21149,7 +21227,7 @@ module Google
21149
21227
  # by a previous list request to get the next page of results.
21150
21228
  # @param [Boolean] return_partial_success
21151
21229
  # Opt-in for partial success behavior which provides partial results in case of
21152
- # failure. The default value is false and the logic is the same as today.
21230
+ # failure. The default value is false.
21153
21231
  # @param [String] fields
21154
21232
  # Selector specifying which fields to include in a partial response.
21155
21233
  # @param [String] quota_user
@@ -21303,7 +21381,7 @@ module Google
21303
21381
  # by a previous list request to get the next page of results.
21304
21382
  # @param [Boolean] return_partial_success
21305
21383
  # Opt-in for partial success behavior which provides partial results in case of
21306
- # failure. The default value is false and the logic is the same as today.
21384
+ # failure. The default value is false.
21307
21385
  # @param [String] fields
21308
21386
  # Selector specifying which fields to include in a partial response.
21309
21387
  # @param [String] quota_user
@@ -21574,7 +21652,7 @@ module Google
21574
21652
  # by a previous list request to get the next page of results.
21575
21653
  # @param [Boolean] return_partial_success
21576
21654
  # Opt-in for partial success behavior which provides partial results in case of
21577
- # failure. The default value is false and the logic is the same as today.
21655
+ # failure. The default value is false.
21578
21656
  # @param [String] fields
21579
21657
  # Selector specifying which fields to include in a partial response.
21580
21658
  # @param [String] quota_user
@@ -21796,7 +21874,7 @@ module Google
21796
21874
  # by a previous list request to get the next page of results.
21797
21875
  # @param [Boolean] return_partial_success
21798
21876
  # Opt-in for partial success behavior which provides partial results in case of
21799
- # failure. The default value is false and the logic is the same as today.
21877
+ # failure. The default value is false.
21800
21878
  # @param [String] fields
21801
21879
  # Selector specifying which fields to include in a partial response.
21802
21880
  # @param [String] quota_user
@@ -22072,7 +22150,7 @@ module Google
22072
22150
  # by a previous list request to get the next page of results.
22073
22151
  # @param [Boolean] return_partial_success
22074
22152
  # Opt-in for partial success behavior which provides partial results in case of
22075
- # failure. The default value is false and the logic is the same as today.
22153
+ # failure. The default value is false.
22076
22154
  # @param [String] fields
22077
22155
  # Selector specifying which fields to include in a partial response.
22078
22156
  # @param [String] quota_user
@@ -22384,7 +22462,7 @@ module Google
22384
22462
  # by a previous list request to get the next page of results.
22385
22463
  # @param [Boolean] return_partial_success
22386
22464
  # Opt-in for partial success behavior which provides partial results in case of
22387
- # failure. The default value is false and the logic is the same as today.
22465
+ # failure. The default value is false.
22388
22466
  # @param [String] fields
22389
22467
  # Selector specifying which fields to include in a partial response.
22390
22468
  # @param [String] quota_user
@@ -22632,7 +22710,7 @@ module Google
22632
22710
  # by a previous list request to get the next page of results.
22633
22711
  # @param [Boolean] return_partial_success
22634
22712
  # Opt-in for partial success behavior which provides partial results in case of
22635
- # failure. The default value is false and the logic is the same as today.
22713
+ # failure. The default value is false.
22636
22714
  # @param [String] fields
22637
22715
  # Selector specifying which fields to include in a partial response.
22638
22716
  # @param [String] quota_user
@@ -22714,7 +22792,7 @@ module Google
22714
22792
  # by a previous list request to get the next page of results.
22715
22793
  # @param [Boolean] return_partial_success
22716
22794
  # Opt-in for partial success behavior which provides partial results in case of
22717
- # failure. The default value is false and the logic is the same as today.
22795
+ # failure. The default value is false.
22718
22796
  # @param [String] fields
22719
22797
  # Selector specifying which fields to include in a partial response.
22720
22798
  # @param [String] quota_user
@@ -22978,7 +23056,7 @@ module Google
22978
23056
  # by a previous list request to get the next page of results.
22979
23057
  # @param [Boolean] return_partial_success
22980
23058
  # Opt-in for partial success behavior which provides partial results in case of
22981
- # failure. The default value is false and the logic is the same as today.
23059
+ # failure. The default value is false.
22982
23060
  # @param [String] fields
22983
23061
  # Selector specifying which fields to include in a partial response.
22984
23062
  # @param [String] quota_user
@@ -23201,7 +23279,7 @@ module Google
23201
23279
  # by a previous list request to get the next page of results.
23202
23280
  # @param [Boolean] return_partial_success
23203
23281
  # Opt-in for partial success behavior which provides partial results in case of
23204
- # failure. The default value is false and the logic is the same as today.
23282
+ # failure. The default value is false.
23205
23283
  # @param [String] fields
23206
23284
  # Selector specifying which fields to include in a partial response.
23207
23285
  # @param [String] quota_user
@@ -23464,7 +23542,7 @@ module Google
23464
23542
  # by a previous list request to get the next page of results.
23465
23543
  # @param [Boolean] return_partial_success
23466
23544
  # Opt-in for partial success behavior which provides partial results in case of
23467
- # failure. The default value is false and the logic is the same as today.
23545
+ # failure. The default value is false.
23468
23546
  # @param [String] fields
23469
23547
  # Selector specifying which fields to include in a partial response.
23470
23548
  # @param [String] quota_user
@@ -23632,7 +23710,7 @@ module Google
23632
23710
  # by a previous list request to get the next page of results.
23633
23711
  # @param [Boolean] return_partial_success
23634
23712
  # Opt-in for partial success behavior which provides partial results in case of
23635
- # failure. The default value is false and the logic is the same as today.
23713
+ # failure. The default value is false.
23636
23714
  # @param [String] fields
23637
23715
  # Selector specifying which fields to include in a partial response.
23638
23716
  # @param [String] quota_user
@@ -23804,7 +23882,7 @@ module Google
23804
23882
  # by a previous list request to get the next page of results.
23805
23883
  # @param [Boolean] return_partial_success
23806
23884
  # Opt-in for partial success behavior which provides partial results in case of
23807
- # failure. The default value is false and the logic is the same as today.
23885
+ # failure. The default value is false.
23808
23886
  # @param [String] fields
23809
23887
  # Selector specifying which fields to include in a partial response.
23810
23888
  # @param [String] quota_user
@@ -23974,7 +24052,7 @@ module Google
23974
24052
  # by a previous list request to get the next page of results.
23975
24053
  # @param [Boolean] return_partial_success
23976
24054
  # Opt-in for partial success behavior which provides partial results in case of
23977
- # failure. The default value is false and the logic is the same as today.
24055
+ # failure. The default value is false.
23978
24056
  # @param [String] fields
23979
24057
  # Selector specifying which fields to include in a partial response.
23980
24058
  # @param [String] quota_user
@@ -24340,7 +24418,7 @@ module Google
24340
24418
  # by a previous list request to get the next page of results.
24341
24419
  # @param [Boolean] return_partial_success
24342
24420
  # Opt-in for partial success behavior which provides partial results in case of
24343
- # failure. The default value is false and the logic is the same as today.
24421
+ # failure. The default value is false.
24344
24422
  # @param [String] fields
24345
24423
  # Selector specifying which fields to include in a partial response.
24346
24424
  # @param [String] quota_user
@@ -24626,7 +24704,7 @@ module Google
24626
24704
  # by a previous list request to get the next page of results.
24627
24705
  # @param [Boolean] return_partial_success
24628
24706
  # Opt-in for partial success behavior which provides partial results in case of
24629
- # failure. The default value is false and the logic is the same as today.
24707
+ # failure. The default value is false.
24630
24708
  # @param [String] fields
24631
24709
  # Selector specifying which fields to include in a partial response.
24632
24710
  # @param [String] quota_user
@@ -24702,7 +24780,7 @@ module Google
24702
24780
  # by a previous list request to get the next page of results.
24703
24781
  # @param [Boolean] return_partial_success
24704
24782
  # Opt-in for partial success behavior which provides partial results in case of
24705
- # failure. The default value is false and the logic is the same as today.
24783
+ # failure. The default value is false.
24706
24784
  # @param [String] fields
24707
24785
  # Selector specifying which fields to include in a partial response.
24708
24786
  # @param [String] quota_user
@@ -25041,7 +25119,7 @@ module Google
25041
25119
  # by a previous list request to get the next page of results.
25042
25120
  # @param [Boolean] return_partial_success
25043
25121
  # Opt-in for partial success behavior which provides partial results in case of
25044
- # failure. The default value is false and the logic is the same as today.
25122
+ # failure. The default value is false.
25045
25123
  # @param [String] fields
25046
25124
  # Selector specifying which fields to include in a partial response.
25047
25125
  # @param [String] quota_user
@@ -25243,7 +25321,7 @@ module Google
25243
25321
  # by a previous list request to get the next page of results.
25244
25322
  # @param [Boolean] return_partial_success
25245
25323
  # Opt-in for partial success behavior which provides partial results in case of
25246
- # failure. The default value is false and the logic is the same as today.
25324
+ # failure. The default value is false.
25247
25325
  # @param [String] fields
25248
25326
  # Selector specifying which fields to include in a partial response.
25249
25327
  # @param [String] quota_user
@@ -25454,7 +25532,7 @@ module Google
25454
25532
  # by a previous list request to get the next page of results.
25455
25533
  # @param [Boolean] return_partial_success
25456
25534
  # Opt-in for partial success behavior which provides partial results in case of
25457
- # failure. The default value is false and the logic is the same as today.
25535
+ # failure. The default value is false.
25458
25536
  # @param [String] fields
25459
25537
  # Selector specifying which fields to include in a partial response.
25460
25538
  # @param [String] quota_user
@@ -25665,7 +25743,7 @@ module Google
25665
25743
  # by a previous list request to get the next page of results.
25666
25744
  # @param [Boolean] return_partial_success
25667
25745
  # Opt-in for partial success behavior which provides partial results in case of
25668
- # failure. The default value is false and the logic is the same as today.
25746
+ # failure. The default value is false.
25669
25747
  # @param [String] fields
25670
25748
  # Selector specifying which fields to include in a partial response.
25671
25749
  # @param [String] quota_user
@@ -25741,7 +25819,7 @@ module Google
25741
25819
  # by a previous list request to get the next page of results.
25742
25820
  # @param [Boolean] return_partial_success
25743
25821
  # Opt-in for partial success behavior which provides partial results in case of
25744
- # failure. The default value is false and the logic is the same as today.
25822
+ # failure. The default value is false.
25745
25823
  # @param [String] fields
25746
25824
  # Selector specifying which fields to include in a partial response.
25747
25825
  # @param [String] quota_user
@@ -25875,7 +25953,7 @@ module Google
25875
25953
  # by a previous list request to get the next page of results.
25876
25954
  # @param [Boolean] return_partial_success
25877
25955
  # Opt-in for partial success behavior which provides partial results in case of
25878
- # failure. The default value is false and the logic is the same as today.
25956
+ # failure. The default value is false.
25879
25957
  # @param [String] fields
25880
25958
  # Selector specifying which fields to include in a partial response.
25881
25959
  # @param [String] quota_user
@@ -26193,7 +26271,7 @@ module Google
26193
26271
  # by a previous list request to get the next page of results.
26194
26272
  # @param [Boolean] return_partial_success
26195
26273
  # Opt-in for partial success behavior which provides partial results in case of
26196
- # failure. The default value is false and the logic is the same as today.
26274
+ # failure. The default value is false.
26197
26275
  # @param [String] fields
26198
26276
  # Selector specifying which fields to include in a partial response.
26199
26277
  # @param [String] quota_user
@@ -26269,7 +26347,7 @@ module Google
26269
26347
  # by a previous list request to get the next page of results.
26270
26348
  # @param [Boolean] return_partial_success
26271
26349
  # Opt-in for partial success behavior which provides partial results in case of
26272
- # failure. The default value is false and the logic is the same as today.
26350
+ # failure. The default value is false.
26273
26351
  # @param [String] fields
26274
26352
  # Selector specifying which fields to include in a partial response.
26275
26353
  # @param [String] quota_user
@@ -26683,7 +26761,7 @@ module Google
26683
26761
  # by a previous list request to get the next page of results.
26684
26762
  # @param [Boolean] return_partial_success
26685
26763
  # Opt-in for partial success behavior which provides partial results in case of
26686
- # failure. The default value is false and the logic is the same as today.
26764
+ # failure. The default value is false.
26687
26765
  # @param [String] fields
26688
26766
  # Selector specifying which fields to include in a partial response.
26689
26767
  # @param [String] quota_user
@@ -26819,7 +26897,7 @@ module Google
26819
26897
  # by a previous list request to get the next page of results.
26820
26898
  # @param [Boolean] return_partial_success
26821
26899
  # Opt-in for partial success behavior which provides partial results in case of
26822
- # failure. The default value is false and the logic is the same as today.
26900
+ # failure. The default value is false.
26823
26901
  # @param [String] fields
26824
26902
  # Selector specifying which fields to include in a partial response.
26825
26903
  # @param [String] quota_user
@@ -27030,7 +27108,7 @@ module Google
27030
27108
  # by a previous list request to get the next page of results.
27031
27109
  # @param [Boolean] return_partial_success
27032
27110
  # Opt-in for partial success behavior which provides partial results in case of
27033
- # failure. The default value is false and the logic is the same as today.
27111
+ # failure. The default value is false.
27034
27112
  # @param [String] fields
27035
27113
  # Selector specifying which fields to include in a partial response.
27036
27114
  # @param [String] quota_user
@@ -27217,7 +27295,7 @@ module Google
27217
27295
  # by a previous list request to get the next page of results.
27218
27296
  # @param [Boolean] return_partial_success
27219
27297
  # Opt-in for partial success behavior which provides partial results in case of
27220
- # failure. The default value is false and the logic is the same as today.
27298
+ # failure. The default value is false.
27221
27299
  # @param [String] fields
27222
27300
  # Selector specifying which fields to include in a partial response.
27223
27301
  # @param [String] quota_user
@@ -27428,7 +27506,7 @@ module Google
27428
27506
  # by a previous list request to get the next page of results.
27429
27507
  # @param [Boolean] return_partial_success
27430
27508
  # Opt-in for partial success behavior which provides partial results in case of
27431
- # failure. The default value is false and the logic is the same as today.
27509
+ # failure. The default value is false.
27432
27510
  # @param [String] fields
27433
27511
  # Selector specifying which fields to include in a partial response.
27434
27512
  # @param [String] quota_user
@@ -27772,7 +27850,7 @@ module Google
27772
27850
  # by a previous list request to get the next page of results.
27773
27851
  # @param [Boolean] return_partial_success
27774
27852
  # Opt-in for partial success behavior which provides partial results in case of
27775
- # failure. The default value is false and the logic is the same as today.
27853
+ # failure. The default value is false.
27776
27854
  # @param [String] fields
27777
27855
  # Selector specifying which fields to include in a partial response.
27778
27856
  # @param [String] quota_user
@@ -27994,7 +28072,7 @@ module Google
27994
28072
  # by a previous list request to get the next page of results.
27995
28073
  # @param [Boolean] return_partial_success
27996
28074
  # Opt-in for partial success behavior which provides partial results in case of
27997
- # failure. The default value is false and the logic is the same as today.
28075
+ # failure. The default value is false.
27998
28076
  # @param [String] fields
27999
28077
  # Selector specifying which fields to include in a partial response.
28000
28078
  # @param [String] quota_user
@@ -28185,7 +28263,7 @@ module Google
28185
28263
  # by a previous list request to get the next page of results.
28186
28264
  # @param [Boolean] return_partial_success
28187
28265
  # Opt-in for partial success behavior which provides partial results in case of
28188
- # failure. The default value is false and the logic is the same as today.
28266
+ # failure. The default value is false.
28189
28267
  # @param [String] fields
28190
28268
  # Selector specifying which fields to include in a partial response.
28191
28269
  # @param [String] quota_user
@@ -28449,7 +28527,7 @@ module Google
28449
28527
  # by a previous list request to get the next page of results.
28450
28528
  # @param [Boolean] return_partial_success
28451
28529
  # Opt-in for partial success behavior which provides partial results in case of
28452
- # failure. The default value is false and the logic is the same as today.
28530
+ # failure. The default value is false.
28453
28531
  # @param [String] fields
28454
28532
  # Selector specifying which fields to include in a partial response.
28455
28533
  # @param [String] quota_user
@@ -28825,7 +28903,7 @@ module Google
28825
28903
  # by a previous list request to get the next page of results.
28826
28904
  # @param [Boolean] return_partial_success
28827
28905
  # Opt-in for partial success behavior which provides partial results in case of
28828
- # failure. The default value is false and the logic is the same as today.
28906
+ # failure. The default value is false.
28829
28907
  # @param [String] fields
28830
28908
  # Selector specifying which fields to include in a partial response.
28831
28909
  # @param [String] quota_user
@@ -29243,7 +29321,7 @@ module Google
29243
29321
  # by a previous list request to get the next page of results.
29244
29322
  # @param [Boolean] return_partial_success
29245
29323
  # Opt-in for partial success behavior which provides partial results in case of
29246
- # failure. The default value is false and the logic is the same as today.
29324
+ # failure. The default value is false.
29247
29325
  # @param [String] fields
29248
29326
  # Selector specifying which fields to include in a partial response.
29249
29327
  # @param [String] quota_user
@@ -29427,7 +29505,7 @@ module Google
29427
29505
  # by a previous list request to get the next page of results.
29428
29506
  # @param [Boolean] return_partial_success
29429
29507
  # Opt-in for partial success behavior which provides partial results in case of
29430
- # failure. The default value is false and the logic is the same as today.
29508
+ # failure. The default value is false.
29431
29509
  # @param [String] fields
29432
29510
  # Selector specifying which fields to include in a partial response.
29433
29511
  # @param [String] quota_user
@@ -29649,7 +29727,7 @@ module Google
29649
29727
  # by a previous list request to get the next page of results.
29650
29728
  # @param [Boolean] return_partial_success
29651
29729
  # Opt-in for partial success behavior which provides partial results in case of
29652
- # failure. The default value is false and the logic is the same as today.
29730
+ # failure. The default value is false.
29653
29731
  # @param [String] fields
29654
29732
  # Selector specifying which fields to include in a partial response.
29655
29733
  # @param [String] quota_user
@@ -29733,7 +29811,7 @@ module Google
29733
29811
  # by a previous list request to get the next page of results.
29734
29812
  # @param [Boolean] return_partial_success
29735
29813
  # Opt-in for partial success behavior which provides partial results in case of
29736
- # failure. The default value is false and the logic is the same as today.
29814
+ # failure. The default value is false.
29737
29815
  # @param [String] fields
29738
29816
  # Selector specifying which fields to include in a partial response.
29739
29817
  # @param [String] quota_user
@@ -29997,7 +30075,7 @@ module Google
29997
30075
  # by a previous list request to get the next page of results.
29998
30076
  # @param [Boolean] return_partial_success
29999
30077
  # Opt-in for partial success behavior which provides partial results in case of
30000
- # failure. The default value is false and the logic is the same as today.
30078
+ # failure. The default value is false.
30001
30079
  # @param [String] fields
30002
30080
  # Selector specifying which fields to include in a partial response.
30003
30081
  # @param [String] quota_user
@@ -30223,7 +30301,7 @@ module Google
30223
30301
  # by a previous list request to get the next page of results.
30224
30302
  # @param [Boolean] return_partial_success
30225
30303
  # Opt-in for partial success behavior which provides partial results in case of
30226
- # failure. The default value is false and the logic is the same as today.
30304
+ # failure. The default value is false.
30227
30305
  # @param [String] fields
30228
30306
  # Selector specifying which fields to include in a partial response.
30229
30307
  # @param [String] quota_user
@@ -30483,7 +30561,7 @@ module Google
30483
30561
  # by a previous list request to get the next page of results.
30484
30562
  # @param [Boolean] return_partial_success
30485
30563
  # Opt-in for partial success behavior which provides partial results in case of
30486
- # failure. The default value is false and the logic is the same as today.
30564
+ # failure. The default value is false.
30487
30565
  # @param [String] fields
30488
30566
  # Selector specifying which fields to include in a partial response.
30489
30567
  # @param [String] quota_user
@@ -30663,7 +30741,7 @@ module Google
30663
30741
  # by a previous list request to get the next page of results.
30664
30742
  # @param [Boolean] return_partial_success
30665
30743
  # Opt-in for partial success behavior which provides partial results in case of
30666
- # failure. The default value is false and the logic is the same as today.
30744
+ # failure. The default value is false.
30667
30745
  # @param [String] fields
30668
30746
  # Selector specifying which fields to include in a partial response.
30669
30747
  # @param [String] quota_user
@@ -30885,7 +30963,7 @@ module Google
30885
30963
  # by a previous list request to get the next page of results.
30886
30964
  # @param [Boolean] return_partial_success
30887
30965
  # Opt-in for partial success behavior which provides partial results in case of
30888
- # failure. The default value is false and the logic is the same as today.
30966
+ # failure. The default value is false.
30889
30967
  # @param [String] fields
30890
30968
  # Selector specifying which fields to include in a partial response.
30891
30969
  # @param [String] quota_user
@@ -31039,7 +31117,7 @@ module Google
31039
31117
  # by a previous list request to get the next page of results.
31040
31118
  # @param [Boolean] return_partial_success
31041
31119
  # Opt-in for partial success behavior which provides partial results in case of
31042
- # failure. The default value is false and the logic is the same as today.
31120
+ # failure. The default value is false.
31043
31121
  # @param [String] fields
31044
31122
  # Selector specifying which fields to include in a partial response.
31045
31123
  # @param [String] quota_user
@@ -31201,7 +31279,7 @@ module Google
31201
31279
  # by a previous list request to get the next page of results.
31202
31280
  # @param [Boolean] return_partial_success
31203
31281
  # Opt-in for partial success behavior which provides partial results in case of
31204
- # failure. The default value is false and the logic is the same as today.
31282
+ # failure. The default value is false.
31205
31283
  # @param [String] fields
31206
31284
  # Selector specifying which fields to include in a partial response.
31207
31285
  # @param [String] quota_user