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-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/model/FileShareConfig.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,15 @@ public final class FileShareConfig extends com.google.api.client.json.GenericJso
61
61
@com.google.api.client.util.Key
62
62
privatejava.lang.StringsourceBackup;
63
63
64
+
/**
65
+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
66
+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
67
+
* (b/443690479) - Remove visibility restrictions once the feature is ready
68
+
* The value may be {@code null}.
69
+
*/
70
+
@com.google.api.client.util.Key
71
+
privatejava.lang.StringsourceBackupdrBackup;
72
+
64
73
/**
65
74
* File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
66
75
* @return value or {@code null} for none
@@ -137,6 +146,27 @@ public FileShareConfig setSourceBackup(java.lang.String sourceBackup) {
137
146
returnthis;
138
147
}
139
148
149
+
/**
150
+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
151
+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
152
+
* (b/443690479) - Remove visibility restrictions once the feature is ready
153
+
* @return value or {@code null} for none
154
+
*/
155
+
publicjava.lang.StringgetSourceBackupdrBackup() {
156
+
returnsourceBackupdrBackup;
157
+
}
158
+
159
+
/**
160
+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
161
+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
162
+
* (b/443690479) - Remove visibility restrictions once the feature is ready
163
+
* @param sourceBackupdrBackup sourceBackupdrBackup or {@code null} for none
0 commit comments