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