Skip to content

Commit f81b7bd

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 407854413
1 parent 9e6c8c6 commit f81b7bd

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

google/cloud/resourcemanager/v3/folders.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
//

google/cloud/resourcemanager/v3/organizations.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

google/cloud/resourcemanager/v3/projects.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
//

0 commit comments

Comments
 (0)