Uses of Class
com.google.cloud.compute.v1.RegionSecurityPoliciesClient.ListPagedResponse
-
Packages that use RegionSecurityPoliciesClient.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 RegionSecurityPoliciesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionSecurityPoliciesClient.ListPagedResponse Modifier and Type Method Description RegionSecurityPoliciesClient.ListPagedResponse
RegionSecurityPoliciesClient. list(ListRegionSecurityPoliciesRequest request)
List all the policies that have been configured for the specified project and region.RegionSecurityPoliciesClient.ListPagedResponse
RegionSecurityPoliciesClient. list(String project, String region)
List all the policies that have been configured for the specified project and region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionSecurityPoliciesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionSecurityPoliciesClient.ListPagedResponse>
RegionSecurityPoliciesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionSecurityPoliciesRequest,SecurityPolicyList,SecurityPolicy> context, com.google.api.core.ApiFuture<SecurityPolicyList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionSecurityPoliciesRequest,RegionSecurityPoliciesClient.ListPagedResponse>
RegionSecurityPoliciesClient. listPagedCallable()
List all the policies that have been configured for the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionSecurityPoliciesRequest,SecurityPolicyList,RegionSecurityPoliciesClient.ListPagedResponse>
RegionSecurityPoliciesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionSecurityPoliciesRequest,SecurityPolicyList,RegionSecurityPoliciesClient.ListPagedResponse>
RegionSecurityPoliciesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionSecurityPoliciesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionSecurityPoliciesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionSecurityPoliciesRequest,RegionSecurityPoliciesClient.ListPagedResponse>
HttpJsonRegionSecurityPoliciesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionSecurityPoliciesRequest,RegionSecurityPoliciesClient.ListPagedResponse>
RegionSecurityPoliciesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionSecurityPoliciesRequest,SecurityPolicyList,RegionSecurityPoliciesClient.ListPagedResponse>
RegionSecurityPoliciesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionSecurityPoliciesRequest,SecurityPolicyList,RegionSecurityPoliciesClient.ListPagedResponse>
RegionSecurityPoliciesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-