Skip to content

Commit 71ef51f

Browse files
Regenerate serviceconsumermanagement client (#7888)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml
1 parent 4fed8bd commit 71ef51f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/ServiceConsumerManagement/Service.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)