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

Commit 15ccf20

Browse files
docs: put markdown table in a codeblock (#132)
PiperOrigin-RevId: 350414815 Source-Author: Google APIs <[email protected]> Source-Date: Wed Jan 6 13:18:46 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 700afd1f0bafc2155bc5e891504c53d4ac9166f5 Source-Link: googleapis/googleapis@700afd1
1 parent e735df8 commit 15ccf20

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ListPropertiesRequest.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
140140
* `parent:`(The resource name of the parent account) or
141141
* `firebase_project:`(The id or number of the linked firebase project).
142142
* Some examples of filters:
143+
* ```
143144
* | Filter | Description |
144145
* |-----------------------------|-------------------------------------------|
145146
* | parent:accounts/123 | The account with account id: 123. |
146147
* | firebase_project:project-id | The firebase project with id: project-id. |
147148
* | firebase_project:123 | The firebase project with number: 123. |
149+
* ```
148150
* </pre>
149151
*
150152
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -172,11 +174,13 @@ public java.lang.String getFilter() {
172174
* `parent:`(The resource name of the parent account) or
173175
* `firebase_project:`(The id or number of the linked firebase project).
174176
* Some examples of filters:
177+
* ```
175178
* | Filter | Description |
176179
* |-----------------------------|-------------------------------------------|
177180
* | parent:accounts/123 | The account with account id: 123. |
178181
* | firebase_project:project-id | The firebase project with id: project-id. |
179182
* | firebase_project:123 | The firebase project with number: 123. |
183+
* ```
180184
* </pre>
181185
*
182186
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -667,11 +671,13 @@ public Builder mergeFrom(
667671
* `parent:`(The resource name of the parent account) or
668672
* `firebase_project:`(The id or number of the linked firebase project).
669673
* Some examples of filters:
674+
* ```
670675
* | Filter | Description |
671676
* |-----------------------------|-------------------------------------------|
672677
* | parent:accounts/123 | The account with account id: 123. |
673678
* | firebase_project:project-id | The firebase project with id: project-id. |
674679
* | firebase_project:123 | The firebase project with number: 123. |
680+
* ```
675681
* </pre>
676682
*
677683
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -698,11 +704,13 @@ public java.lang.String getFilter() {
698704
* `parent:`(The resource name of the parent account) or
699705
* `firebase_project:`(The id or number of the linked firebase project).
700706
* Some examples of filters:
707+
* ```
701708
* | Filter | Description |
702709
* |-----------------------------|-------------------------------------------|
703710
* | parent:accounts/123 | The account with account id: 123. |
704711
* | firebase_project:project-id | The firebase project with id: project-id. |
705712
* | firebase_project:123 | The firebase project with number: 123. |
713+
* ```
706714
* </pre>
707715
*
708716
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -729,11 +737,13 @@ public com.google.protobuf.ByteString getFilterBytes() {
729737
* `parent:`(The resource name of the parent account) or
730738
* `firebase_project:`(The id or number of the linked firebase project).
731739
* Some examples of filters:
740+
* ```
732741
* | Filter | Description |
733742
* |-----------------------------|-------------------------------------------|
734743
* | parent:accounts/123 | The account with account id: 123. |
735744
* | firebase_project:project-id | The firebase project with id: project-id. |
736745
* | firebase_project:123 | The firebase project with number: 123. |
746+
* ```
737747
* </pre>
738748
*
739749
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -759,11 +769,13 @@ public Builder setFilter(java.lang.String value) {
759769
* `parent:`(The resource name of the parent account) or
760770
* `firebase_project:`(The id or number of the linked firebase project).
761771
* Some examples of filters:
772+
* ```
762773
* | Filter | Description |
763774
* |-----------------------------|-------------------------------------------|
764775
* | parent:accounts/123 | The account with account id: 123. |
765776
* | firebase_project:project-id | The firebase project with id: project-id. |
766777
* | firebase_project:123 | The firebase project with number: 123. |
778+
* ```
767779
* </pre>
768780
*
769781
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -785,11 +797,13 @@ public Builder clearFilter() {
785797
* `parent:`(The resource name of the parent account) or
786798
* `firebase_project:`(The id or number of the linked firebase project).
787799
* Some examples of filters:
800+
* ```
788801
* | Filter | Description |
789802
* |-----------------------------|-------------------------------------------|
790803
* | parent:accounts/123 | The account with account id: 123. |
791804
* | firebase_project:project-id | The firebase project with id: project-id. |
792805
* | firebase_project:123 | The firebase project with number: 123. |
806+
* ```
793807
* </pre>
794808
*
795809
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>

proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ListPropertiesRequestOrBuilder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ public interface ListPropertiesRequestOrBuilder
3232
* `parent:`(The resource name of the parent account) or
3333
* `firebase_project:`(The id or number of the linked firebase project).
3434
* Some examples of filters:
35+
* ```
3536
* | Filter | Description |
3637
* |-----------------------------|-------------------------------------------|
3738
* | parent:accounts/123 | The account with account id: 123. |
3839
* | firebase_project:project-id | The firebase project with id: project-id. |
3940
* | firebase_project:123 | The firebase project with number: 123. |
41+
* ```
4042
* </pre>
4143
*
4244
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@@ -53,11 +55,13 @@ public interface ListPropertiesRequestOrBuilder
5355
* `parent:`(The resource name of the parent account) or
5456
* `firebase_project:`(The id or number of the linked firebase project).
5557
* Some examples of filters:
58+
* ```
5659
* | Filter | Description |
5760
* |-----------------------------|-------------------------------------------|
5861
* | parent:accounts/123 | The account with account id: 123. |
5962
* | firebase_project:project-id | The firebase project with id: project-id. |
6063
* | firebase_project:123 | The firebase project with number: 123. |
64+
* ```
6165
* </pre>
6266
*
6367
* <code>string filter = 1 [(.google.api.field_behavior) = REQUIRED];</code>

proto-google-analytics-admin-v1alpha/src/main/proto/google/analytics/admin/v1alpha/analytics_admin.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,11 +650,13 @@ message ListPropertiesRequest {
650650
// `firebase_project:`(The id or number of the linked firebase project).
651651
// Some examples of filters:
652652
//
653+
// ```
653654
// | Filter | Description |
654655
// |-----------------------------|-------------------------------------------|
655656
// | parent:accounts/123 | The account with account id: 123. |
656657
// | firebase_project:project-id | The firebase project with id: project-id. |
657658
// | firebase_project:123 | The firebase project with number: 123. |
659+
// ```
658660
string filter = 1 [(google.api.field_behavior) = REQUIRED];
659661

660662
// The maximum number of resources to return. The service may return

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-analytics-admin.git",
7-
"sha": "c15cb1b35dd5b6036ffead1b94af47b47d3a61fa"
7+
"sha": "521e3966633b7a2c149377bba4c61b07e5190f90"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "6d65640b1fcbdf26ea76cb720de0ac138cae9bed",
15-
"internalRef": "347036369"
14+
"sha": "700afd1f0bafc2155bc5e891504c53d4ac9166f5",
15+
"internalRef": "350414815"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)