Uses of Class
com.google.cloud.compute.v1.VpnGatewaysClient.AggregatedListPagedResponse
-
Packages that use VpnGatewaysClient.AggregatedListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of VpnGatewaysClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return VpnGatewaysClient.AggregatedListPagedResponse Modifier and Type Method Description VpnGatewaysClient.AggregatedListPagedResponse
VpnGatewaysClient. aggregatedList(AggregatedListVpnGatewaysRequest request)
Retrieves an aggregated list of VPN gateways.VpnGatewaysClient.AggregatedListPagedResponse
VpnGatewaysClient. aggregatedList(String project)
Retrieves an aggregated list of VPN gateways.Methods in com.google.cloud.compute.v1 that return types with arguments of type VpnGatewaysClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListVpnGatewaysRequest,VpnGatewaysClient.AggregatedListPagedResponse>
VpnGatewaysClient. aggregatedListPagedCallable()
Retrieves an aggregated list of VPN gateways.com.google.api.gax.rpc.PagedCallSettings<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,VpnGatewaysClient.AggregatedListPagedResponse>
VpnGatewaysSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,VpnGatewaysClient.AggregatedListPagedResponse>
VpnGatewaysSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<VpnGatewaysClient.AggregatedListPagedResponse>
VpnGatewaysClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListVpnGatewaysRequest,VpnGatewayAggregatedList,Map.Entry<String,VpnGatewaysScopedList>> context, com.google.api.core.ApiFuture<VpnGatewayAggregatedList> futureResponse)
-
Uses of VpnGatewaysClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-