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