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