Uses of Class
com.google.cloud.compute.v1.VpnGatewaysClient.ListPagedResponse
-
Packages that use VpnGatewaysClient.ListPagedResponse 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.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return VpnGatewaysClient.ListPagedResponse Modifier and Type Method Description VpnGatewaysClient.ListPagedResponse
VpnGatewaysClient. list(ListVpnGatewaysRequest request)
Retrieves a list of VPN gateways available to the specified project and region.VpnGatewaysClient.ListPagedResponse
VpnGatewaysClient. list(String project, String region)
Retrieves a list of VPN gateways available to the specified project and region.Methods in com.google.cloud.compute.v1 that return types with arguments of type VpnGatewaysClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VpnGatewaysClient.ListPagedResponse>
VpnGatewaysClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, com.google.api.core.ApiFuture<VpnGatewayList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysClient. listPagedCallable()
Retrieves a list of VPN gateways available to the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of VpnGatewaysClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type VpnGatewaysClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse>
HttpJsonVpnGatewaysStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-