Uses of Class
com.google.cloud.compute.v1.NetworksClient.ListPagedResponse
-
Packages that use NetworksClient.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 NetworksClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworksClient.ListPagedResponse Modifier and Type Method Description NetworksClient.ListPagedResponse
NetworksClient. list(ListNetworksRequest request)
Retrieves the list of networks available to the specified project.NetworksClient.ListPagedResponse
NetworksClient. list(String project)
Retrieves the list of networks available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworksClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworksClient.ListPagedResponse>
NetworksClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworksRequest,NetworkList,Network> context, com.google.api.core.ApiFuture<NetworkList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse>
NetworksClient. listPagedCallable()
Retrieves the list of networks available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>
NetworksSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>
NetworksSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of NetworksClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworksClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse>
HttpJsonNetworksStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworksRequest,NetworksClient.ListPagedResponse>
NetworksStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>
NetworksStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworksRequest,NetworkList,NetworksClient.ListPagedResponse>
NetworksStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-