|
1 | 1 | /*
|
2 |
| -Copyright 2024 Google LLC |
| 2 | +Copyright 2025 Google LLC |
3 | 3 |
|
4 | 4 | Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | you may not use this file except in compliance with the License.
|
@@ -3833,6 +3833,7 @@ func (g *GCEAddresses) AggregatedList(ctx context.Context, fl *filter.F, options
|
3833 | 3833 | if fl != filter.None {
|
3834 | 3834 | call.Filter(fl.String())
|
3835 | 3835 | }
|
| 3836 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
3836 | 3837 |
|
3837 | 3838 | all := map[string][]*computega.Address{}
|
3838 | 3839 | f := func(l *computega.AddressAggregatedList) error {
|
@@ -4306,6 +4307,7 @@ func (g *GCEAlphaAddresses) AggregatedList(ctx context.Context, fl *filter.F, op
|
4306 | 4307 | if fl != filter.None {
|
4307 | 4308 | call.Filter(fl.String())
|
4308 | 4309 | }
|
| 4310 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
4309 | 4311 |
|
4310 | 4312 | all := map[string][]*computealpha.Address{}
|
4311 | 4313 | f := func(l *computealpha.AddressAggregatedList) error {
|
@@ -4779,6 +4781,7 @@ func (g *GCEBetaAddresses) AggregatedList(ctx context.Context, fl *filter.F, opt
|
4779 | 4781 | if fl != filter.None {
|
4780 | 4782 | call.Filter(fl.String())
|
4781 | 4783 | }
|
| 4784 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
4782 | 4785 |
|
4783 | 4786 | all := map[string][]*computebeta.Address{}
|
4784 | 4787 | f := func(l *computebeta.AddressAggregatedList) error {
|
@@ -6434,6 +6437,7 @@ func (g *GCEBackendServices) AggregatedList(ctx context.Context, fl *filter.F, o
|
6434 | 6437 | if fl != filter.None {
|
6435 | 6438 | call.Filter(fl.String())
|
6436 | 6439 | }
|
| 6440 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
6437 | 6441 |
|
6438 | 6442 | all := map[string][]*computega.BackendService{}
|
6439 | 6443 | f := func(l *computega.BackendServiceAggregatedList) error {
|
@@ -7209,6 +7213,7 @@ func (g *GCEBetaBackendServices) AggregatedList(ctx context.Context, fl *filter.
|
7209 | 7213 | if fl != filter.None {
|
7210 | 7214 | call.Filter(fl.String())
|
7211 | 7215 | }
|
| 7216 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
7212 | 7217 |
|
7213 | 7218 | all := map[string][]*computebeta.BackendService{}
|
7214 | 7219 | f := func(l *computebeta.BackendServiceAggregatedList) error {
|
@@ -7949,6 +7954,7 @@ func (g *GCEAlphaBackendServices) AggregatedList(ctx context.Context, fl *filter
|
7949 | 7954 | if fl != filter.None {
|
7950 | 7955 | call.Filter(fl.String())
|
7951 | 7956 | }
|
| 7957 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
7952 | 7958 |
|
7953 | 7959 | all := map[string][]*computealpha.BackendService{}
|
7954 | 7960 | f := func(l *computealpha.BackendServiceAggregatedList) error {
|
@@ -27623,6 +27629,7 @@ func (g *GCEAlphaNetworkEndpointGroups) AggregatedList(ctx context.Context, fl *
|
27623 | 27629 | if fl != filter.None {
|
27624 | 27630 | call.Filter(fl.String())
|
27625 | 27631 | }
|
| 27632 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
27626 | 27633 |
|
27627 | 27634 | all := map[string][]*computealpha.NetworkEndpointGroup{}
|
27628 | 27635 | f := func(l *computealpha.NetworkEndpointGroupAggregatedList) error {
|
@@ -28267,6 +28274,7 @@ func (g *GCEBetaNetworkEndpointGroups) AggregatedList(ctx context.Context, fl *f
|
28267 | 28274 | if fl != filter.None {
|
28268 | 28275 | call.Filter(fl.String())
|
28269 | 28276 | }
|
| 28277 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
28270 | 28278 |
|
28271 | 28279 | all := map[string][]*computebeta.NetworkEndpointGroup{}
|
28272 | 28280 | f := func(l *computebeta.NetworkEndpointGroupAggregatedList) error {
|
@@ -28911,6 +28919,7 @@ func (g *GCENetworkEndpointGroups) AggregatedList(ctx context.Context, fl *filte
|
28911 | 28919 | if fl != filter.None {
|
28912 | 28920 | call.Filter(fl.String())
|
28913 | 28921 | }
|
| 28922 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
28914 | 28923 |
|
28915 | 28924 | all := map[string][]*computega.NetworkEndpointGroup{}
|
28916 | 28925 | f := func(l *computega.NetworkEndpointGroupAggregatedList) error {
|
@@ -33108,6 +33117,7 @@ func (g *GCEAlphaRouters) AggregatedList(ctx context.Context, fl *filter.F, opti
|
33108 | 33117 | if fl != filter.None {
|
33109 | 33118 | call.Filter(fl.String())
|
33110 | 33119 | }
|
| 33120 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
33111 | 33121 |
|
33112 | 33122 | all := map[string][]*computealpha.Router{}
|
33113 | 33123 | f := func(l *computealpha.RouterAggregatedList) error {
|
@@ -33770,6 +33780,7 @@ func (g *GCEBetaRouters) AggregatedList(ctx context.Context, fl *filter.F, optio
|
33770 | 33780 | if fl != filter.None {
|
33771 | 33781 | call.Filter(fl.String())
|
33772 | 33782 | }
|
| 33783 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
33773 | 33784 |
|
33774 | 33785 | all := map[string][]*computebeta.Router{}
|
33775 | 33786 | f := func(l *computebeta.RouterAggregatedList) error {
|
@@ -34422,6 +34433,7 @@ func (g *GCERouters) AggregatedList(ctx context.Context, fl *filter.F, options .
|
34422 | 34433 | if fl != filter.None {
|
34423 | 34434 | call.Filter(fl.String())
|
34424 | 34435 | }
|
| 34436 | + call.ReturnPartialSuccess(opts.returnPartialSuccess) |
34425 | 34437 |
|
34426 | 34438 | all := map[string][]*computega.Router{}
|
34427 | 34439 | f := func(l *computega.RouterAggregatedList) error {
|
|
0 commit comments