Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [StorageControl] remove allowlist note from Folders RPCs #7452

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* Creates a new folder. This operation is only applicable to a hierarchical
* namespace enabled bucket.
* Hierarchical namespace buckets are in allowlist preview.
*
* @param string $formattedParent Name of the bucket in which the folder will reside. The bucket
* must be a hierarchical namespace enabled bucket. Please see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
/**
* Permanently deletes an empty folder. This operation is only applicable to a
* hierarchical namespace enabled bucket.
* Hierarchical namespace buckets are in allowlist preview.
*
* @param string $formattedName Name of the folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/**
* Returns metadata for the specified folder. This operation is only
* applicable to a hierarchical namespace enabled bucket.
* Hierarchical namespace buckets are in allowlist preview.
*
* @param string $formattedName Name of the folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/**
* Retrieves a list of folders. This operation is only applicable to a
* hierarchical namespace enabled bucket.
* Hierarchical namespace buckets are in allowlist preview.
*
* @param string $formattedParent Name of the bucket in which to look for folders. The bucket must
* be a hierarchical namespace enabled bucket. Please see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* 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.
*
* @param string $formattedName Name of the source folder being renamed.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
Expand Down
Loading