FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: remove allowlist note from Folders RPCs by gcf-owl-bot[bot] · Pull Request #2593 · googleapis/java-storage · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .java  (8) .md  (1) .proto  (1) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
  • README.md
    • StorageControlGrpc.java
      • CreateFolderRequest.java
      • DeleteFolderRequest.java
      • Folder.java
      • GetFolderRequest.java
      • ListFoldersRequest.java
      • RenameFolderRequest.java
      • storage_control.proto
2 changes: 1 addition & 1 deletion README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.41.0')
implementation platform('com.google.cloud:libraries-bom:26.42.0')

implementation 'com.google.cloud:google-cloud-storage'
```
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL