Uses of Class
com.google.cloud.gkebackup.v1.BackupForGKEClient.ListRestoresPagedResponse
-
Packages that use BackupForGKEClient.ListRestoresPagedResponse Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of BackupForGKEClient.ListRestoresPagedResponse in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return BackupForGKEClient.ListRestoresPagedResponse Modifier and Type Method Description BackupForGKEClient.ListRestoresPagedResponseBackupForGKEClient. listRestores(ListRestoresRequest request)Lists the Restores for a given RestorePlan.BackupForGKEClient.ListRestoresPagedResponseBackupForGKEClient. listRestores(RestorePlanName parent)Lists the Restores for a given RestorePlan.BackupForGKEClient.ListRestoresPagedResponseBackupForGKEClient. listRestores(String parent)Lists the Restores for a given RestorePlan.Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type BackupForGKEClient.ListRestoresPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BackupForGKEClient.ListRestoresPagedResponse>BackupForGKEClient.ListRestoresPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, com.google.api.core.ApiFuture<ListRestoresResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>BackupForGKEClient. listRestoresPagedCallable()Lists the Restores for a given RestorePlan.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>BackupForGKESettings.Builder. listRestoresSettings()Returns the builder for the settings used for calls to listRestores.com.google.api.gax.rpc.PagedCallSettings<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>BackupForGKESettings. listRestoresSettings()Returns the object with the settings used for calls to listRestores. -
Uses of BackupForGKEClient.ListRestoresPagedResponse in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type BackupForGKEClient.ListRestoresPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>BackupForGKEStub. listRestoresPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>GrpcBackupForGKEStub. listRestoresPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListRestoresRequest,BackupForGKEClient.ListRestoresPagedResponse>HttpJsonBackupForGKEStub. listRestoresPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>BackupForGKEStubSettings.Builder. listRestoresSettings()Returns the builder for the settings used for calls to listRestores.com.google.api.gax.rpc.PagedCallSettings<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse>BackupForGKEStubSettings. listRestoresSettings()Returns the object with the settings used for calls to listRestores.
-