public static BackupId of(InstanceId instanceId, String backup)
Creates a BackupId given the instance identity and backup id. The backup id must
conform to the regular expression a-z*[a-z0-9] and be between 2 and 60 characters
in length.
public static BackupId of(String project, String instance, String backup)
Creates a BackupId given project, instance and backup IDs. The backup id must conform
to the regular expression a-z*[a-z0-9] and be between 2 and 60 characters in
length.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]