Skip to content

Commit 82161de

Browse files
docs: remove allowlist note from Folders RPCs (#2593)
* docs: remove allowlist note from Folders RPCs build: promote launch stage to GA PiperOrigin-RevId: 644101055 Source-Link: googleapis/googleapis@ee990e9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/70146c5e5283b3030097852f21ba425c3176b59c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzAxNDZjNWU1MjgzYjMwMzAwOTc4NTJmMjFiYTQyNWMzMTc2YjU5YyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 25940a4 commit 82161de

File tree

9 files changed

+27
-75
lines changed

9 files changed

+27
-75
lines changed

google-cloud-storage-control/src/main/java/com/google/storage/control/v2/StorageControlClient.java

Lines changed: 27 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* </tr>
7171
* <tr>
7272
* <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>
7474
* <td>
7575
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
7676
* <ul>
@@ -89,7 +89,7 @@
8989
* </tr>
9090
* <tr>
9191
* <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>
9393
* <td>
9494
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
9595
* <ul>
@@ -108,7 +108,7 @@
108108
* </tr>
109109
* <tr>
110110
* <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>
112112
* <td>
113113
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
114114
* <ul>
@@ -127,7 +127,7 @@
127127
* </tr>
128128
* <tr>
129129
* <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>
131131
* <td>
132132
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
133133
* <ul>
@@ -147,7 +147,7 @@
147147
* </tr>
148148
* <tr>
149149
* <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>
151151
* <td>
152152
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
153153
* <ul>
@@ -366,7 +366,7 @@ public final OperationsClient getOperationsClient() {
366366
// AUTO-GENERATED DOCUMENTATION AND METHOD.
367367
/**
368368
* 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.
370370
*
371371
* <p>Sample code:
372372
*
@@ -408,7 +408,7 @@ public final Folder createFolder(BucketName parent, Folder folder, String folder
408408
// AUTO-GENERATED DOCUMENTATION AND METHOD.
409409
/**
410410
* 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.
412412
*
413413
* <p>Sample code:
414414
*
@@ -450,7 +450,7 @@ public final Folder createFolder(String parent, Folder folder, String folderId)
450450
// AUTO-GENERATED DOCUMENTATION AND METHOD.
451451
/**
452452
* 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.
454454
*
455455
* <p>Sample code:
456456
*
@@ -483,7 +483,7 @@ public final Folder createFolder(CreateFolderRequest request) {
483483
// AUTO-GENERATED DOCUMENTATION AND METHOD.
484484
/**
485485
* 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.
487487
*
488488
* <p>Sample code:
489489
*
@@ -515,7 +515,7 @@ public final UnaryCallable<CreateFolderRequest, Folder> createFolderCallable() {
515515
// AUTO-GENERATED DOCUMENTATION AND METHOD.
516516
/**
517517
* 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.
519519
*
520520
* <p>Sample code:
521521
*
@@ -544,7 +544,7 @@ public final void deleteFolder(FolderName name) {
544544
// AUTO-GENERATED DOCUMENTATION AND METHOD.
545545
/**
546546
* 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.
548548
*
549549
* <p>Sample code:
550550
*
@@ -572,7 +572,7 @@ public final void deleteFolder(String name) {
572572
// AUTO-GENERATED DOCUMENTATION AND METHOD.
573573
/**
574574
* 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.
576576
*
577577
* <p>Sample code:
578578
*
@@ -604,7 +604,7 @@ public final void deleteFolder(DeleteFolderRequest request) {
604604
// AUTO-GENERATED DOCUMENTATION AND METHOD.
605605
/**
606606
* 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.
608608
*
609609
* <p>Sample code:
610610
*
@@ -635,7 +635,7 @@ public final UnaryCallable<DeleteFolderRequest, Empty> deleteFolderCallable() {
635635
// AUTO-GENERATED DOCUMENTATION AND METHOD.
636636
/**
637637
* 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.
639639
*
640640
* <p>Sample code:
641641
*
@@ -664,7 +664,7 @@ public final Folder getFolder(FolderName name) {
664664
// AUTO-GENERATED DOCUMENTATION AND METHOD.
665665
/**
666666
* 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.
668668
*
669669
* <p>Sample code:
670670
*
@@ -692,7 +692,7 @@ public final Folder getFolder(String name) {
692692
// AUTO-GENERATED DOCUMENTATION AND METHOD.
693693
/**
694694
* 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.
696696
*
697697
* <p>Sample code:
698698
*
@@ -724,7 +724,7 @@ public final Folder getFolder(GetFolderRequest request) {
724724
// AUTO-GENERATED DOCUMENTATION AND METHOD.
725725
/**
726726
* 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.
728728
*
729729
* <p>Sample code:
730730
*
@@ -755,7 +755,7 @@ public final UnaryCallable<GetFolderRequest, Folder> getFolderCallable() {
755755
// AUTO-GENERATED DOCUMENTATION AND METHOD.
756756
/**
757757
* 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.
759759
*
760760
* <p>Sample code:
761761
*
@@ -788,7 +788,7 @@ public final ListFoldersPagedResponse listFolders(BucketName parent) {
788788
// AUTO-GENERATED DOCUMENTATION AND METHOD.
789789
/**
790790
* 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.
792792
*
793793
* <p>Sample code:
794794
*
@@ -818,7 +818,7 @@ public final ListFoldersPagedResponse listFolders(String parent) {
818818
// AUTO-GENERATED DOCUMENTATION AND METHOD.
819819
/**
820820
* 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.
822822
*
823823
* <p>Sample code:
824824
*
@@ -856,7 +856,7 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
856856
// AUTO-GENERATED DOCUMENTATION AND METHOD.
857857
/**
858858
* 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.
860860
*
861861
* <p>Sample code:
862862
*
@@ -895,7 +895,7 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
895895
// AUTO-GENERATED DOCUMENTATION AND METHOD.
896896
/**
897897
* 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.
899899
*
900900
* <p>Sample code:
901901
*
@@ -940,8 +940,7 @@ public final UnaryCallable<ListFoldersRequest, ListFoldersResponse> listFoldersC
940940
/**
941941
* Renames a source folder to a destination folder. This operation is only applicable to a
942942
* 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.
945944
*
946945
* <p>Sample code:
947946
*
@@ -977,8 +976,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
977976
/**
978977
* Renames a source folder to a destination folder. This operation is only applicable to a
979978
* 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.
982980
*
983981
* <p>Sample code:
984982
*
@@ -1014,8 +1012,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
10141012
/**
10151013
* Renames a source folder to a destination folder. This operation is only applicable to a
10161014
* 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.
10191016
*
10201017
* <p>Sample code:
10211018
*
@@ -1050,8 +1047,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
10501047
/**
10511048
* Renames a source folder to a destination folder. This operation is only applicable to a
10521049
* 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.
10551051
*
10561052
* <p>Sample code:
10571053
*
@@ -1086,8 +1082,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
10861082
/**
10871083
* Renames a source folder to a destination folder. This operation is only applicable to a
10881084
* 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.
10911086
*
10921087
* <p>Sample code:
10931088
*

0 commit comments

Comments
 (0)