Uses of Class
com.google.cloud.compute.v1.ZoneOperationsClient.ListPagedResponse
-
Packages that use ZoneOperationsClient.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 ZoneOperationsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ZoneOperationsClient.ListPagedResponse Modifier and Type Method Description ZoneOperationsClient.ListPagedResponse
ZoneOperationsClient. list(ListZoneOperationsRequest request)
Retrieves a list of Operation resources contained within the specified zone.ZoneOperationsClient.ListPagedResponse
ZoneOperationsClient. list(String project, String zone)
Retrieves a list of Operation resources contained within the specified zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type ZoneOperationsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ZoneOperationsClient.ListPagedResponse>
ZoneOperationsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListZoneOperationsRequest,OperationList,Operation> context, com.google.api.core.ApiFuture<OperationList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse>
ZoneOperationsClient. listPagedCallable()
Retrieves a list of Operation resources contained within the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListZoneOperationsRequest,OperationList,ZoneOperationsClient.ListPagedResponse>
ZoneOperationsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListZoneOperationsRequest,OperationList,ZoneOperationsClient.ListPagedResponse>
ZoneOperationsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of ZoneOperationsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ZoneOperationsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse>
HttpJsonZoneOperationsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse>
ZoneOperationsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListZoneOperationsRequest,OperationList,ZoneOperationsClient.ListPagedResponse>
ZoneOperationsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListZoneOperationsRequest,OperationList,ZoneOperationsClient.ListPagedResponse>
ZoneOperationsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-