Uses of Class
com.google.cloud.gkebackup.v1.BackupForGKEClient.ListRestorePlansPagedResponse
-
Packages that use BackupForGKEClient.ListRestorePlansPagedResponse Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of BackupForGKEClient.ListRestorePlansPagedResponse in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return BackupForGKEClient.ListRestorePlansPagedResponse Modifier and Type Method Description BackupForGKEClient.ListRestorePlansPagedResponse
BackupForGKEClient. listRestorePlans(ListRestorePlansRequest request)
Lists RestorePlans in a given location.BackupForGKEClient.ListRestorePlansPagedResponse
BackupForGKEClient. listRestorePlans(LocationName parent)
Lists RestorePlans in a given location.BackupForGKEClient.ListRestorePlansPagedResponse
BackupForGKEClient. listRestorePlans(String parent)
Lists RestorePlans in a given location.Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type BackupForGKEClient.ListRestorePlansPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKEClient.ListRestorePlansPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, com.google.api.core.ApiFuture<ListRestorePlansResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRestorePlansRequest,BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKEClient. listRestorePlansPagedCallable()
Lists RestorePlans in a given location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRestorePlansRequest,ListRestorePlansResponse,BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKESettings.Builder. listRestorePlansSettings()
Returns the builder for the settings used for calls to listRestorePlans.com.google.api.gax.rpc.PagedCallSettings<ListRestorePlansRequest,ListRestorePlansResponse,BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKESettings. listRestorePlansSettings()
Returns the object with the settings used for calls to listRestorePlans. -
Uses of BackupForGKEClient.ListRestorePlansPagedResponse in com.google.cloud.gkebackup.v1.stub
-