@@ -152,6 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
152
152
* ```
153
153
* Search expressions are case insensitive.
154
154
* Some examples queries:
155
+ * ```
155
156
* | Query | Description |
156
157
* |------------------|-----------------------------------------------------|
157
158
* | name:how* | The project's name starts with "how". |
@@ -162,6 +163,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
162
163
* | labels.color:red | The project's label `color` has the value `red`. |
163
164
* | labels.color:red labels.size:big | The project's label `color` has
164
165
* the value `red` and its label `size` has the value `big`. |
166
+ * ```
165
167
* If no query is specified, the call will return projects for which the user
166
168
* has the `resourcemanager.projects.get` permission.
167
169
* </pre>
@@ -206,6 +208,7 @@ public java.lang.String getQuery() {
206
208
* ```
207
209
* Search expressions are case insensitive.
208
210
* Some examples queries:
211
+ * ```
209
212
* | Query | Description |
210
213
* |------------------|-----------------------------------------------------|
211
214
* | name:how* | The project's name starts with "how". |
@@ -216,6 +219,7 @@ public java.lang.String getQuery() {
216
219
* | labels.color:red | The project's label `color` has the value `red`. |
217
220
* | labels.color:red&nbsp;labels.size:big | The project's label `color` has
218
221
* the value `red` and its label `size` has the value `big`. |
222
+ * ```
219
223
* If no query is specified, the call will return projects for which the user
220
224
* has the `resourcemanager.projects.get` permission.
221
225
* </pre>
@@ -687,6 +691,7 @@ public Builder mergeFrom(
687
691
* ```
688
692
* Search expressions are case insensitive.
689
693
* Some examples queries:
694
+ * ```
690
695
* | Query | Description |
691
696
* |------------------|-----------------------------------------------------|
692
697
* | name:how* | The project's name starts with "how". |
@@ -697,6 +702,7 @@ public Builder mergeFrom(
697
702
* | labels.color:red | The project's label `color` has the value `red`. |
698
703
* | labels.color:red&nbsp;labels.size:big | The project's label `color` has
699
704
* the value `red` and its label `size` has the value `big`. |
705
+ * ```
700
706
* If no query is specified, the call will return projects for which the user
701
707
* has the `resourcemanager.projects.get` permission.
702
708
* </pre>
@@ -740,6 +746,7 @@ public java.lang.String getQuery() {
740
746
* ```
741
747
* Search expressions are case insensitive.
742
748
* Some examples queries:
749
+ * ```
743
750
* | Query | Description |
744
751
* |------------------|-----------------------------------------------------|
745
752
* | name:how* | The project's name starts with "how". |
@@ -750,6 +757,7 @@ public java.lang.String getQuery() {
750
757
* | labels.color:red | The project's label `color` has the value `red`. |
751
758
* | labels.color:red&nbsp;labels.size:big | The project's label `color` has
752
759
* the value `red` and its label `size` has the value `big`. |
760
+ * ```
753
761
* If no query is specified, the call will return projects for which the user
754
762
* has the `resourcemanager.projects.get` permission.
755
763
* </pre>
@@ -793,6 +801,7 @@ public com.google.protobuf.ByteString getQueryBytes() {
793
801
* ```
794
802
* Search expressions are case insensitive.
795
803
* Some examples queries:
804
+ * ```
796
805
* | Query | Description |
797
806
* |------------------|-----------------------------------------------------|
798
807
* | name:how* | The project's name starts with "how". |
@@ -803,6 +812,7 @@ public com.google.protobuf.ByteString getQueryBytes() {
803
812
* | labels.color:red | The project's label `color` has the value `red`. |
804
813
* | labels.color:red&nbsp;labels.size:big | The project's label `color` has
805
814
* the value `red` and its label `size` has the value `big`. |
815
+ * ```
806
816
* If no query is specified, the call will return projects for which the user
807
817
* has the `resourcemanager.projects.get` permission.
808
818
* </pre>
@@ -845,6 +855,7 @@ public Builder setQuery(java.lang.String value) {
845
855
* ```
846
856
* Search expressions are case insensitive.
847
857
* Some examples queries:
858
+ * ```
848
859
* | Query | Description |
849
860
* |------------------|-----------------------------------------------------|
850
861
* | name:how* | The project's name starts with "how". |
@@ -855,6 +866,7 @@ public Builder setQuery(java.lang.String value) {
855
866
* | labels.color:red | The project's label `color` has the value `red`. |
856
867
* | labels.color:red&nbsp;labels.size:big | The project's label `color` has
857
868
* the value `red` and its label `size` has the value `big`. |
869
+ * ```
858
870
* If no query is specified, the call will return projects for which the user
859
871
* has the `resourcemanager.projects.get` permission.
860
872
* </pre>
@@ -893,6 +905,7 @@ public Builder clearQuery() {
893
905
* ```
894
906
* Search expressions are case insensitive.
895
907
* Some examples queries:
908
+ * ```
896
909
* | Query | Description |
897
910
* |------------------|-----------------------------------------------------|
898
911
* | name:how* | The project's name starts with "how". |
@@ -903,6 +916,7 @@ public Builder clearQuery() {
903
916
* | labels.color:red | The project's label `color` has the value `red`. |
904
917
* | labels.color:red&nbsp;labels.size:big | The project's label `color` has
905
918
* the value `red` and its label `size` has the value `big`. |
919
+ * ```
906
920
* If no query is specified, the call will return projects for which the user
907
921
* has the `resourcemanager.projects.get` permission.
908
922
* </pre>
0 commit comments