Uses of Class
com.google.cloud.compute.v1.FirewallsClient.ListPagedResponse
-
Packages that use FirewallsClient.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 FirewallsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return FirewallsClient.ListPagedResponse Modifier and Type Method Description FirewallsClient.ListPagedResponse
FirewallsClient. list(ListFirewallsRequest request)
Retrieves the list of firewall rules available to the specified project.FirewallsClient.ListPagedResponse
FirewallsClient. list(String project)
Retrieves the list of firewall rules available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type FirewallsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<FirewallsClient.ListPagedResponse>
FirewallsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFirewallsRequest,FirewallList,Firewall> context, com.google.api.core.ApiFuture<FirewallList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallsClient.ListPagedResponse>
FirewallsClient. listPagedCallable()
Retrieves the list of firewall rules available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of FirewallsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type FirewallsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallsClient.ListPagedResponse>
FirewallsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallsClient.ListPagedResponse>
HttpJsonFirewallsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-