Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

docs: fix docstring formatting #673

Merged
merged 2 commits into from Nov 15, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -461,14 +461,14 @@ public final UnaryCallable<ListProjectsRequest, ListProjectsResponse> listProjec
* &#42;key&#42; is the name of a label) | Filters by label name. | ```
* <p>Search expressions are case insensitive.
* <p>Some examples queries:
* <p>| Query | Description |
* <p>``` | Query | Description |
* |------------------|-----------------------------------------------------| | name:how&#42;
* | The project's name starts with "how". | | name:Howl | The project's name is `Howl` or
* `howl`. | | name:HOWL | Equivalent to above. | | NAME:howl | Equivalent to above. | |
* labels.color:&#42; | The project has the label `color`. | | labels.color:red | The
* project's label `color` has the value `red`. | | labels.color:red&amp;nbsp;labels.size:big
* | The project's label `color` has the value `red` and its label `size` has the value `big`.
* |
* | ```
* <p>If no query is specified, the call will return projects for which the user has the
* `resourcemanager.projects.get` permission.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Expand Down
Expand Up @@ -152,6 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -162,6 +163,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down Expand Up @@ -206,6 +208,7 @@ public java.lang.String getQuery() {
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -216,6 +219,7 @@ public java.lang.String getQuery() {
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down Expand Up @@ -687,6 +691,7 @@ public Builder mergeFrom(
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -697,6 +702,7 @@ public Builder mergeFrom(
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down Expand Up @@ -740,6 +746,7 @@ public java.lang.String getQuery() {
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -750,6 +757,7 @@ public java.lang.String getQuery() {
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down Expand Up @@ -793,6 +801,7 @@ public com.google.protobuf.ByteString getQueryBytes() {
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -803,6 +812,7 @@ public com.google.protobuf.ByteString getQueryBytes() {
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down Expand Up @@ -845,6 +855,7 @@ public Builder setQuery(java.lang.String value) {
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -855,6 +866,7 @@ public Builder setQuery(java.lang.String value) {
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down Expand Up @@ -893,6 +905,7 @@ public Builder clearQuery() {
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -903,6 +916,7 @@ public Builder clearQuery() {
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down
Expand Up @@ -47,6 +47,7 @@ public interface SearchProjectsRequestOrBuilder
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -57,6 +58,7 @@ public interface SearchProjectsRequestOrBuilder
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down Expand Up @@ -90,6 +92,7 @@ public interface SearchProjectsRequestOrBuilder
* ```
* Search expressions are case insensitive.
* Some examples queries:
* ```
* | Query | Description |
* |------------------|-----------------------------------------------------|
* | name:how* | The project's name starts with "how". |
Expand All @@ -100,6 +103,7 @@ public interface SearchProjectsRequestOrBuilder
* | labels.color:red | The project's label `color` has the value `red`. |
* | labels.color:red&amp;nbsp;labels.size:big | The project's label `color` has
* the value `red` and its label `size` has the value `big`. |
* ```
* If no query is specified, the call will return projects for which the user
* has the `resourcemanager.projects.get` permission.
* </pre>
Expand Down
Expand Up @@ -466,6 +466,7 @@ message SearchProjectsRequest {
//
// Some examples queries:
//
// ```
// | Query | Description |
// |------------------|-----------------------------------------------------|
// | name:how* | The project's name starts with "how". |
Expand All @@ -476,6 +477,7 @@ message SearchProjectsRequest {
// | labels.color:red | The project's label `color` has the value `red`. |
// | labels.color:red&nbsp;labels.size:big | The project's label `color` has
// the value `red` and its label `size` has the value `big`. |
// ```
//
// If no query is specified, the call will return projects for which the user
// has the `resourcemanager.projects.get` permission.
Expand Down