Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/ServiceManagement/BackendRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ class BackendRule extends \Google\Model
protected $overridesByRequestProtocolType = BackendRule::class;
protected $overridesByRequestProtocolDataType = 'map';
/**
* no-lint
* Path translation specifies how to combine the backend address with the
* request path in order to produce the appropriate forwarding URL for the
* request. See PathTranslation for more details.
*
* @var string
*/
Expand Down Expand Up @@ -241,7 +243,9 @@ public function getOverridesByRequestProtocol()
return $this->overridesByRequestProtocol;
}
/**
* no-lint
* Path translation specifies how to combine the backend address with the
* request path in order to produce the appropriate forwarding URL for the
* request. See PathTranslation for more details.
*
* Accepted values: PATH_TRANSLATION_UNSPECIFIED, CONSTANT_ADDRESS,
* APPEND_PATH_TO_ADDRESS
Expand Down
3 changes: 2 additions & 1 deletion src/ServiceManagement/CommonLanguageSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ public function getReferenceDocsUri()
return $this->referenceDocsUri;
}
/**
* Configuration for which RPCs should be generated in the GAPIC client.
* Configuration for which RPCs should be generated in the GAPIC client. Note:
* This field should not be used in most cases.
*
* @param SelectiveGapicGeneration $selectiveGapicGeneration
*/
Expand Down
8 changes: 1 addition & 7 deletions src/ServiceManagement/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,7 @@ public function getDocumentation()
/**
* Configuration for network endpoints. If this is empty, then an endpoint
* with the same name as the service is automatically generated to service all
* defined APIs. WARNING: Defining any entries in the `endpoints` list
* disables the automatic generation of default endpoint variations (e.g.,
* `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and
* mTLS variants like `{service}.mtls.googleapis.com`). To retain these
* default variations, you are required to explicitly include your main
* service endpoint (e.g., `myservice.googleapis.com`) in this list alongside
* any other custom endpoints (like REP, GFE, etc.).
* defined APIs.
*
* @param Endpoint[] $endpoints
*/
Expand Down
Loading