You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/BackupPlanAssociation.java
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,10 @@ public final class BackupPlanAssociation extends com.google.api.client.json.Gene
80
80
privatejava.lang.Stringname;
81
81
82
82
/**
83
-
* Required. Immutable. Resource name of workload on which backupplan is applied
83
+
* Required. Immutable. Resource name of workload on which the backup plan is applied. The format
84
+
* can either be the resource name (e.g., "projects/my-project/zones/us-central1-a/instances/my-
85
+
* instance") or the full resource URI (e.g., "https://www.googleapis.com/compute/v1/projects/my-
0 commit comments