Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [Billing] Genereal documentation improvements #7454

Merged
merged 2 commits into from
Jun 21, 2024
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
2 changes: 1 addition & 1 deletion Billing/samples/V1/CloudCatalogClient/list_skus.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Lists all publicly available SKUs for a given cloud service.
*
* @param string $formattedParent The name of the service.
* Example: "services/DA34-426B-A397"
* Example: "services/6F81-5844-456A"
* Please see {@see CloudCatalogClient::serviceName()} for help formatting this field.
*/
function list_skus_sample(string $formattedParent): void
Expand Down
2 changes: 1 addition & 1 deletion Billing/src/V1/Gapic/CloudCatalogGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public function listServices(array $optionalArgs = [])
* ```
*
* @param string $parent Required. The name of the service.
* Example: "services/DA34-426B-A397"
* Example: "services/6F81-5844-456A"
* @param array $optionalArgs {
* Optional.
*
Expand Down
10 changes: 5 additions & 5 deletions Billing/src/V1/ListSkusRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Billing/src/V1/Service.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Billing/src/V1/Sku.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading