Skip to content

Commit 800cb54

Browse files
docs: fix minor docstring formatting (#8756)
* docs: fix minor docstring formatting PiperOrigin-RevId: 487258346 Source-Link: googleapis/googleapis@6e1a5a0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/966c9cd89b65e8132c087344883d02b788c137a0 Copy-Tag: eyJwIjoiamF2YS1jb250ZW50d2FyZWhvdXNlLy5Pd2xCb3QueWFtbCIsImgiOiI5NjZjOWNkODliNjVlODEzMmMwODczNDQ4ODNkMDJiNzg4YzEzN2EwIn0= * 🦉 Updates from OwlBot post-processor 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 e170de2 commit 800cb54

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/SearchDocumentsRequest.java

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
405405
* Data types:
406406
* * Histogram facet (aka filterable properties): Facet names with format
407407
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
408-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
408+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
409409
* facet, then the parent hierarchy needs to be specified separated by
410410
* dots in the prefix after the schema id. Thus, the format for a multi-
411411
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -441,7 +441,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
441441
* Data types:
442442
* * Histogram facet (aka filterable properties): Facet names with format
443443
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
444-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
444+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
445445
* facet, then the parent hierarchy needs to be specified separated by
446446
* dots in the prefix after the schema id. Thus, the format for a multi-
447447
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -477,7 +477,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
477477
* Data types:
478478
* * Histogram facet (aka filterable properties): Facet names with format
479479
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
480-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
480+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
481481
* facet, then the parent hierarchy needs to be specified separated by
482482
* dots in the prefix after the schema id. Thus, the format for a multi-
483483
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -512,7 +512,7 @@ public int getHistogramQueriesCount() {
512512
* Data types:
513513
* * Histogram facet (aka filterable properties): Facet names with format
514514
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
515-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
515+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
516516
* facet, then the parent hierarchy needs to be specified separated by
517517
* dots in the prefix after the schema id. Thus, the format for a multi-
518518
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -547,7 +547,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery getHistogramQueries(i
547547
* Data types:
548548
* * Histogram facet (aka filterable properties): Facet names with format
549549
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
550-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
550+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
551551
* facet, then the parent hierarchy needs to be specified separated by
552552
* dots in the prefix after the schema id. Thus, the format for a multi-
553553
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2147,7 +2147,7 @@ private void ensureHistogramQueriesIsMutable() {
21472147
* Data types:
21482148
* * Histogram facet (aka filterable properties): Facet names with format
21492149
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2150-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2150+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
21512151
* facet, then the parent hierarchy needs to be specified separated by
21522152
* dots in the prefix after the schema id. Thus, the format for a multi-
21532153
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2186,7 +2186,7 @@ private void ensureHistogramQueriesIsMutable() {
21862186
* Data types:
21872187
* * Histogram facet (aka filterable properties): Facet names with format
21882188
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2189-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2189+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
21902190
* facet, then the parent hierarchy needs to be specified separated by
21912191
* dots in the prefix after the schema id. Thus, the format for a multi-
21922192
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2224,7 +2224,7 @@ public int getHistogramQueriesCount() {
22242224
* Data types:
22252225
* * Histogram facet (aka filterable properties): Facet names with format
22262226
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2227-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2227+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
22282228
* facet, then the parent hierarchy needs to be specified separated by
22292229
* dots in the prefix after the schema id. Thus, the format for a multi-
22302230
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2262,7 +2262,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery getHistogramQueries(i
22622262
* Data types:
22632263
* * Histogram facet (aka filterable properties): Facet names with format
22642264
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2265-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2265+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
22662266
* facet, then the parent hierarchy needs to be specified separated by
22672267
* dots in the prefix after the schema id. Thus, the format for a multi-
22682268
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2307,7 +2307,7 @@ public Builder setHistogramQueries(
23072307
* Data types:
23082308
* * Histogram facet (aka filterable properties): Facet names with format
23092309
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2310-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2310+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
23112311
* facet, then the parent hierarchy needs to be specified separated by
23122312
* dots in the prefix after the schema id. Thus, the format for a multi-
23132313
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2349,7 +2349,7 @@ public Builder setHistogramQueries(
23492349
* Data types:
23502350
* * Histogram facet (aka filterable properties): Facet names with format
23512351
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2352-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2352+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
23532353
* facet, then the parent hierarchy needs to be specified separated by
23542354
* dots in the prefix after the schema id. Thus, the format for a multi-
23552355
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2393,7 +2393,7 @@ public Builder addHistogramQueries(com.google.cloud.contentwarehouse.v1.Histogra
23932393
* Data types:
23942394
* * Histogram facet (aka filterable properties): Facet names with format
23952395
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2396-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2396+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
23972397
* facet, then the parent hierarchy needs to be specified separated by
23982398
* dots in the prefix after the schema id. Thus, the format for a multi-
23992399
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2438,7 +2438,7 @@ public Builder addHistogramQueries(
24382438
* Data types:
24392439
* * Histogram facet (aka filterable properties): Facet names with format
24402440
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2441-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2441+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
24422442
* facet, then the parent hierarchy needs to be specified separated by
24432443
* dots in the prefix after the schema id. Thus, the format for a multi-
24442444
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2480,7 +2480,7 @@ public Builder addHistogramQueries(
24802480
* Data types:
24812481
* * Histogram facet (aka filterable properties): Facet names with format
24822482
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2483-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2483+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
24842484
* facet, then the parent hierarchy needs to be specified separated by
24852485
* dots in the prefix after the schema id. Thus, the format for a multi-
24862486
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2522,7 +2522,7 @@ public Builder addHistogramQueries(
25222522
* Data types:
25232523
* * Histogram facet (aka filterable properties): Facet names with format
25242524
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2525-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2525+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
25262526
* facet, then the parent hierarchy needs to be specified separated by
25272527
* dots in the prefix after the schema id. Thus, the format for a multi-
25282528
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2564,7 +2564,7 @@ public Builder addAllHistogramQueries(
25642564
* Data types:
25652565
* * Histogram facet (aka filterable properties): Facet names with format
25662566
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2567-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2567+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
25682568
* facet, then the parent hierarchy needs to be specified separated by
25692569
* dots in the prefix after the schema id. Thus, the format for a multi-
25702570
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2605,7 +2605,7 @@ public Builder clearHistogramQueries() {
26052605
* Data types:
26062606
* * Histogram facet (aka filterable properties): Facet names with format
26072607
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2608-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2608+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
26092609
* facet, then the parent hierarchy needs to be specified separated by
26102610
* dots in the prefix after the schema id. Thus, the format for a multi-
26112611
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2646,7 +2646,7 @@ public Builder removeHistogramQueries(int index) {
26462646
* Data types:
26472647
* * Histogram facet (aka filterable properties): Facet names with format
26482648
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2649-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2649+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
26502650
* facet, then the parent hierarchy needs to be specified separated by
26512651
* dots in the prefix after the schema id. Thus, the format for a multi-
26522652
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2681,7 +2681,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
26812681
* Data types:
26822682
* * Histogram facet (aka filterable properties): Facet names with format
26832683
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2684-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2684+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
26852685
* facet, then the parent hierarchy needs to be specified separated by
26862686
* dots in the prefix after the schema id. Thus, the format for a multi-
26872687
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2720,7 +2720,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
27202720
* Data types:
27212721
* * Histogram facet (aka filterable properties): Facet names with format
27222722
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2723-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2723+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
27242724
* facet, then the parent hierarchy needs to be specified separated by
27252725
* dots in the prefix after the schema id. Thus, the format for a multi-
27262726
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2759,7 +2759,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
27592759
* Data types:
27602760
* * Histogram facet (aka filterable properties): Facet names with format
27612761
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2762-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2762+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
27632763
* facet, then the parent hierarchy needs to be specified separated by
27642764
* dots in the prefix after the schema id. Thus, the format for a multi-
27652765
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2795,7 +2795,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
27952795
* Data types:
27962796
* * Histogram facet (aka filterable properties): Facet names with format
27972797
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2798-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2798+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
27992799
* facet, then the parent hierarchy needs to be specified separated by
28002800
* dots in the prefix after the schema id. Thus, the format for a multi-
28012801
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -2832,7 +2832,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder addHistogramQ
28322832
* Data types:
28332833
* * Histogram facet (aka filterable properties): Facet names with format
28342834
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
2835-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
2835+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
28362836
* facet, then the parent hierarchy needs to be specified separated by
28372837
* dots in the prefix after the schema id. Thus, the format for a multi-
28382838
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.

java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/SearchDocumentsRequestOrBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public interface SearchDocumentsRequestOrBuilder
247247
* Data types:
248248
* * Histogram facet (aka filterable properties): Facet names with format
249249
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
250-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
250+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
251251
* facet, then the parent hierarchy needs to be specified separated by
252252
* dots in the prefix after the schema id. Thus, the format for a multi-
253253
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -279,7 +279,7 @@ public interface SearchDocumentsRequestOrBuilder
279279
* Data types:
280280
* * Histogram facet (aka filterable properties): Facet names with format
281281
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
282-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
282+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
283283
* facet, then the parent hierarchy needs to be specified separated by
284284
* dots in the prefix after the schema id. Thus, the format for a multi-
285285
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -311,7 +311,7 @@ public interface SearchDocumentsRequestOrBuilder
311311
* Data types:
312312
* * Histogram facet (aka filterable properties): Facet names with format
313313
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
314-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
314+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
315315
* facet, then the parent hierarchy needs to be specified separated by
316316
* dots in the prefix after the schema id. Thus, the format for a multi-
317317
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -343,7 +343,7 @@ public interface SearchDocumentsRequestOrBuilder
343343
* Data types:
344344
* * Histogram facet (aka filterable properties): Facet names with format
345345
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
346-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
346+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
347347
* facet, then the parent hierarchy needs to be specified separated by
348348
* dots in the prefix after the schema id. Thus, the format for a multi-
349349
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.
@@ -376,7 +376,7 @@ public interface SearchDocumentsRequestOrBuilder
376376
* Data types:
377377
* * Histogram facet (aka filterable properties): Facet names with format
378378
* &amp;lt;schema id&amp;gt;.&amp;lt;facet&amp;gt;. Facets will have the
379-
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
379+
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
380380
* facet, then the parent hierarchy needs to be specified separated by
381381
* dots in the prefix after the schema id. Thus, the format for a multi-
382382
* level facet is: &amp;lt;schema id&amp;gt;.&amp;lt;parent facet name&amp;gt;.

java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/proto/google/cloud/contentwarehouse/v1/document_service_request.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ message SearchDocumentsRequest {
204204
//
205205
// * Histogram facet (aka filterable properties): Facet names with format
206206
// &lt;schema id&gt;.&lt;facet&gt;. Facets will have the
207-
// format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
207+
// format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
208208
// facet, then the parent hierarchy needs to be specified separated by
209209
// dots in the prefix after the schema id. Thus, the format for a multi-
210210
// level facet is: &lt;schema id&gt;.&lt;parent facet name&gt;.

0 commit comments

Comments
 (0)