From 1643206884bb9c073de96ae19df0521a98ca14ff Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 9 Sep 2023 22:10:13 -0400 Subject: [PATCH] chore: regenerate metastore client (#18052) 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 ++-- .../services/metastore/v1/model/Consumer.java | 24 +++++++++++++++++++ .../v1/2.0.0/pom.xml | 4 ++-- .../v1alpha/2.0.0/README.md | 4 ++-- .../metastore/v1alpha/model/Consumer.java | 24 +++++++++++++++++++ .../v1alpha/2.0.0/pom.xml | 4 ++-- .../v1beta/2.0.0/README.md | 4 ++-- .../metastore/v1beta/model/Consumer.java | 24 +++++++++++++++++++ .../v1beta/2.0.0/pom.xml | 4 ++-- 9 files changed, 84 insertions(+), 12 deletions(-) diff --git a/clients/google-api-services-metastore/v1/2.0.0/README.md b/clients/google-api-services-metastore/v1/2.0.0/README.md index d408501d330..f0dba043261 100644 --- a/clients/google-api-services-metastore/v1/2.0.0/README.md +++ b/clients/google-api-services-metastore/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-metastore - v1-rev20230807-2.0.0 + v1-rev20230905-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-metastore:v1-rev20230807-2.0.0' + implementation 'com.google.apis:google-api-services-metastore:v1-rev20230905-2.0.0' } ``` diff --git a/clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/Consumer.java b/clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/Consumer.java index b4081ea1d98..464fc422011 100644 --- a/clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/Consumer.java +++ b/clients/google-api-services-metastore/v1/2.0.0/com/google/api/services/metastore/v1/model/Consumer.java @@ -30,6 +30,13 @@ @SuppressWarnings("javadoc") public final class Consumer extends com.google.api.client.json.GenericJson { + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String endpointLocation; + /** * Output only. The URI of the endpoint used to access the metastore service. * The value may be {@code null}. @@ -48,6 +55,23 @@ public final class Consumer extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.String subnetwork; + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * @return value or {@code null} for none + */ + public java.lang.String getEndpointLocation() { + return endpointLocation; + } + + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * @param endpointLocation endpointLocation or {@code null} for none + */ + public Consumer setEndpointLocation(java.lang.String endpointLocation) { + this.endpointLocation = endpointLocation; + return this; + } + /** * Output only. The URI of the endpoint used to access the metastore service. * @return value or {@code null} for none diff --git a/clients/google-api-services-metastore/v1/2.0.0/pom.xml b/clients/google-api-services-metastore/v1/2.0.0/pom.xml index 7ac1021a3cd..96caeaa5290 100644 --- a/clients/google-api-services-metastore/v1/2.0.0/pom.xml +++ b/clients/google-api-services-metastore/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-metastore - v1-rev20230807-2.0.0 - Dataproc Metastore API v1-rev20230807-2.0.0 + v1-rev20230905-2.0.0 + Dataproc Metastore API v1-rev20230905-2.0.0 jar 2011 diff --git a/clients/google-api-services-metastore/v1alpha/2.0.0/README.md b/clients/google-api-services-metastore/v1alpha/2.0.0/README.md index a3fbed29b10..c21e1406e0f 100644 --- a/clients/google-api-services-metastore/v1alpha/2.0.0/README.md +++ b/clients/google-api-services-metastore/v1alpha/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-metastore - v1alpha-rev20230807-2.0.0 + v1alpha-rev20230905-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-metastore:v1alpha-rev20230807-2.0.0' + implementation 'com.google.apis:google-api-services-metastore:v1alpha-rev20230905-2.0.0' } ``` diff --git a/clients/google-api-services-metastore/v1alpha/2.0.0/com/google/api/services/metastore/v1alpha/model/Consumer.java b/clients/google-api-services-metastore/v1alpha/2.0.0/com/google/api/services/metastore/v1alpha/model/Consumer.java index 73b2b6f801a..bfd7549cf56 100644 --- a/clients/google-api-services-metastore/v1alpha/2.0.0/com/google/api/services/metastore/v1alpha/model/Consumer.java +++ b/clients/google-api-services-metastore/v1alpha/2.0.0/com/google/api/services/metastore/v1alpha/model/Consumer.java @@ -30,6 +30,13 @@ @SuppressWarnings("javadoc") public final class Consumer extends com.google.api.client.json.GenericJson { + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String endpointLocation; + /** * Output only. The URI of the endpoint used to access the metastore service. * The value may be {@code null}. @@ -48,6 +55,23 @@ public final class Consumer extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.String subnetwork; + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * @return value or {@code null} for none + */ + public java.lang.String getEndpointLocation() { + return endpointLocation; + } + + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * @param endpointLocation endpointLocation or {@code null} for none + */ + public Consumer setEndpointLocation(java.lang.String endpointLocation) { + this.endpointLocation = endpointLocation; + return this; + } + /** * Output only. The URI of the endpoint used to access the metastore service. * @return value or {@code null} for none diff --git a/clients/google-api-services-metastore/v1alpha/2.0.0/pom.xml b/clients/google-api-services-metastore/v1alpha/2.0.0/pom.xml index 7a903803340..fe1b771ef75 100644 --- a/clients/google-api-services-metastore/v1alpha/2.0.0/pom.xml +++ b/clients/google-api-services-metastore/v1alpha/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-metastore - v1alpha-rev20230807-2.0.0 - Dataproc Metastore API v1alpha-rev20230807-2.0.0 + v1alpha-rev20230905-2.0.0 + Dataproc Metastore API v1alpha-rev20230905-2.0.0 jar 2011 diff --git a/clients/google-api-services-metastore/v1beta/2.0.0/README.md b/clients/google-api-services-metastore/v1beta/2.0.0/README.md index b4653d4a906..1965533866f 100644 --- a/clients/google-api-services-metastore/v1beta/2.0.0/README.md +++ b/clients/google-api-services-metastore/v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-metastore - v1beta-rev20230807-2.0.0 + v1beta-rev20230905-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-metastore:v1beta-rev20230807-2.0.0' + implementation 'com.google.apis:google-api-services-metastore:v1beta-rev20230905-2.0.0' } ``` diff --git a/clients/google-api-services-metastore/v1beta/2.0.0/com/google/api/services/metastore/v1beta/model/Consumer.java b/clients/google-api-services-metastore/v1beta/2.0.0/com/google/api/services/metastore/v1beta/model/Consumer.java index 2441b09216d..063704a4734 100644 --- a/clients/google-api-services-metastore/v1beta/2.0.0/com/google/api/services/metastore/v1beta/model/Consumer.java +++ b/clients/google-api-services-metastore/v1beta/2.0.0/com/google/api/services/metastore/v1beta/model/Consumer.java @@ -30,6 +30,13 @@ @SuppressWarnings("javadoc") public final class Consumer extends com.google.api.client.json.GenericJson { + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String endpointLocation; + /** * Output only. The URI of the endpoint used to access the metastore service. * The value may be {@code null}. @@ -48,6 +55,23 @@ public final class Consumer extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.String subnetwork; + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * @return value or {@code null} for none + */ + public java.lang.String getEndpointLocation() { + return endpointLocation; + } + + /** + * Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. + * @param endpointLocation endpointLocation or {@code null} for none + */ + public Consumer setEndpointLocation(java.lang.String endpointLocation) { + this.endpointLocation = endpointLocation; + return this; + } + /** * Output only. The URI of the endpoint used to access the metastore service. * @return value or {@code null} for none diff --git a/clients/google-api-services-metastore/v1beta/2.0.0/pom.xml b/clients/google-api-services-metastore/v1beta/2.0.0/pom.xml index 9cfe761aeba..2612e4bcb4f 100644 --- a/clients/google-api-services-metastore/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-metastore/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-metastore - v1beta-rev20230807-2.0.0 - Dataproc Metastore API v1beta-rev20230807-2.0.0 + v1beta-rev20230905-2.0.0 + Dataproc Metastore API v1beta-rev20230905-2.0.0 jar 2011