Skip to content

Commit c2da548

Browse files
1 parent 37e693a commit c2da548

File tree

14 files changed

+44
-62
lines changed

14 files changed

+44
-62
lines changed

clients/google-api-services-serviceusage/v1/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>v1-rev20260317-2.0.0</version>
25+
<version>v1-rev20260403-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:v1-rev20260317-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20260403-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/BackendRule.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public final class BackendRule extends com.google.api.client.json.GenericJson {
9999
private java.util.Map<String, BackendRule> overridesByRequestProtocol;
100100

101101
/**
102-
* no-lint
102+
* Path translation specifies how to combine the backend address with the request path in order to
103+
* produce the appropriate forwarding URL for the request. See PathTranslation for more details.
103104
* The value may be {@code null}.
104105
*/
105106
@com.google.api.client.util.Key
@@ -288,15 +289,17 @@ public BackendRule setOverridesByRequestProtocol(java.util.Map<String, BackendRu
288289
}
289290

290291
/**
291-
* no-lint
292+
* Path translation specifies how to combine the backend address with the request path in order to
293+
* produce the appropriate forwarding URL for the request. See PathTranslation for more details.
292294
* @return value or {@code null} for none
293295
*/
294296
public java.lang.String getPathTranslation() {
295297
return pathTranslation;
296298
}
297299

298300
/**
299-
* no-lint
301+
* Path translation specifies how to combine the backend address with the request path in order to
302+
* produce the appropriate forwarding URL for the request. See PathTranslation for more details.
300303
* @param pathTranslation pathTranslation or {@code null} for none
301304
*/
302305
public BackendRule setPathTranslation(java.lang.String pathTranslation) {

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/CommonLanguageSettings.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class CommonLanguageSettings extends com.google.api.client.json.Gen
4545
private java.lang.String referenceDocsUri;
4646

4747
/**
48-
* Configuration for which RPCs should be generated in the GAPIC client.
48+
* Configuration for which RPCs should be generated in the GAPIC client. Note: This field should
49+
* not be used in most cases.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -88,15 +89,17 @@ public CommonLanguageSettings setReferenceDocsUri(java.lang.String referenceDocs
8889
}
8990

9091
/**
91-
* Configuration for which RPCs should be generated in the GAPIC client.
92+
* Configuration for which RPCs should be generated in the GAPIC client. Note: This field should
93+
* not be used in most cases.
9294
* @return value or {@code null} for none
9395
*/
9496
public SelectiveGapicGeneration getSelectiveGapicGeneration() {
9597
return selectiveGapicGeneration;
9698
}
9799

98100
/**
99-
* Configuration for which RPCs should be generated in the GAPIC client.
101+
* Configuration for which RPCs should be generated in the GAPIC client. Note: This field should
102+
* not be used in most cases.
100103
* @param selectiveGapicGeneration selectiveGapicGeneration or {@code null} for none
101104
*/
102105
public CommonLanguageSettings setSelectiveGapicGeneration(SelectiveGapicGeneration selectiveGapicGeneration) {

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/GoogleApiService.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,7 @@ public final class GoogleApiService extends com.google.api.client.json.GenericJs
130130

131131
/**
132132
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
133-
* the service is automatically generated to service all defined APIs. WARNING: Defining any
134-
* entries in the `endpoints` list disables the automatic generation of default endpoint
135-
* variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
136-
* variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
137-
* required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
138-
* this list alongside any other custom endpoints (like REP, GFE, etc.).
133+
* the service is automatically generated to service all defined APIs.
139134
* The value may be {@code null}.
140135
*/
141136
@com.google.api.client.util.Key
@@ -480,12 +475,7 @@ public GoogleApiService setDocumentation(Documentation documentation) {
480475

481476
/**
482477
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
483-
* the service is automatically generated to service all defined APIs. WARNING: Defining any
484-
* entries in the `endpoints` list disables the automatic generation of default endpoint
485-
* variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
486-
* variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
487-
* required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
488-
* this list alongside any other custom endpoints (like REP, GFE, etc.).
478+
* the service is automatically generated to service all defined APIs.
489479
* @return value or {@code null} for none
490480
*/
491481
public java.util.List<Endpoint> getEndpoints() {
@@ -494,12 +484,7 @@ public java.util.List<Endpoint> getEndpoints() {
494484

495485
/**
496486
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
497-
* the service is automatically generated to service all defined APIs. WARNING: Defining any
498-
* entries in the `endpoints` list disables the automatic generation of default endpoint
499-
* variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
500-
* variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
501-
* required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
502-
* this list alongside any other custom endpoints (like REP, GFE, etc.).
487+
* the service is automatically generated to service all defined APIs.
503488
* @param endpoints endpoints or {@code null} for none
504489
*/
505490
public GoogleApiService setEndpoints(java.util.List<Endpoint> endpoints) {

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/SelectiveGapicGeneration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* This message is used to configure the generation of a subset of the RPCs in a service for client
21-
* libraries.
21+
* libraries. Note: This feature should not be used in most cases.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Service Usage API. For a detailed explanation see:

clients/google-api-services-serviceusage/v1/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>v1-rev20260317-2.0.0</version>
12-
<name>Service Usage API v1-rev20260317-2.0.0</name>
11+
<version>v1-rev20260403-2.0.0</version>
12+
<name>Service Usage API v1-rev20260403-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-serviceusage/v1/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>v1-rev20260317-2.0.0</version>
25+
<version>v1-rev20260403-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:v1-rev20260317-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20260403-2.0.0'
3939
}
4040
```
4141

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-rev20260317-2.0.0</version>
25+
<version>v1beta1-rev20260403-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-rev20260317-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20260403-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ public final class BackendRule extends com.google.api.client.json.GenericJson {
9999
private java.util.Map<String, BackendRule> overridesByRequestProtocol;
100100

101101
/**
102-
* no-lint
102+
* Path translation specifies how to combine the backend address with the request path in order to
103+
* produce the appropriate forwarding URL for the request. See PathTranslation for more details.
103104
* The value may be {@code null}.
104105
*/
105106
@com.google.api.client.util.Key
@@ -288,15 +289,17 @@ public BackendRule setOverridesByRequestProtocol(java.util.Map<String, BackendRu
288289
}
289290

290291
/**
291-
* no-lint
292+
* Path translation specifies how to combine the backend address with the request path in order to
293+
* produce the appropriate forwarding URL for the request. See PathTranslation for more details.
292294
* @return value or {@code null} for none
293295
*/
294296
public java.lang.String getPathTranslation() {
295297
return pathTranslation;
296298
}
297299

298300
/**
299-
* no-lint
301+
* Path translation specifies how to combine the backend address with the request path in order to
302+
* produce the appropriate forwarding URL for the request. See PathTranslation for more details.
300303
* @param pathTranslation pathTranslation or {@code null} for none
301304
*/
302305
public BackendRule setPathTranslation(java.lang.String pathTranslation) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class CommonLanguageSettings extends com.google.api.client.json.Gen
4545
private java.lang.String referenceDocsUri;
4646

4747
/**
48-
* Configuration for which RPCs should be generated in the GAPIC client.
48+
* Configuration for which RPCs should be generated in the GAPIC client. Note: This field should
49+
* not be used in most cases.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -88,15 +89,17 @@ public CommonLanguageSettings setReferenceDocsUri(java.lang.String referenceDocs
8889
}
8990

9091
/**
91-
* Configuration for which RPCs should be generated in the GAPIC client.
92+
* Configuration for which RPCs should be generated in the GAPIC client. Note: This field should
93+
* not be used in most cases.
9294
* @return value or {@code null} for none
9395
*/
9496
public SelectiveGapicGeneration getSelectiveGapicGeneration() {
9597
return selectiveGapicGeneration;
9698
}
9799

98100
/**
99-
* Configuration for which RPCs should be generated in the GAPIC client.
101+
* Configuration for which RPCs should be generated in the GAPIC client. Note: This field should
102+
* not be used in most cases.
100103
* @param selectiveGapicGeneration selectiveGapicGeneration or {@code null} for none
101104
*/
102105
public CommonLanguageSettings setSelectiveGapicGeneration(SelectiveGapicGeneration selectiveGapicGeneration) {

0 commit comments

Comments
 (0)