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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public final class BackupPlanAssociation extends com.google.api.client.json.Gene
71
71
privatejava.lang.Stringresource;
72
72
73
73
/**
74
-
* Output only. Output Only. Resource type of workload on which backupplan is applied
74
+
* Optional. Resource type of workload on which backupplan is applied
75
75
* The value may be {@code null}.
76
76
*/
77
77
@com.google.api.client.util.Key
@@ -192,15 +192,15 @@ public BackupPlanAssociation setResource(java.lang.String resource) {
192
192
}
193
193
194
194
/**
195
-
* Output only. Output Only. Resource type of workload on which backupplan is applied
195
+
* Optional. Resource type of workload on which backupplan is applied
196
196
* @return value or {@code null} for none
197
197
*/
198
198
publicjava.lang.StringgetResourceType() {
199
199
returnresourceType;
200
200
}
201
201
202
202
/**
203
-
* Output only. Output Only. Resource type of workload on which backupplan is applied
203
+
* Optional. Resource type of workload on which backupplan is applied
204
204
* @param resourceType resourceType or {@code null} for none
0 commit comments