You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/ServiceManagement.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class ServiceManagement extends com.google.api.client.googleapis.services
Copy file name to clipboardExpand all lines: clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/Service.java
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,12 @@ public final class Service extends com.google.api.client.json.GenericJson {
131
131
132
132
/**
133
133
* 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.).
135
140
* The value may be {@code null}.
136
141
*/
137
142
@com.google.api.client.util.Key
@@ -210,7 +215,7 @@ public final class Service extends com.google.api.client.json.GenericJson {
210
215
211
216
/**
212
217
* 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.
214
219
* The value may be {@code null}.
215
220
*/
216
221
@com.google.api.client.util.Key
@@ -494,7 +499,12 @@ public Service setDocumentation(Documentation documentation) {
494
499
495
500
/**
496
501
* 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.).
498
508
* @return value or {@code null} for none
499
509
*/
500
510
publicjava.util.List<Endpoint> getEndpoints() {
@@ -503,7 +513,12 @@ public java.util.List<Endpoint> getEndpoints() {
503
513
504
514
/**
505
515
* 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.).
507
522
* @param endpoints endpoints or {@code null} for none
0 commit comments