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