Skip to content

Commit

Permalink
docs: fix docstring formatting (#4703)
Browse files Browse the repository at this point in the history
Committer: @parthea
PiperOrigin-RevId: 407854413

Source-Author: Google APIs <[email protected]>
Source-Date: Fri Nov 5 10:31:02 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: f81b7bd47b8168728581c10cc631ecfd237274d6
Source-Link: googleapis/googleapis@f81b7bd
  • Loading branch information
yoshi-automation authored Nov 10, 2021
1 parent 67c78ff commit 8ac3468
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ResourceManager/src/V3/Gapic/FoldersGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -814,11 +814,13 @@ public function moveFolder($name, $destinationParent, array $optionalArgs = [])
* The `displayName` field in a query expression should use escaped quotes
* for values that include whitespace to prevent unexpected behavior.
*
* ```
* | Field | Description |
* |-------------------------|----------------------------------------|
* | displayName | Filters by displayName. |
* | parent | Filters by parent (for example: folders/123). |
* | state, lifecycleState | Filters by state. |
* ```
*
* Some example queries are:
*
Expand Down
3 changes: 2 additions & 1 deletion ResourceManager/src/V3/Gapic/OrganizationsGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,13 @@ public function getOrganization($name, array $optionalArgs = [])
* Optional. An optional query string used to filter the Organizations to return in
* the response. Query rules are case-insensitive.
*
*
* ```
* | Field | Description |
* |------------------|--------------------------------------------|
* | directoryCustomerId, owner.directoryCustomerId | Filters by directory
* customer id. |
* | domain | Filters by domain. |
* ```
*
* Organizations may be queried by `directoryCustomerId` or by
* `domain`, where the domain is a G Suite domain, for example:
Expand Down
2 changes: 2 additions & 0 deletions ResourceManager/src/V3/Gapic/ProjectsGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ public function moveProject($name, $destinationParent, array $optionalArgs = [])
* included in the query, the it will return results that match any of the
* fields. Some eligible fields are:
*
* ```
* | Field | Description |
* |-------------------------|----------------------------------------------|
* | displayName, name | Filters by displayName. |
Expand All @@ -806,6 +807,7 @@ public function moveProject($name, $destinationParent, array $optionalArgs = [])
* | labels | Filters by label name or value. |
* | labels.<key> (where *key* is the name of a label) | Filters by label
* name. |
* ```
*
* Search expressions are case insensitive.
*
Expand Down
8 changes: 8 additions & 0 deletions ResourceManager/src/V3/SearchFoldersRequest.php

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

8 changes: 8 additions & 0 deletions ResourceManager/src/V3/SearchOrganizationsRequest.php

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

8 changes: 8 additions & 0 deletions ResourceManager/src/V3/SearchProjectsRequest.php

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

6 changes: 3 additions & 3 deletions ResourceManager/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-php.git",
"sha": "893fc0ae1f1bfc46e29a56e86c91570af5d5642f"
"sha": "2689a3890973dedbe2fc5b8d16cff8ef800349d4"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d2977af9e9f1fc0c9dc8368352daa032471f3c63",
"internalRef": "403132955"
"sha": "f81b7bd47b8168728581c10cc631ecfd237274d6",
"internalRef": "407854413"
}
}
],
Expand Down

0 comments on commit 8ac3468

Please sign in to comment.