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