Skip to content

Commit 37e693a

Browse files
chore: regenerate serviceconsumermanagement client (googleapis#31476)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent ec7bbc7 commit 37e693a

File tree

14 files changed

+44
-62
lines changed

14 files changed

+44
-62
lines changed

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

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

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

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

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

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

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

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

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

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

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

clients/google-api-services-serviceconsumermanagement/v1/2.0.0/com/google/api/services/serviceconsumermanagement/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 Consumer Management API. For a detailed

clients/google-api-services-serviceconsumermanagement/v1/2.0.0/com/google/api/services/serviceconsumermanagement/v1/model/Service.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,7 @@ public final class Service extends com.google.api.client.json.GenericJson {
131131

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

500495
/**
501496
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
502-
* the service is automatically generated to service all defined APIs. WARNING: Defining any
503-
* entries in the `endpoints` list disables the automatic generation of default endpoint
504-
* variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
505-
* variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
506-
* required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
507-
* this list alongside any other custom endpoints (like REP, GFE, etc.).
497+
* the service is automatically generated to service all defined APIs.
508498
* @return value or {@code null} for none
509499
*/
510500
public java.util.List<Endpoint> getEndpoints() {
@@ -513,12 +503,7 @@ public java.util.List<Endpoint> getEndpoints() {
513503

514504
/**
515505
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
516-
* the service is automatically generated to service all defined APIs. WARNING: Defining any
517-
* entries in the `endpoints` list disables the automatic generation of default endpoint
518-
* variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS
519-
* variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are
520-
* required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in
521-
* this list alongside any other custom endpoints (like REP, GFE, etc.).
506+
* the service is automatically generated to service all defined APIs.
522507
* @param endpoints endpoints or {@code null} for none
523508
*/
524509
public Service setEndpoints(java.util.List<Endpoint> endpoints) {

clients/google-api-services-serviceconsumermanagement/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-serviceconsumermanagement</artifactId>
11-
<version>v1-rev20260210-2.0.0</version>
12-
<name>Service Consumer Management API v1-rev20260210-2.0.0</name>
11+
<version>v1-rev20260403-2.0.0</version>
12+
<name>Service Consumer Management API v1-rev20260403-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)