From 42ad76cbd81a073f60be66556abb1e11ba3817d2 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 23 Sep 2023 19:48:13 -0700 Subject: [PATCH] chore: regenerate storage client (#18206) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml --- .../v1/2.0.0/README.md | 4 ++-- .../google/api/services/storage/Storage.java | 23 +++++++++++++++++++ .../v1/2.0.0/pom.xml | 4 ++-- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/clients/google-api-services-storage/v1/2.0.0/README.md b/clients/google-api-services-storage/v1/2.0.0/README.md index 5e30c031814..426579bb609 100644 --- a/clients/google-api-services-storage/v1/2.0.0/README.md +++ b/clients/google-api-services-storage/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-storage - v1-rev20230914-2.0.0 + v1-rev20230922-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-storage:v1-rev20230914-2.0.0' + implementation 'com.google.apis:google-api-services-storage:v1-rev20230922-2.0.0' } ``` diff --git a/clients/google-api-services-storage/v1/2.0.0/com/google/api/services/storage/Storage.java b/clients/google-api-services-storage/v1/2.0.0/com/google/api/services/storage/Storage.java index bd1a8a54df5..3ea8e6a224c 100644 --- a/clients/google-api-services-storage/v1/2.0.0/com/google/api/services/storage/Storage.java +++ b/clients/google-api-services-storage/v1/2.0.0/com/google/api/services/storage/Storage.java @@ -8394,6 +8394,29 @@ public Restore setObject(java.lang.String object__) { return this; } + /** + * If true, copies the source object's ACL; otherwise, uses the bucket's default object ACL. + * The default is false. + */ + @com.google.api.client.util.Key + private java.lang.Boolean copySourceAcl; + + /** If true, copies the source object's ACL; otherwise, uses the bucket's default object ACL. The + default is false. + */ + public java.lang.Boolean getCopySourceAcl() { + return copySourceAcl; + } + + /** + * If true, copies the source object's ACL; otherwise, uses the bucket's default object ACL. + * The default is false. + */ + public Restore setCopySourceAcl(java.lang.Boolean copySourceAcl) { + this.copySourceAcl = copySourceAcl; + return this; + } + /** Selects a specific revision of this object. */ @com.google.api.client.util.Key private java.lang.Long generation; diff --git a/clients/google-api-services-storage/v1/2.0.0/pom.xml b/clients/google-api-services-storage/v1/2.0.0/pom.xml index 6cdd1b68d7e..0fee37e97d5 100644 --- a/clients/google-api-services-storage/v1/2.0.0/pom.xml +++ b/clients/google-api-services-storage/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-storage - v1-rev20230914-2.0.0 - Cloud Storage JSON API v1-rev20230914-2.0.0 + v1-rev20230922-2.0.0 + Cloud Storage JSON API v1-rev20230922-2.0.0 jar 2011