Skip to content

Commit

Permalink
docs: fix docstring formatting (#378)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 406427586

Source-Link: googleapis/googleapis@c2b080f

Source-Link: googleapis/googleapis-gen@1b459e2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWI0NTllMjhkMDdhZjdhMGM1NWQ2NWEyMGVhNDVlYjExNmQxODY4YyJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 1, 2021
1 parent afbaec2 commit 2452fdf
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ message 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 @@ -533,7 +533,7 @@ message 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
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ message 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 @@ -557,7 +557,7 @@ message 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
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ message SearchProfilesRequest {
//
// 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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function main(parent, requestMetadata) {
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
* matching entities within each bucket.
* 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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function main(parent, requestMetadata) {
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
* matching entities within each bucket.
* 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
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function main(parent, requestMetadata) {
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
* matching entities within each bucket.
* 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
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function main(parent, requestMetadata) {
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
* matching entities within each bucket.
* 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
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function main(parent, requestMetadata) {
* The expression syntax looks like a function definition with parameters.
* Function syntax: function_name(histogram_facet[, list of buckets])
* 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
4 changes: 2 additions & 2 deletions packages/google-cloud-talent/src/v4/job_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ export class JobServiceClient {
*
* Data types:
*
* * Histogram facet: facet names with format {@link a-zA-Z0-9_|a-zA-Z}+.
* * Histogram facet: facet names with format `{@link a-zA-Z0-9_|a-zA-Z}+`.
* * 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 Expand Up @@ -1148,7 +1148,7 @@ export class JobServiceClient {
*
* Data types:
*
* * Histogram facet: facet names with format {@link a-zA-Z0-9_|a-zA-Z}+.
* * Histogram facet: facet names with format `{@link a-zA-Z0-9_|a-zA-Z}+`.
* * 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
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ export class JobServiceClient {
*
* Data types:
*
* * Histogram facet: facet names with format {@link a-zA-Z0-9_|a-zA-Z}+.
* * Histogram facet: facet names with format `{@link a-zA-Z0-9_|a-zA-Z}+`.
* * 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 Expand Up @@ -1276,7 +1276,7 @@ export class JobServiceClient {
*
* Data types:
*
* * Histogram facet: facet names with format {@link a-zA-Z0-9_|a-zA-Z}+.
* * Histogram facet: facet names with format `{@link a-zA-Z0-9_|a-zA-Z}+`.
* * 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
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ export class ProfileServiceClient {
*
* Data types:
*
* * Histogram facet: facet names with format {@link a-zA-Z0-9_|a-zA-Z}+.
* * Histogram facet: facet names with format `{@link a-zA-Z0-9_|a-zA-Z}+`.
* * 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

0 comments on commit 2452fdf

Please sign in to comment.