Skip to content

Commit

Permalink
docs: remove allowlist note from Folders RPCs (#2593)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 26, 2024
1 parent 25940a4 commit 82161de
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
* </tr>
* <tr>
* <td><p> CreateFolder</td>
* <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>
* <td><p> Creates a new folder. This operation is only applicable to a hierarchical namespace enabled bucket.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -89,7 +89,7 @@
* </tr>
* <tr>
* <td><p> DeleteFolder</td>
* <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>
* <td><p> Permanently deletes an empty folder. This operation is only applicable to a hierarchical namespace enabled bucket.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -108,7 +108,7 @@
* </tr>
* <tr>
* <td><p> GetFolder</td>
* <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>
* <td><p> Returns metadata for the specified folder. This operation is only applicable to a hierarchical namespace enabled bucket.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -127,7 +127,7 @@
* </tr>
* <tr>
* <td><p> ListFolders</td>
* <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>
* <td><p> Retrieves a list of folders. This operation is only applicable to a hierarchical namespace enabled bucket.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -147,7 +147,7 @@
* </tr>
* <tr>
* <td><p> RenameFolder</td>
* <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>
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down Expand Up @@ -366,7 +366,7 @@ public final OperationsClient getOperationsClient() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
* bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -408,7 +408,7 @@ public final Folder createFolder(BucketName parent, Folder folder, String folder
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
* bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -450,7 +450,7 @@ public final Folder createFolder(String parent, Folder folder, String folderId)
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
* bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -483,7 +483,7 @@ public final Folder createFolder(CreateFolderRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
* bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -515,7 +515,7 @@ public final UnaryCallable<CreateFolderRequest, Folder> createFolderCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -544,7 +544,7 @@ public final void deleteFolder(FolderName name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -572,7 +572,7 @@ public final void deleteFolder(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -604,7 +604,7 @@ public final void deleteFolder(DeleteFolderRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -635,7 +635,7 @@ public final UnaryCallable<DeleteFolderRequest, Empty> deleteFolderCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -664,7 +664,7 @@ public final Folder getFolder(FolderName name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -692,7 +692,7 @@ public final Folder getFolder(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -724,7 +724,7 @@ public final Folder getFolder(GetFolderRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* namespace enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -755,7 +755,7 @@ public final UnaryCallable<GetFolderRequest, Folder> getFolderCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -788,7 +788,7 @@ public final ListFoldersPagedResponse listFolders(BucketName parent) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -818,7 +818,7 @@ public final ListFoldersPagedResponse listFolders(String parent) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -856,7 +856,7 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -895,7 +895,7 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
* enabled bucket.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -940,8 +940,7 @@ public final UnaryCallable<ListFoldersRequest, ListFoldersResponse> listFoldersC
/**
* 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.
* locked until the long running operation completes.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -977,8 +976,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
/**
* 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.
* locked until the long running operation completes.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1014,8 +1012,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
/**
* 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.
* locked until the long running operation completes.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1050,8 +1047,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
/**
* 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.
* locked until the long running operation completes.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1086,8 +1082,7 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
/**
* 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.
* locked until the long running operation completes.
*
* <p>Sample code:
*
Expand Down
Loading

0 comments on commit 82161de

Please sign in to comment.