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

Commit

Permalink
docs: put markdown table in a codeblock (#132)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 350414815

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jan 6 13:18:46 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 700afd1f0bafc2155bc5e891504c53d4ac9166f5
Source-Link: googleapis/googleapis@700afd1
  • Loading branch information
yoshi-automation committed Jan 7, 2021
1 parent e735df8 commit 15ccf20
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
Expand Up @@ -140,11 +140,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down Expand Up @@ -172,11 +174,13 @@ public java.lang.String getFilter() {
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down Expand Up @@ -667,11 +671,13 @@ public Builder mergeFrom(
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -698,11 +704,13 @@ public java.lang.String getFilter() {
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -729,11 +737,13 @@ public com.google.protobuf.ByteString getFilterBytes() {
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -759,11 +769,13 @@ public Builder setFilter(java.lang.String value) {
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -785,11 +797,13 @@ public Builder clearFilter() {
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Expand Up @@ -32,11 +32,13 @@ public interface ListPropertiesRequestOrBuilder
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -53,11 +55,13 @@ public interface ListPropertiesRequestOrBuilder
* `parent:`(The resource name of the parent account) or
* `firebase_project:`(The id or number of the linked firebase project).
* Some examples of filters:
* ```
* | Filter | Description |
* |-----------------------------|-------------------------------------------|
* | parent:accounts/123 | The account with account id: 123. |
* | firebase_project:project-id | The firebase project with id: project-id. |
* | firebase_project:123 | The firebase project with number: 123. |
* ```
* </pre>
*
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Expand Up @@ -650,11 +650,13 @@ message ListPropertiesRequest {
// `firebase_project:`(The id or number of the linked firebase project).
// Some examples of filters:
//
// ```
// | Filter | Description |
// |-----------------------------|-------------------------------------------|
// | parent:accounts/123 | The account with account id: 123. |
// | firebase_project:project-id | The firebase project with id: project-id. |
// | firebase_project:123 | The firebase project with number: 123. |
// ```
string filter = 1 [(google.api.field_behavior) = REQUIRED];

// The maximum number of resources to return. The service may return
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-analytics-admin.git",
"sha": "c15cb1b35dd5b6036ffead1b94af47b47d3a61fa"
"sha": "521e3966633b7a2c149377bba4c61b07e5190f90"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6d65640b1fcbdf26ea76cb720de0ac138cae9bed",
"internalRef": "347036369"
"sha": "700afd1f0bafc2155bc5e891504c53d4ac9166f5",
"internalRef": "350414815"
}
},
{
Expand Down

0 comments on commit 15ccf20

Please sign in to comment.