File tree Expand file tree Collapse file tree
google/cloud/resourcemanager/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -390,11 +390,13 @@ message SearchFoldersRequest {
390390 // The `displayName` field in a query expression should use escaped quotes
391391 // for values that include whitespace to prevent unexpected behavior.
392392 //
393+ // ```
393394 // | Field | Description |
394395 // |-------------------------|----------------------------------------|
395396 // | displayName | Filters by displayName. |
396397 // | parent | Filters by parent (for example: folders/123). |
397398 // | state, lifecycleState | Filters by state. |
399+ // ```
398400 //
399401 // Some example queries are:
400402 //
Original file line number Diff line number Diff line change @@ -192,12 +192,13 @@ message SearchOrganizationsRequest {
192192 // Optional. An optional query string used to filter the Organizations to return in
193193 // the response. Query rules are case-insensitive.
194194 //
195- //
195+ // ```
196196 // | Field | Description |
197197 // |------------------|--------------------------------------------|
198198 // | directoryCustomerId, owner.directoryCustomerId | Filters by directory
199199 // customer id. |
200200 // | domain | Filters by domain. |
201+ // ```
201202 //
202203 // Organizations may be queried by `directoryCustomerId` or by
203204 // `domain`, where the domain is a G Suite domain, for example:
Original file line number Diff line number Diff line change @@ -447,6 +447,7 @@ message SearchProjectsRequest {
447447 // included in the query, the it will return results that match any of the
448448 // fields. Some eligible fields are:
449449 //
450+ // ```
450451 // | Field | Description |
451452 // |-------------------------|----------------------------------------------|
452453 // | displayName, name | Filters by displayName. |
@@ -459,6 +460,7 @@ message SearchProjectsRequest {
459460 // | labels | Filters by label name or value. |
460461 // | labels.<key> (where *key* is the name of a label) | Filters by label
461462 // name. |
463+ // ```
462464 //
463465 // Search expressions are case insensitive.
464466 //
You can’t perform that action at this time.
0 commit comments