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