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-storagetransfer/v1/2.0.0/com/google/api/services/storagetransfer/v1/model/GcsData.java
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,16 @@ public final class GcsData extends com.google.api.client.json.GenericJson {
39
39
@com.google.api.client.util.Key
40
40
privatejava.lang.StringbucketName;
41
41
42
+
/**
43
+
* Transfer managed folders is in public preview. This option is only applicable to the Cloud
44
+
* Storage source bucket. If set to true: - The source managed folder will be transferred to the
45
+
* destination bucket - The destination managed folder will always be overwritten, other OVERWRITE
0 commit comments