File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,9 @@ class BackendRule extends \Google\Model
9494 protected $ overridesByRequestProtocolType = BackendRule::class;
9595 protected $ overridesByRequestProtocolDataType = 'map ' ;
9696 /**
97- * no-lint
97+ * Path translation specifies how to combine the backend address with the
98+ * request path in order to produce the appropriate forwarding URL for the
99+ * request. See PathTranslation for more details.
98100 *
99101 * @var string
100102 */
@@ -241,7 +243,9 @@ public function getOverridesByRequestProtocol()
241243 return $ this ->overridesByRequestProtocol ;
242244 }
243245 /**
244- * no-lint
246+ * Path translation specifies how to combine the backend address with the
247+ * request path in order to produce the appropriate forwarding URL for the
248+ * request. See PathTranslation for more details.
245249 *
246250 * Accepted values: PATH_TRANSLATION_UNSPECIFIED, CONSTANT_ADDRESS,
247251 * APPEND_PATH_TO_ADDRESS
Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ public function getReferenceDocsUri()
7373 return $ this ->referenceDocsUri ;
7474 }
7575 /**
76- * Configuration for which RPCs should be generated in the GAPIC client.
76+ * Configuration for which RPCs should be generated in the GAPIC client. Note:
77+ * This field should not be used in most cases.
7778 *
7879 * @param SelectiveGapicGeneration $selectiveGapicGeneration
7980 */
Original file line number Diff line number Diff line change @@ -278,13 +278,7 @@ 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. 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.).
281+ * defined APIs.
288282 *
289283 * @param Endpoint[] $endpoints
290284 */
You can’t perform that action at this time.
0 commit comments