|
70 | 70 | * </tr>
|
71 | 71 | * <tr>
|
72 | 72 | * <td><p> CreateFolder</td>
|
73 |
| - * <td><p> Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.</td> |
| 73 | + * <td><p> Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket.</td> |
74 | 74 | * <td>
|
75 | 75 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
76 | 76 | * <ul>
|
|
89 | 89 | * </tr>
|
90 | 90 | * <tr>
|
91 | 91 | * <td><p> DeleteFolder</td>
|
92 |
| - * <td><p> Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.</td> |
| 92 | + * <td><p> Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket.</td> |
93 | 93 | * <td>
|
94 | 94 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
95 | 95 | * <ul>
|
|
108 | 108 | * </tr>
|
109 | 109 | * <tr>
|
110 | 110 | * <td><p> GetFolder</td>
|
111 |
| - * <td><p> Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.</td> |
| 111 | + * <td><p> Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket.</td> |
112 | 112 | * <td>
|
113 | 113 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
114 | 114 | * <ul>
|
|
127 | 127 | * </tr>
|
128 | 128 | * <tr>
|
129 | 129 | * <td><p> ListFolders</td>
|
130 |
| - * <td><p> Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.</td> |
| 130 | + * <td><p> Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket.</td> |
131 | 131 | * <td>
|
132 | 132 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
133 | 133 | * <ul>
|
|
147 | 147 | * </tr>
|
148 | 148 | * <tr>
|
149 | 149 | * <td><p> RenameFolder</td>
|
150 |
| - * <td><p> Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes. Hierarchical namespace buckets are in allowlist preview.</td> |
| 150 | + * <td><p> Renames a source folder to a destination folder. This operation is only applicable to a hierarchical namespace enabled bucket. During a rename, the source and destination folders are locked until the long running operation completes.</td> |
151 | 151 | * <td>
|
152 | 152 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
153 | 153 | * <ul>
|
@@ -366,7 +366,7 @@ public final OperationsClient getOperationsClient() {
|
366 | 366 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
367 | 367 | /**
|
368 | 368 | * Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
|
369 |
| - * bucket. Hierarchical namespace buckets are in allowlist preview. |
| 369 | + * bucket. |
370 | 370 | *
|
371 | 371 | * <p>Sample code:
|
372 | 372 | *
|
@@ -408,7 +408,7 @@ public final Folder createFolder(BucketName parent, Folder folder, String folder
|
408 | 408 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
409 | 409 | /**
|
410 | 410 | * Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
|
411 |
| - * bucket. Hierarchical namespace buckets are in allowlist preview. |
| 411 | + * bucket. |
412 | 412 | *
|
413 | 413 | * <p>Sample code:
|
414 | 414 | *
|
@@ -450,7 +450,7 @@ public final Folder createFolder(String parent, Folder folder, String folderId)
|
450 | 450 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
451 | 451 | /**
|
452 | 452 | * Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
|
453 |
| - * bucket. Hierarchical namespace buckets are in allowlist preview. |
| 453 | + * bucket. |
454 | 454 | *
|
455 | 455 | * <p>Sample code:
|
456 | 456 | *
|
@@ -483,7 +483,7 @@ public final Folder createFolder(CreateFolderRequest request) {
|
483 | 483 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
484 | 484 | /**
|
485 | 485 | * Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
|
486 |
| - * bucket. Hierarchical namespace buckets are in allowlist preview. |
| 486 | + * bucket. |
487 | 487 | *
|
488 | 488 | * <p>Sample code:
|
489 | 489 | *
|
@@ -515,7 +515,7 @@ public final UnaryCallable<CreateFolderRequest, Folder> createFolderCallable() {
|
515 | 515 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
516 | 516 | /**
|
517 | 517 | * Permanently deletes an empty folder. This operation is only applicable to a hierarchical
|
518 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 518 | + * namespace enabled bucket. |
519 | 519 | *
|
520 | 520 | * <p>Sample code:
|
521 | 521 | *
|
@@ -544,7 +544,7 @@ public final void deleteFolder(FolderName name) {
|
544 | 544 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
545 | 545 | /**
|
546 | 546 | * Permanently deletes an empty folder. This operation is only applicable to a hierarchical
|
547 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 547 | + * namespace enabled bucket. |
548 | 548 | *
|
549 | 549 | * <p>Sample code:
|
550 | 550 | *
|
@@ -572,7 +572,7 @@ public final void deleteFolder(String name) {
|
572 | 572 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
573 | 573 | /**
|
574 | 574 | * Permanently deletes an empty folder. This operation is only applicable to a hierarchical
|
575 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 575 | + * namespace enabled bucket. |
576 | 576 | *
|
577 | 577 | * <p>Sample code:
|
578 | 578 | *
|
@@ -604,7 +604,7 @@ public final void deleteFolder(DeleteFolderRequest request) {
|
604 | 604 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
605 | 605 | /**
|
606 | 606 | * Permanently deletes an empty folder. This operation is only applicable to a hierarchical
|
607 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 607 | + * namespace enabled bucket. |
608 | 608 | *
|
609 | 609 | * <p>Sample code:
|
610 | 610 | *
|
@@ -635,7 +635,7 @@ public final UnaryCallable<DeleteFolderRequest, Empty> deleteFolderCallable() {
|
635 | 635 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
636 | 636 | /**
|
637 | 637 | * Returns metadata for the specified folder. This operation is only applicable to a hierarchical
|
638 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 638 | + * namespace enabled bucket. |
639 | 639 | *
|
640 | 640 | * <p>Sample code:
|
641 | 641 | *
|
@@ -664,7 +664,7 @@ public final Folder getFolder(FolderName name) {
|
664 | 664 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
665 | 665 | /**
|
666 | 666 | * Returns metadata for the specified folder. This operation is only applicable to a hierarchical
|
667 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 667 | + * namespace enabled bucket. |
668 | 668 | *
|
669 | 669 | * <p>Sample code:
|
670 | 670 | *
|
@@ -692,7 +692,7 @@ public final Folder getFolder(String name) {
|
692 | 692 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
693 | 693 | /**
|
694 | 694 | * Returns metadata for the specified folder. This operation is only applicable to a hierarchical
|
695 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 695 | + * namespace enabled bucket. |
696 | 696 | *
|
697 | 697 | * <p>Sample code:
|
698 | 698 | *
|
@@ -724,7 +724,7 @@ public final Folder getFolder(GetFolderRequest request) {
|
724 | 724 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
725 | 725 | /**
|
726 | 726 | * Returns metadata for the specified folder. This operation is only applicable to a hierarchical
|
727 |
| - * namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 727 | + * namespace enabled bucket. |
728 | 728 | *
|
729 | 729 | * <p>Sample code:
|
730 | 730 | *
|
@@ -755,7 +755,7 @@ public final UnaryCallable<GetFolderRequest, Folder> getFolderCallable() {
|
755 | 755 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
756 | 756 | /**
|
757 | 757 | * Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
|
758 |
| - * enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 758 | + * enabled bucket. |
759 | 759 | *
|
760 | 760 | * <p>Sample code:
|
761 | 761 | *
|
@@ -788,7 +788,7 @@ public final ListFoldersPagedResponse listFolders(BucketName parent) {
|
788 | 788 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
789 | 789 | /**
|
790 | 790 | * Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
|
791 |
| - * enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 791 | + * enabled bucket. |
792 | 792 | *
|
793 | 793 | * <p>Sample code:
|
794 | 794 | *
|
@@ -818,7 +818,7 @@ public final ListFoldersPagedResponse listFolders(String parent) {
|
818 | 818 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
819 | 819 | /**
|
820 | 820 | * Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
|
821 |
| - * enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 821 | + * enabled bucket. |
822 | 822 | *
|
823 | 823 | * <p>Sample code:
|
824 | 824 | *
|
@@ -856,7 +856,7 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
|
856 | 856 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
857 | 857 | /**
|
858 | 858 | * Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
|
859 |
| - * enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 859 | + * enabled bucket. |
860 | 860 | *
|
861 | 861 | * <p>Sample code:
|
862 | 862 | *
|
@@ -895,7 +895,7 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
|
895 | 895 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
896 | 896 | /**
|
897 | 897 | * Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
|
898 |
| - * enabled bucket. Hierarchical namespace buckets are in allowlist preview. |
| 898 | + * enabled bucket. |
899 | 899 | *
|
900 | 900 | * <p>Sample code:
|
901 | 901 | *
|
@@ -940,8 +940,7 @@ public final UnaryCallable<ListFoldersRequest, ListFoldersResponse> listFoldersC
|
940 | 940 | /**
|
941 | 941 | * Renames a source folder to a destination folder. This operation is only applicable to a
|
942 | 942 | * hierarchical namespace enabled bucket. During a rename, the source and destination folders are
|
943 |
| - * locked until the long running operation completes. Hierarchical namespace buckets are in |
944 |
| - * allowlist preview. |
| 943 | + * locked until the long running operation completes. |
945 | 944 | *
|
946 | 945 | * <p>Sample code:
|
947 | 946 | *
|
@@ -977,8 +976,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
|
977 | 976 | /**
|
978 | 977 | * Renames a source folder to a destination folder. This operation is only applicable to a
|
979 | 978 | * hierarchical namespace enabled bucket. During a rename, the source and destination folders are
|
980 |
| - * locked until the long running operation completes. Hierarchical namespace buckets are in |
981 |
| - * allowlist preview. |
| 979 | + * locked until the long running operation completes. |
982 | 980 | *
|
983 | 981 | * <p>Sample code:
|
984 | 982 | *
|
@@ -1014,8 +1012,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
|
1014 | 1012 | /**
|
1015 | 1013 | * Renames a source folder to a destination folder. This operation is only applicable to a
|
1016 | 1014 | * hierarchical namespace enabled bucket. During a rename, the source and destination folders are
|
1017 |
| - * locked until the long running operation completes. Hierarchical namespace buckets are in |
1018 |
| - * allowlist preview. |
| 1015 | + * locked until the long running operation completes. |
1019 | 1016 | *
|
1020 | 1017 | * <p>Sample code:
|
1021 | 1018 | *
|
@@ -1050,8 +1047,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
|
1050 | 1047 | /**
|
1051 | 1048 | * Renames a source folder to a destination folder. This operation is only applicable to a
|
1052 | 1049 | * hierarchical namespace enabled bucket. During a rename, the source and destination folders are
|
1053 |
| - * locked until the long running operation completes. Hierarchical namespace buckets are in |
1054 |
| - * allowlist preview. |
| 1050 | + * locked until the long running operation completes. |
1055 | 1051 | *
|
1056 | 1052 | * <p>Sample code:
|
1057 | 1053 | *
|
@@ -1086,8 +1082,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
|
1086 | 1082 | /**
|
1087 | 1083 | * Renames a source folder to a destination folder. This operation is only applicable to a
|
1088 | 1084 | * hierarchical namespace enabled bucket. During a rename, the source and destination folders are
|
1089 |
| - * locked until the long running operation completes. Hierarchical namespace buckets are in |
1090 |
| - * allowlist preview. |
| 1085 | + * locked until the long running operation completes. |
1091 | 1086 | *
|
1092 | 1087 | * <p>Sample code:
|
1093 | 1088 | *
|
|
0 commit comments