Skip to content

Commit

Permalink
chore: regenerate metastore client (#18052)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 10, 2023
1 parent eb5aef0 commit 1643206
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 12 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-metastore/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-metastore</artifactId>
<version>v1-rev20230807-2.0.0</version>
<version>v1-rev20230905-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-metastore/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-metastore</artifactId>
<version>v1-rev20230807-2.0.0</version>
<name>Dataproc Metastore API v1-rev20230807-2.0.0</name>
<version>v1-rev20230905-2.0.0</version>
<name>Dataproc Metastore API v1-rev20230905-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-metastore/v1alpha/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-metastore</artifactId>
<version>v1alpha-rev20230807-2.0.0</version>
<version>v1alpha-rev20230905-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-metastore/v1alpha/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-metastore</artifactId>
<version>v1alpha-rev20230807-2.0.0</version>
<name>Dataproc Metastore API v1alpha-rev20230807-2.0.0</name>
<version>v1alpha-rev20230905-2.0.0</version>
<name>Dataproc Metastore API v1alpha-rev20230905-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-metastore/v1beta/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-metastore</artifactId>
<version>v1beta-rev20230807-2.0.0</version>
<version>v1beta-rev20230905-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-metastore/v1beta/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-metastore</artifactId>
<version>v1beta-rev20230807-2.0.0</version>
<name>Dataproc Metastore API v1beta-rev20230807-2.0.0</name>
<version>v1beta-rev20230905-2.0.0</version>
<name>Dataproc Metastore API v1beta-rev20230905-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 1643206

Please sign in to comment.