Uses of Class
com.google.cloud.compute.v1.NetworkFirewallPoliciesClient.ListPagedResponse
-
Packages that use NetworkFirewallPoliciesClient.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 NetworkFirewallPoliciesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkFirewallPoliciesClient.ListPagedResponse Modifier and Type Method Description NetworkFirewallPoliciesClient.ListPagedResponse
NetworkFirewallPoliciesClient. list(ListNetworkFirewallPoliciesRequest request)
Lists all the policies that have been configured for the specified project.NetworkFirewallPoliciesClient.ListPagedResponse
NetworkFirewallPoliciesClient. list(String project)
Lists all the policies that have been configured for the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkFirewallPoliciesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworkFirewallPoliciesClient.ListPagedResponse>
NetworkFirewallPoliciesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkFirewallPoliciesRequest,FirewallPolicyList,FirewallPolicy> context, com.google.api.core.ApiFuture<FirewallPolicyList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNetworkFirewallPoliciesRequest,NetworkFirewallPoliciesClient.ListPagedResponse>
NetworkFirewallPoliciesClient. listPagedCallable()
Lists all the policies that have been configured for the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkFirewallPoliciesRequest,FirewallPolicyList,NetworkFirewallPoliciesClient.ListPagedResponse>
NetworkFirewallPoliciesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkFirewallPoliciesRequest,FirewallPolicyList,NetworkFirewallPoliciesClient.ListPagedResponse>
NetworkFirewallPoliciesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of NetworkFirewallPoliciesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworkFirewallPoliciesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworkFirewallPoliciesRequest,NetworkFirewallPoliciesClient.ListPagedResponse>
HttpJsonNetworkFirewallPoliciesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkFirewallPoliciesRequest,NetworkFirewallPoliciesClient.ListPagedResponse>
NetworkFirewallPoliciesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkFirewallPoliciesRequest,FirewallPolicyList,NetworkFirewallPoliciesClient.ListPagedResponse>
NetworkFirewallPoliciesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkFirewallPoliciesRequest,FirewallPolicyList,NetworkFirewallPoliciesClient.ListPagedResponse>
NetworkFirewallPoliciesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-