67
67
* methods:
68
68
*
69
69
* <ol>
70
- * <li>A "flattened" method. With this type of method, the fields of the request type have been
70
+ * <li> A "flattened" method. With this type of method, the fields of the request type have been
71
71
* converted into function parameters. It may be the case that not all fields are available as
72
72
* parameters, and not every API method will have a flattened method entry point.
73
- * <li>A "request object" method. This type of method only takes one parameter, a request object,
73
+ * <li> A "request object" method. This type of method only takes one parameter, a request object,
74
74
* which must be constructed before the call. Not every API method will have a request object
75
75
* method.
76
- * <li>A "callable" method. This type of method takes no parameters and returns an immutable API
76
+ * <li> A "callable" method. This type of method takes no parameters and returns an immutable API
77
77
* callable object, which can be used to initiate calls to the service.
78
78
* </ol>
79
79
*
@@ -3564,11 +3564,8 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
3564
3564
3565
3565
public static class ListConnectionProfilesPagedResponse
3566
3566
extends AbstractPagedListResponse <
3567
- ListConnectionProfilesRequest ,
3568
- ListConnectionProfilesResponse ,
3569
- ConnectionProfile ,
3570
- ListConnectionProfilesPage ,
3571
- ListConnectionProfilesFixedSizeCollection > {
3567
+ ListConnectionProfilesRequest , ListConnectionProfilesResponse , ConnectionProfile ,
3568
+ ListConnectionProfilesPage , ListConnectionProfilesFixedSizeCollection > {
3572
3569
3573
3570
public static ApiFuture <ListConnectionProfilesPagedResponse > createAsync (
3574
3571
PageContext <
@@ -3590,9 +3587,7 @@ private ListConnectionProfilesPagedResponse(ListConnectionProfilesPage page) {
3590
3587
3591
3588
public static class ListConnectionProfilesPage
3592
3589
extends AbstractPage <
3593
- ListConnectionProfilesRequest ,
3594
- ListConnectionProfilesResponse ,
3595
- ConnectionProfile ,
3590
+ ListConnectionProfilesRequest , ListConnectionProfilesResponse , ConnectionProfile ,
3596
3591
ListConnectionProfilesPage > {
3597
3592
3598
3593
private ListConnectionProfilesPage (
@@ -3628,11 +3623,8 @@ public ApiFuture<ListConnectionProfilesPage> createPageAsync(
3628
3623
3629
3624
public static class ListConnectionProfilesFixedSizeCollection
3630
3625
extends AbstractFixedSizeCollection <
3631
- ListConnectionProfilesRequest ,
3632
- ListConnectionProfilesResponse ,
3633
- ConnectionProfile ,
3634
- ListConnectionProfilesPage ,
3635
- ListConnectionProfilesFixedSizeCollection > {
3626
+ ListConnectionProfilesRequest , ListConnectionProfilesResponse , ConnectionProfile ,
3627
+ ListConnectionProfilesPage , ListConnectionProfilesFixedSizeCollection > {
3636
3628
3637
3629
private ListConnectionProfilesFixedSizeCollection (
3638
3630
List <ListConnectionProfilesPage > pages , int collectionSize ) {
@@ -3652,10 +3644,7 @@ protected ListConnectionProfilesFixedSizeCollection createCollection(
3652
3644
3653
3645
public static class ListStreamsPagedResponse
3654
3646
extends AbstractPagedListResponse <
3655
- ListStreamsRequest ,
3656
- ListStreamsResponse ,
3657
- Stream ,
3658
- ListStreamsPage ,
3647
+ ListStreamsRequest , ListStreamsResponse , Stream , ListStreamsPage ,
3659
3648
ListStreamsFixedSizeCollection > {
3660
3649
3661
3650
public static ApiFuture <ListStreamsPagedResponse > createAsync (
@@ -3702,10 +3691,7 @@ public ApiFuture<ListStreamsPage> createPageAsync(
3702
3691
3703
3692
public static class ListStreamsFixedSizeCollection
3704
3693
extends AbstractFixedSizeCollection <
3705
- ListStreamsRequest ,
3706
- ListStreamsResponse ,
3707
- Stream ,
3708
- ListStreamsPage ,
3694
+ ListStreamsRequest , ListStreamsResponse , Stream , ListStreamsPage ,
3709
3695
ListStreamsFixedSizeCollection > {
3710
3696
3711
3697
private ListStreamsFixedSizeCollection (List <ListStreamsPage > pages , int collectionSize ) {
@@ -3725,10 +3711,7 @@ protected ListStreamsFixedSizeCollection createCollection(
3725
3711
3726
3712
public static class ListStreamObjectsPagedResponse
3727
3713
extends AbstractPagedListResponse <
3728
- ListStreamObjectsRequest ,
3729
- ListStreamObjectsResponse ,
3730
- StreamObject ,
3731
- ListStreamObjectsPage ,
3714
+ ListStreamObjectsRequest , ListStreamObjectsResponse , StreamObject , ListStreamObjectsPage ,
3732
3715
ListStreamObjectsFixedSizeCollection > {
3733
3716
3734
3717
public static ApiFuture <ListStreamObjectsPagedResponse > createAsync (
@@ -3749,9 +3732,7 @@ private ListStreamObjectsPagedResponse(ListStreamObjectsPage page) {
3749
3732
3750
3733
public static class ListStreamObjectsPage
3751
3734
extends AbstractPage <
3752
- ListStreamObjectsRequest ,
3753
- ListStreamObjectsResponse ,
3754
- StreamObject ,
3735
+ ListStreamObjectsRequest , ListStreamObjectsResponse , StreamObject ,
3755
3736
ListStreamObjectsPage > {
3756
3737
3757
3738
private ListStreamObjectsPage (
@@ -3781,10 +3762,7 @@ public ApiFuture<ListStreamObjectsPage> createPageAsync(
3781
3762
3782
3763
public static class ListStreamObjectsFixedSizeCollection
3783
3764
extends AbstractFixedSizeCollection <
3784
- ListStreamObjectsRequest ,
3785
- ListStreamObjectsResponse ,
3786
- StreamObject ,
3787
- ListStreamObjectsPage ,
3765
+ ListStreamObjectsRequest , ListStreamObjectsResponse , StreamObject , ListStreamObjectsPage ,
3788
3766
ListStreamObjectsFixedSizeCollection > {
3789
3767
3790
3768
private ListStreamObjectsFixedSizeCollection (
@@ -3805,10 +3783,7 @@ protected ListStreamObjectsFixedSizeCollection createCollection(
3805
3783
3806
3784
public static class FetchStaticIpsPagedResponse
3807
3785
extends AbstractPagedListResponse <
3808
- FetchStaticIpsRequest ,
3809
- FetchStaticIpsResponse ,
3810
- String ,
3811
- FetchStaticIpsPage ,
3786
+ FetchStaticIpsRequest , FetchStaticIpsResponse , String , FetchStaticIpsPage ,
3812
3787
FetchStaticIpsFixedSizeCollection > {
3813
3788
3814
3789
public static ApiFuture <FetchStaticIpsPagedResponse > createAsync (
@@ -3858,10 +3833,7 @@ public ApiFuture<FetchStaticIpsPage> createPageAsync(
3858
3833
3859
3834
public static class FetchStaticIpsFixedSizeCollection
3860
3835
extends AbstractFixedSizeCollection <
3861
- FetchStaticIpsRequest ,
3862
- FetchStaticIpsResponse ,
3863
- String ,
3864
- FetchStaticIpsPage ,
3836
+ FetchStaticIpsRequest , FetchStaticIpsResponse , String , FetchStaticIpsPage ,
3865
3837
FetchStaticIpsFixedSizeCollection > {
3866
3838
3867
3839
private FetchStaticIpsFixedSizeCollection (List <FetchStaticIpsPage > pages , int collectionSize ) {
@@ -3881,11 +3853,8 @@ protected FetchStaticIpsFixedSizeCollection createCollection(
3881
3853
3882
3854
public static class ListPrivateConnectionsPagedResponse
3883
3855
extends AbstractPagedListResponse <
3884
- ListPrivateConnectionsRequest ,
3885
- ListPrivateConnectionsResponse ,
3886
- PrivateConnection ,
3887
- ListPrivateConnectionsPage ,
3888
- ListPrivateConnectionsFixedSizeCollection > {
3856
+ ListPrivateConnectionsRequest , ListPrivateConnectionsResponse , PrivateConnection ,
3857
+ ListPrivateConnectionsPage , ListPrivateConnectionsFixedSizeCollection > {
3889
3858
3890
3859
public static ApiFuture <ListPrivateConnectionsPagedResponse > createAsync (
3891
3860
PageContext <
@@ -3907,9 +3876,7 @@ private ListPrivateConnectionsPagedResponse(ListPrivateConnectionsPage page) {
3907
3876
3908
3877
public static class ListPrivateConnectionsPage
3909
3878
extends AbstractPage <
3910
- ListPrivateConnectionsRequest ,
3911
- ListPrivateConnectionsResponse ,
3912
- PrivateConnection ,
3879
+ ListPrivateConnectionsRequest , ListPrivateConnectionsResponse , PrivateConnection ,
3913
3880
ListPrivateConnectionsPage > {
3914
3881
3915
3882
private ListPrivateConnectionsPage (
@@ -3945,11 +3912,8 @@ public ApiFuture<ListPrivateConnectionsPage> createPageAsync(
3945
3912
3946
3913
public static class ListPrivateConnectionsFixedSizeCollection
3947
3914
extends AbstractFixedSizeCollection <
3948
- ListPrivateConnectionsRequest ,
3949
- ListPrivateConnectionsResponse ,
3950
- PrivateConnection ,
3951
- ListPrivateConnectionsPage ,
3952
- ListPrivateConnectionsFixedSizeCollection > {
3915
+ ListPrivateConnectionsRequest , ListPrivateConnectionsResponse , PrivateConnection ,
3916
+ ListPrivateConnectionsPage , ListPrivateConnectionsFixedSizeCollection > {
3953
3917
3954
3918
private ListPrivateConnectionsFixedSizeCollection (
3955
3919
List <ListPrivateConnectionsPage > pages , int collectionSize ) {
@@ -3969,10 +3933,7 @@ protected ListPrivateConnectionsFixedSizeCollection createCollection(
3969
3933
3970
3934
public static class ListRoutesPagedResponse
3971
3935
extends AbstractPagedListResponse <
3972
- ListRoutesRequest ,
3973
- ListRoutesResponse ,
3974
- Route ,
3975
- ListRoutesPage ,
3936
+ ListRoutesRequest , ListRoutesResponse , Route , ListRoutesPage ,
3976
3937
ListRoutesFixedSizeCollection > {
3977
3938
3978
3939
public static ApiFuture <ListRoutesPagedResponse > createAsync (
@@ -4019,10 +3980,7 @@ public ApiFuture<ListRoutesPage> createPageAsync(
4019
3980
4020
3981
public static class ListRoutesFixedSizeCollection
4021
3982
extends AbstractFixedSizeCollection <
4022
- ListRoutesRequest ,
4023
- ListRoutesResponse ,
4024
- Route ,
4025
- ListRoutesPage ,
3983
+ ListRoutesRequest , ListRoutesResponse , Route , ListRoutesPage ,
4026
3984
ListRoutesFixedSizeCollection > {
4027
3985
4028
3986
private ListRoutesFixedSizeCollection (List <ListRoutesPage > pages , int collectionSize ) {
@@ -4042,10 +4000,7 @@ protected ListRoutesFixedSizeCollection createCollection(
4042
4000
4043
4001
public static class ListLocationsPagedResponse
4044
4002
extends AbstractPagedListResponse <
4045
- ListLocationsRequest ,
4046
- ListLocationsResponse ,
4047
- Location ,
4048
- ListLocationsPage ,
4003
+ ListLocationsRequest , ListLocationsResponse , Location , ListLocationsPage ,
4049
4004
ListLocationsFixedSizeCollection > {
4050
4005
4051
4006
public static ApiFuture <ListLocationsPagedResponse > createAsync (
@@ -4095,10 +4050,7 @@ public ApiFuture<ListLocationsPage> createPageAsync(
4095
4050
4096
4051
public static class ListLocationsFixedSizeCollection
4097
4052
extends AbstractFixedSizeCollection <
4098
- ListLocationsRequest ,
4099
- ListLocationsResponse ,
4100
- Location ,
4101
- ListLocationsPage ,
4053
+ ListLocationsRequest , ListLocationsResponse , Location , ListLocationsPage ,
4102
4054
ListLocationsFixedSizeCollection > {
4103
4055
4104
4056
private ListLocationsFixedSizeCollection (List <ListLocationsPage > pages , int collectionSize ) {
0 commit comments