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
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
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
* <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>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.</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>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.</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>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 for a given bucket.</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>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. During a rename, the source and destination folders are locked until the long running operation completes.</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>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down
Expand Up
@@ -365,7 +365,8 @@ public final OperationsClient getOperationsClient() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder.
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand All
@@ -383,7 +384,8 @@ public final OperationsClient getOperationsClient() {
* }
* }</pre>
*
* @param parent Required. Name of the bucket in which the folder will reside.
* @param parent Required. Name of the bucket in which the folder will reside. The bucket must be
* a hierarchical namespace enabled bucket.
* @param folder Required. Properties of the new folder being created. The bucket and name of the
* folder are specified in the parent and folder_id fields, respectively. Populating those
* fields in `folder` will result in an error.
Expand All
@@ -405,7 +407,8 @@ public final Folder createFolder(BucketName parent, Folder folder, String folder
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder.
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand All
@@ -423,7 +426,8 @@ public final Folder createFolder(BucketName parent, Folder folder, String folder
* }
* }</pre>
*
* @param parent Required. Name of the bucket in which the folder will reside.
* @param parent Required. Name of the bucket in which the folder will reside. The bucket must be
* a hierarchical namespace enabled bucket.
* @param folder Required. Properties of the new folder being created. The bucket and name of the
* folder are specified in the parent and folder_id fields, respectively. Populating those
* fields in `folder` will result in an error.
Expand All
@@ -445,7 +449,8 @@ public final Folder createFolder(String parent, Folder folder, String folderId)
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder.
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -477,7 +482,8 @@ public final Folder createFolder(CreateFolderRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a new folder.
* Creates a new folder. This operation is only applicable to a hierarchical namespace enabled
* bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -508,7 +514,8 @@ public final UnaryCallable<CreateFolderRequest, Folder> createFolderCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder.
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -536,7 +543,8 @@ public final void deleteFolder(FolderName name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder.
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand All
@@ -563,7 +571,8 @@ public final void deleteFolder(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder.
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -594,7 +603,8 @@ public final void deleteFolder(DeleteFolderRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Permanently deletes an empty folder.
* Permanently deletes an empty folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -624,7 +634,8 @@ public final UnaryCallable<DeleteFolderRequest, Empty> deleteFolderCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder.
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -652,7 +663,8 @@ public final Folder getFolder(FolderName name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder.
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand All
@@ -679,7 +691,8 @@ public final Folder getFolder(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder.
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -710,7 +723,8 @@ public final Folder getFolder(GetFolderRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns metadata for the specified folder.
* Returns metadata for the specified folder. This operation is only applicable to a hierarchical
* namespace enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -740,7 +754,8 @@ public final UnaryCallable<GetFolderRequest, Folder> getFolderCallable() {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders for a given bucket.
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand All
@@ -758,7 +773,8 @@ public final UnaryCallable<GetFolderRequest, Folder> getFolderCallable() {
* }
* }</pre>
*
* @param parent Required. Name of the bucket in which to look for folders.
* @param parent Required. Name of the bucket in which to look for folders. The bucket must be a
* hierarchical namespace enabled bucket.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListFoldersPagedResponse listFolders(BucketName parent) {
Expand All
@@ -771,7 +787,8 @@ public final ListFoldersPagedResponse listFolders(BucketName parent) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders for a given bucket.
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand All
@@ -789,7 +806,8 @@ public final ListFoldersPagedResponse listFolders(BucketName parent) {
* }
* }</pre>
*
* @param parent Required. Name of the bucket in which to look for folders.
* @param parent Required. Name of the bucket in which to look for folders. The bucket must be a
* hierarchical namespace enabled bucket.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListFoldersPagedResponse listFolders(String parent) {
Expand All
@@ -799,7 +817,8 @@ public final ListFoldersPagedResponse listFolders(String parent) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders for a given bucket.
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -836,7 +855,8 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders for a given bucket.
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -874,7 +894,8 @@ public final ListFoldersPagedResponse listFolders(ListFoldersRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves a list of folders for a given bucket.
* Retrieves a list of folders. This operation is only applicable to a hierarchical namespace
* enabled bucket. Hierarchical namespace buckets are in allowlist preview.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -917,8 +938,10 @@ public final UnaryCallable<ListFoldersRequest, ListFoldersResponse> listFoldersC
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Renames a source folder to a destination folder. During a rename, the source and destination
* folders are locked until the long running operation completes.
* 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.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -952,8 +975,10 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Renames a source folder to a destination folder. During a rename, the source and destination
* folders are locked until the long running operation completes.
* 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.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -987,8 +1012,10 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Renames a source folder to a destination folder. During a rename, the source and destination
* folders are locked until the long running operation completes.
* 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.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -1021,8 +1048,10 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Renames a source folder to a destination folder. During a rename, the source and destination
* folders are locked until the long running operation completes.
* 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.
*
* <p>Sample code:
*
Expand Down
Expand Up
@@ -1055,8 +1084,10 @@ public final OperationFuture<Folder, RenameFolderMetadata> renameFolderAsync(
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Renames a source folder to a destination folder. During a rename, the source and destination
* folders are locked until the long running operation completes.
* 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
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 #2501
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
Uh oh!
There was an error while loading. Please reload this page.
fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 #2501
Filter by extension
Viewed files
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.