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