Uses of Class
com.google.cloud.compute.v1.SecurityPoliciesClient.AggregatedListPagedResponse
-
Packages that use SecurityPoliciesClient.AggregatedListPagedResponse 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.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SecurityPoliciesClient.AggregatedListPagedResponse Modifier and Type Method Description SecurityPoliciesClient.AggregatedListPagedResponse
SecurityPoliciesClient. aggregatedList(AggregatedListSecurityPoliciesRequest request)
Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project.SecurityPoliciesClient.AggregatedListPagedResponse
SecurityPoliciesClient. aggregatedList(String project)
Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type SecurityPoliciesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListSecurityPoliciesRequest,SecurityPoliciesClient.AggregatedListPagedResponse>
SecurityPoliciesClient. aggregatedListPagedCallable()
Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList,SecurityPoliciesClient.AggregatedListPagedResponse>
SecurityPoliciesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList,SecurityPoliciesClient.AggregatedListPagedResponse>
SecurityPoliciesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<SecurityPoliciesClient.AggregatedListPagedResponse>
SecurityPoliciesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList,Map.Entry<String,SecurityPoliciesScopedList>> context, com.google.api.core.ApiFuture<SecurityPoliciesAggregatedList> futureResponse)
-
Uses of SecurityPoliciesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-