Skip to content

Commit b050766

Browse files
chore: regenerate servicenetworking client
1 parent 5ec85f7 commit b050766

File tree

8 files changed

+54
-24
lines changed

8 files changed

+54
-24
lines changed

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

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

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@ 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.
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.).
135140
* The value may be {@code null}.
136141
*/
137142
@com.google.api.client.util.Key
@@ -210,7 +215,7 @@ public final class Service extends com.google.api.client.json.GenericJson {
210215

211216
/**
212217
* Defines the monitored resources used by this service. This is required by the
213-
* Service.monitoring and Service.logging configurations.
218+
* `Service.monitoring` and `Service.logging` configurations.
214219
* The value may be {@code null}.
215220
*/
216221
@com.google.api.client.util.Key
@@ -494,7 +499,12 @@ public Service setDocumentation(Documentation documentation) {
494499

495500
/**
496501
* 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.
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.).
498508
* @return value or {@code null} for none
499509
*/
500510
public java.util.List<Endpoint> getEndpoints() {
@@ -503,7 +513,12 @@ public java.util.List<Endpoint> getEndpoints() {
503513

504514
/**
505515
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
506-
* the service is automatically generated to service all defined APIs.
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.).
507522
* @param endpoints endpoints or {@code null} for none
508523
*/
509524
public Service setEndpoints(java.util.List<Endpoint> endpoints) {
@@ -625,7 +640,7 @@ public Service setMetrics(java.util.List<MetricDescriptor> metrics) {
625640

626641
/**
627642
* Defines the monitored resources used by this service. This is required by the
628-
* Service.monitoring and Service.logging configurations.
643+
* `Service.monitoring` and `Service.logging` configurations.
629644
* @return value or {@code null} for none
630645
*/
631646
public java.util.List<MonitoredResourceDescriptor> getMonitoredResources() {
@@ -634,7 +649,7 @@ public java.util.List<MonitoredResourceDescriptor> getMonitoredResources() {
634649

635650
/**
636651
* Defines the monitored resources used by this service. This is required by the
637-
* Service.monitoring and Service.logging configurations.
652+
* `Service.monitoring` and `Service.logging` configurations.
638653
* @param monitoredResources monitoredResources or {@code null} for none
639654
*/
640655
public Service setMonitoredResources(java.util.List<MonitoredResourceDescriptor> monitoredResources) {

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
11-
<version>v1-rev20251113-2.0.0</version>
12-
<name>Service Networking API v1-rev20251113-2.0.0</name>
11+
<version>v1-rev20260119-2.0.0</version>
12+
<name>Service Networking API v1-rev20260119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20251027-2.0.0</version>
25+
<version>v1beta-rev20260119-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-servicenetworking:v1beta-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20260119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1beta/2.0.0/com/google/api/services/servicenetworking/v1beta/model/Service.java

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@ 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.
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.).
135140
* The value may be {@code null}.
136141
*/
137142
@com.google.api.client.util.Key
@@ -210,7 +215,7 @@ public final class Service extends com.google.api.client.json.GenericJson {
210215

211216
/**
212217
* Defines the monitored resources used by this service. This is required by the
213-
* Service.monitoring and Service.logging configurations.
218+
* `Service.monitoring` and `Service.logging` configurations.
214219
* The value may be {@code null}.
215220
*/
216221
@com.google.api.client.util.Key
@@ -494,7 +499,12 @@ public Service setDocumentation(Documentation documentation) {
494499

495500
/**
496501
* 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.
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.).
498508
* @return value or {@code null} for none
499509
*/
500510
public java.util.List<Endpoint> getEndpoints() {
@@ -503,7 +513,12 @@ public java.util.List<Endpoint> getEndpoints() {
503513

504514
/**
505515
* Configuration for network endpoints. If this is empty, then an endpoint with the same name as
506-
* the service is automatically generated to service all defined APIs.
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.).
507522
* @param endpoints endpoints or {@code null} for none
508523
*/
509524
public Service setEndpoints(java.util.List<Endpoint> endpoints) {
@@ -625,7 +640,7 @@ public Service setMetrics(java.util.List<MetricDescriptor> metrics) {
625640

626641
/**
627642
* Defines the monitored resources used by this service. This is required by the
628-
* Service.monitoring and Service.logging configurations.
643+
* `Service.monitoring` and `Service.logging` configurations.
629644
* @return value or {@code null} for none
630645
*/
631646
public java.util.List<MonitoredResourceDescriptor> getMonitoredResources() {
@@ -634,7 +649,7 @@ public java.util.List<MonitoredResourceDescriptor> getMonitoredResources() {
634649

635650
/**
636651
* Defines the monitored resources used by this service. This is required by the
637-
* Service.monitoring and Service.logging configurations.
652+
* `Service.monitoring` and `Service.logging` configurations.
638653
* @param monitoredResources monitoredResources or {@code null} for none
639654
*/
640655
public Service setMonitoredResources(java.util.List<MonitoredResourceDescriptor> monitoredResources) {

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
11-
<version>v1beta-rev20251027-2.0.0</version>
12-
<name>Service Networking API v1beta-rev20251027-2.0.0</name>
11+
<version>v1beta-rev20260119-2.0.0</version>
12+
<name>Service Networking API v1beta-rev20260119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20251027-2.0.0</version>
25+
<version>v1beta-rev20260119-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-servicenetworking:v1beta-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20260119-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)