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