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

fix(deps): Update the Java code generator (gapic-generator-java) to 2.39.0 #2501

Merged
merged 4 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -70,7 +70,7 @@
* </tr>
* <tr>
* <td><p> CreateFolder</td>
* <td><p> Creates a new folder.</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>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
* allowlist preview.
*
* <p>Sample code:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* A client to Cloud Storage API
* A client to Storage Control API
*
* <p>The interfaces provided are listed below, along with usage samples.
*
Expand Down
Loading
Loading