File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/ServiceConsumerManagement Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,13 @@ public function getDocumentation()
278278 /**
279279 * Configuration for network endpoints. If this is empty, then an endpoint
280280 * with the same name as the service is automatically generated to service all
281- * defined APIs.
281+ * defined APIs. WARNING: Defining any entries in the `endpoints` list
282+ * disables the automatic generation of default endpoint variations (e.g.,
283+ * `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and
284+ * mTLS variants like `{service}.mtls.googleapis.com`). To retain these
285+ * default variations, you are required to explicitly include your main
286+ * service endpoint (e.g., `myservice.googleapis.com`) in this list alongside
287+ * any other custom endpoints (like REP, GFE, etc.).
282288 *
283289 * @param Endpoint[] $endpoints
284290 */
@@ -398,7 +404,7 @@ public function getMetrics()
398404 }
399405 /**
400406 * Defines the monitored resources used by this service. This is required by
401- * the Service.monitoring and Service.logging configurations.
407+ * the ` Service.monitoring` and ` Service.logging` configurations.
402408 *
403409 * @param MonitoredResourceDescriptor[] $monitoredResources
404410 */
You can’t perform that action at this time.
0 commit comments