Skip to content

Commit 2452fdf

Browse files
docs: fix docstring formatting (#378)
* 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>
1 parent afbaec2 commit 2452fdf

13 files changed

Lines changed: 15 additions & 15 deletions

packages/google-cloud-talent/protos/google/cloud/talent/v4/job.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ message Job {
187187
// attributes that are not covered by the provided structured fields.
188188
//
189189
// The keys of the map are strings up to 64 bytes and must match the
190-
// pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
190+
// pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
191191
// KEY_1_LIKE_THIS.
192192
//
193193
// At most 100 filterable and at most 100 unfilterable keys are supported.

packages/google-cloud-talent/protos/google/cloud/talent/v4/job_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ message SearchJobsRequest {
533533
//
534534
// Data types:
535535
//
536-
// * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
536+
// * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
537537
// * String: string like "any string with backslash escape for quote(\")."
538538
// * Number: whole number and floating point number like 10, -1 and -0.01.
539539
// * List: list of elements with comma(,) separator surrounded by square

packages/google-cloud-talent/protos/google/cloud/talent/v4beta1/job.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ message Job {
186186
// attributes that are not covered by the provided structured fields.
187187
//
188188
// The keys of the map are strings up to 64 bytes and must match the
189-
// pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
189+
// pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
190190
// KEY_1_LIKE_THIS.
191191
//
192192
// At most 100 filterable and at most 100 unfilterable keys are supported.

packages/google-cloud-talent/protos/google/cloud/talent/v4beta1/job_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ message SearchJobsRequest {
557557
//
558558
// Data types:
559559
//
560-
// * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
560+
// * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
561561
// * String: string like "any string with backslash escape for quote(\")."
562562
// * Number: whole number and floating point number like 10, -1 and -0.01.
563563
// * List: list of elements with comma(,) separator surrounded by square

packages/google-cloud-talent/protos/google/cloud/talent/v4beta1/profile_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ message SearchProfilesRequest {
309309
//
310310
// Data types:
311311
//
312-
// * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
312+
// * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
313313
// * String: string like "any string with backslash escape for quote(\")."
314314
// * Number: whole number and floating point number like 10, -1 and -0.01.
315315
// * List: list of elements with comma(,) separator surrounded by square

packages/google-cloud-talent/samples/generated/v4/job_service.search_jobs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function main(parent, requestMetadata) {
5757
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
5858
* matching entities within each bucket.
5959
* Data types:
60-
* * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
60+
* * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
6161
* * String: string like "any string with backslash escape for quote(\")."
6262
* * Number: whole number and floating point number like 10, -1 and -0.01.
6363
* * List: list of elements with comma(,) separator surrounded by square

packages/google-cloud-talent/samples/generated/v4/job_service.search_jobs_for_alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function main(parent, requestMetadata) {
5757
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
5858
* matching entities within each bucket.
5959
* Data types:
60-
* * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
60+
* * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
6161
* * String: string like "any string with backslash escape for quote(\")."
6262
* * Number: whole number and floating point number like 10, -1 and -0.01.
6363
* * List: list of elements with comma(,) separator surrounded by square

packages/google-cloud-talent/samples/generated/v4beta1/job_service.search_jobs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function main(parent, requestMetadata) {
6868
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
6969
* matching entities within each bucket.
7070
* Data types:
71-
* * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
71+
* * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
7272
* * String: string like "any string with backslash escape for quote(\")."
7373
* * Number: whole number and floating point number like 10, -1 and -0.01.
7474
* * List: list of elements with comma(,) separator surrounded by square

packages/google-cloud-talent/samples/generated/v4beta1/job_service.search_jobs_for_alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function main(parent, requestMetadata) {
6868
* * `count(numeric_histogram_facet, list of buckets)`: Count the number of
6969
* matching entities within each bucket.
7070
* Data types:
71-
* * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
71+
* * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
7272
* * String: string like "any string with backslash escape for quote(\")."
7373
* * Number: whole number and floating point number like 10, -1 and -0.01.
7474
* * List: list of elements with comma(,) separator surrounded by square

packages/google-cloud-talent/samples/generated/v4beta1/profile_service.search_profiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function main(parent, requestMetadata) {
9898
* The expression syntax looks like a function definition with parameters.
9999
* Function syntax: function_name(histogram_facet[, list of buckets])
100100
* Data types:
101-
* * Histogram facet: facet names with format [a-zA-Z][a-zA-Z0-9_]+.
101+
* * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
102102
* * String: string like "any string with backslash escape for quote(\")."
103103
* * Number: whole number and floating point number like 10, -1 and -0.01.
104104
* * List: list of elements with comma(,) separator surrounded by square

0 commit comments

Comments
 (0)