Uses of Class
com.google.cloud.gkebackup.v1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of LocationName in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.gkebackup.v1 with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>BackupForGKEClient. createBackupPlanAsync(LocationName parent, BackupPlan backupPlan, String backupPlanId)Creates a new BackupPlan in a given location.com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>BackupForGKEClient. createRestorePlanAsync(LocationName parent, RestorePlan restorePlan, String restorePlanId)Creates a new RestorePlan in a given location.BackupForGKEClient.ListBackupPlansPagedResponseBackupForGKEClient. listBackupPlans(LocationName parent)Lists BackupPlans in a given location.BackupForGKEClient.ListRestorePlansPagedResponseBackupForGKEClient. listRestorePlans(LocationName parent)Lists RestorePlans in a given location.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-