Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix minor docstring formatting #8756

Merged
merged 2 commits into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -441,7 +441,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -477,7 +477,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -512,7 +512,7 @@ public int getHistogramQueriesCount() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -547,7 +547,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery getHistogramQueries(i
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2147,7 +2147,7 @@ private void ensureHistogramQueriesIsMutable() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2186,7 +2186,7 @@ private void ensureHistogramQueriesIsMutable() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2224,7 +2224,7 @@ public int getHistogramQueriesCount() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2262,7 +2262,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery getHistogramQueries(i
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2307,7 +2307,7 @@ public Builder setHistogramQueries(
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2349,7 +2349,7 @@ public Builder setHistogramQueries(
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2393,7 +2393,7 @@ public Builder addHistogramQueries(com.google.cloud.contentwarehouse.v1.Histogra
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2438,7 +2438,7 @@ public Builder addHistogramQueries(
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2480,7 +2480,7 @@ public Builder addHistogramQueries(
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2522,7 +2522,7 @@ public Builder addHistogramQueries(
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2564,7 +2564,7 @@ public Builder addAllHistogramQueries(
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2605,7 +2605,7 @@ public Builder clearHistogramQueries() {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2646,7 +2646,7 @@ public Builder removeHistogramQueries(int index) {
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2681,7 +2681,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2720,7 +2720,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2759,7 +2759,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2795,7 +2795,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder getHistogramQ
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -2832,7 +2832,7 @@ public com.google.cloud.contentwarehouse.v1.HistogramQuery.Builder addHistogramQ
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public interface SearchDocumentsRequestOrBuilder
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -279,7 +279,7 @@ public interface SearchDocumentsRequestOrBuilder
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -311,7 +311,7 @@ public interface SearchDocumentsRequestOrBuilder
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -343,7 +343,7 @@ public interface SearchDocumentsRequestOrBuilder
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down Expand Up @@ -376,7 +376,7 @@ public interface SearchDocumentsRequestOrBuilder
* Data types:
* * Histogram facet (aka filterable properties): Facet names with format
* <schema id>.<facet>. Facets will have the
* format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
* format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
* facet, then the parent hierarchy needs to be specified separated by
* dots in the prefix after the schema id. Thus, the format for a multi-
* level facet is: <schema id>.<parent facet name>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ message SearchDocumentsRequest {
//
// * Histogram facet (aka filterable properties): Facet names with format
// <schema id>.<facet>. Facets will have the
// format of: [a-zA-Z][a-zA-Z0-9_:/-.]. If the facet is a child
// format of: `[a-zA-Z][a-zA-Z0-9_:/-.]`. If the facet is a child
// facet, then the parent hierarchy needs to be specified separated by
// dots in the prefix after the schema id. Thus, the format for a multi-
// level facet is: <schema id>.<parent facet name>.
Expand Down