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