Skip to content

Commit

Permalink
docs: fix docstring formatting
Browse files Browse the repository at this point in the history
Committer: @parthea
PiperOrigin-RevId: 406427586

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Oct 29 12:38:44 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: c2b080f3208bacdfe93810ac2ef14d0dcee24b1d
Source-Link: googleapis/googleapis@c2b080f
  • Loading branch information
yoshi-automation authored and jskeet committed Oct 30, 2021
1 parent 54f0341 commit 10ebf7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public sealed partial class Job : pb::IMessage<Job>
/// attributes that are not covered by the provided structured fields.
///
/// The keys of the map are strings up to 64 bytes and must match the
/// pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
/// pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
/// KEY_1_LIKE_THIS.
///
/// At most 100 filterable and at most 100 unfilterable keys are supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ public sealed partial class SearchJobsRequest : pb::IMessage<SearchJobsRequest>
///
/// Data types:
///
/// * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
/// * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
/// * String: string like "any string with backslash escape for quote(\")."
/// * Number: whole number and floating point number like 10, -1 and -0.01.
/// * List: list of elements with comma(,) separator surrounded by square
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Talent.V4/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0cfe2ce81d1b81069d62ad1c9c28d5cab21c1958"
"sha": "c2b080f3208bacdfe93810ac2ef14d0dcee24b1d"
}
}
]
Expand Down

0 comments on commit 10ebf7f

Please sign in to comment.