Skip to content

Commit 38bdf0c

Browse files
1 parent 95db028 commit 38bdf0c

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

clients/google-api-services-serviceusage/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-serviceusage</artifactId>
25-
<version>v1beta1-rev20240414-2.0.0</version>
25+
<version>v1beta1-rev20240429-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20240414-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20240429-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceusage/v1beta1/2.0.0/com/google/api/services/serviceusage/v1beta1/model/Endpoint.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
public final class Endpoint extends com.google.api.client.json.GenericJson {
4040

4141
/**
42-
* Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using
43-
* aliases, please specify multiple google.api.Endpoint for each of the intended aliases.
44-
* Additional names that this endpoint will be hosted on.
42+
* Aliases for this endpoint, these will be served by the same UrlMap as the parent endpoint, and
43+
* will be provisioned in the GCP stack for the Regional Endpoints.
4544
* The value may be {@code null}.
4645
*/
4746
@com.google.api.client.util.Key
@@ -75,19 +74,17 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
7574
private java.lang.String target;
7675

7776
/**
78-
* Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using
79-
* aliases, please specify multiple google.api.Endpoint for each of the intended aliases.
80-
* Additional names that this endpoint will be hosted on.
77+
* Aliases for this endpoint, these will be served by the same UrlMap as the parent endpoint, and
78+
* will be provisioned in the GCP stack for the Regional Endpoints.
8179
* @return value or {@code null} for none
8280
*/
8381
public java.util.List<java.lang.String> getAliases() {
8482
return aliases;
8583
}
8684

8785
/**
88-
* Unimplemented. Dot not use. DEPRECATED: This field is no longer supported. Instead of using
89-
* aliases, please specify multiple google.api.Endpoint for each of the intended aliases.
90-
* Additional names that this endpoint will be hosted on.
86+
* Aliases for this endpoint, these will be served by the same UrlMap as the parent endpoint, and
87+
* will be provisioned in the GCP stack for the Regional Endpoints.
9188
* @param aliases aliases or {@code null} for none
9289
*/
9390
public Endpoint setAliases(java.util.List<java.lang.String> aliases) {

clients/google-api-services-serviceusage/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-serviceusage</artifactId>
11-
<version>v1beta1-rev20240414-2.0.0</version>
12-
<name>Service Usage API v1beta1-rev20240414-2.0.0</name>
11+
<version>v1beta1-rev20240429-2.0.0</version>
12+
<name>Service Usage API v1beta1-rev20240429-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-serviceusage/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-serviceusage</artifactId>
25-
<version>v1beta1-rev20240414-2.0.0</version>
25+
<version>v1beta1-rev20240429-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20240414-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20240429-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)