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 LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. 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.ListBackupPlansPagedResponse
BackupForGKEClient. listBackupPlans(LocationName parent)
Lists BackupPlans in a given location.BackupForGKEClient.ListRestorePlansPagedResponse
BackupForGKEClient. 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)
-