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

Commit 8eb8738

Browse files
docs: fix docstring formatting (#19)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 403986035 Source-Link: googleapis/googleapis@bbe8aa1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4a43c7a5873fefde138a03b37e184ea27834c5f5 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE0M2M3YTU4NzNmZWZkZTEzOGEwM2IzN2UxODRlYTI3ODM0YzVmNSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b8144e6 commit 8eb8738

File tree

9 files changed

+204
-204
lines changed

9 files changed

+204
-204
lines changed

proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipeline.java

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,9 @@ public int getLabelsCount() {
578578
* Labels are attributes that can be set and used by both the
579579
* user and by Google Cloud Deploy. Labels must meet the following
580580
* constraints: Each resource is limited to 64 labels. Keys must conform to
581-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
582-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
583-
* &lt;= 128 bytes in size.
581+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
582+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
583+
* constrained to be &lt;= 128 bytes in size.
584584
* </pre>
585585
*
586586
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -605,9 +605,9 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
605605
* Labels are attributes that can be set and used by both the
606606
* user and by Google Cloud Deploy. Labels must meet the following
607607
* constraints: Each resource is limited to 64 labels. Keys must conform to
608-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
609-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
610-
* &lt;= 128 bytes in size.
608+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
609+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
610+
* constrained to be &lt;= 128 bytes in size.
611611
* </pre>
612612
*
613613
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -623,9 +623,9 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
623623
* Labels are attributes that can be set and used by both the
624624
* user and by Google Cloud Deploy. Labels must meet the following
625625
* constraints: Each resource is limited to 64 labels. Keys must conform to
626-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
627-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
628-
* &lt;= 128 bytes in size.
626+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
627+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
628+
* constrained to be &lt;= 128 bytes in size.
629629
* </pre>
630630
*
631631
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -645,9 +645,9 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
645645
* Labels are attributes that can be set and used by both the
646646
* user and by Google Cloud Deploy. Labels must meet the following
647647
* constraints: Each resource is limited to 64 labels. Keys must conform to
648-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
649-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
650-
* &lt;= 128 bytes in size.
648+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
649+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
650+
* constrained to be &lt;= 128 bytes in size.
651651
* </pre>
652652
*
653653
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -2037,9 +2037,9 @@ public int getLabelsCount() {
20372037
* Labels are attributes that can be set and used by both the
20382038
* user and by Google Cloud Deploy. Labels must meet the following
20392039
* constraints: Each resource is limited to 64 labels. Keys must conform to
2040-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
2041-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
2042-
* &lt;= 128 bytes in size.
2040+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
2041+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
2042+
* constrained to be &lt;= 128 bytes in size.
20432043
* </pre>
20442044
*
20452045
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -2064,9 +2064,9 @@ public java.util.Map<java.lang.String, java.lang.String> getLabels() {
20642064
* Labels are attributes that can be set and used by both the
20652065
* user and by Google Cloud Deploy. Labels must meet the following
20662066
* constraints: Each resource is limited to 64 labels. Keys must conform to
2067-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
2068-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
2069-
* &lt;= 128 bytes in size.
2067+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
2068+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
2069+
* constrained to be &lt;= 128 bytes in size.
20702070
* </pre>
20712071
*
20722072
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -2082,9 +2082,9 @@ public java.util.Map<java.lang.String, java.lang.String> getLabelsMap() {
20822082
* Labels are attributes that can be set and used by both the
20832083
* user and by Google Cloud Deploy. Labels must meet the following
20842084
* constraints: Each resource is limited to 64 labels. Keys must conform to
2085-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
2086-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
2087-
* &lt;= 128 bytes in size.
2085+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
2086+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
2087+
* constrained to be &lt;= 128 bytes in size.
20882088
* </pre>
20892089
*
20902090
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -2105,9 +2105,9 @@ public java.lang.String getLabelsOrDefault(
21052105
* Labels are attributes that can be set and used by both the
21062106
* user and by Google Cloud Deploy. Labels must meet the following
21072107
* constraints: Each resource is limited to 64 labels. Keys must conform to
2108-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
2109-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
2110-
* &lt;= 128 bytes in size.
2108+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
2109+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
2110+
* constrained to be &lt;= 128 bytes in size.
21112111
* </pre>
21122112
*
21132113
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -2135,9 +2135,9 @@ public Builder clearLabels() {
21352135
* Labels are attributes that can be set and used by both the
21362136
* user and by Google Cloud Deploy. Labels must meet the following
21372137
* constraints: Each resource is limited to 64 labels. Keys must conform to
2138-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
2139-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
2140-
* &lt;= 128 bytes in size.
2138+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
2139+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
2140+
* constrained to be &lt;= 128 bytes in size.
21412141
* </pre>
21422142
*
21432143
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -2161,9 +2161,9 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableLabels() {
21612161
* Labels are attributes that can be set and used by both the
21622162
* user and by Google Cloud Deploy. Labels must meet the following
21632163
* constraints: Each resource is limited to 64 labels. Keys must conform to
2164-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
2165-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
2166-
* &lt;= 128 bytes in size.
2164+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
2165+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
2166+
* constrained to be &lt;= 128 bytes in size.
21672167
* </pre>
21682168
*
21692169
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -2185,9 +2185,9 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
21852185
* Labels are attributes that can be set and used by both the
21862186
* user and by Google Cloud Deploy. Labels must meet the following
21872187
* constraints: Each resource is limited to 64 labels. Keys must conform to
2188-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
2189-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
2190-
* &lt;= 128 bytes in size.
2188+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
2189+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
2190+
* constrained to be &lt;= 128 bytes in size.
21912191
* </pre>
21922192
*
21932193
* <code>map&lt;string, string&gt; labels = 5;</code>

proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineOrBuilder.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ public interface DeliveryPipelineOrBuilder
176176
* Labels are attributes that can be set and used by both the
177177
* user and by Google Cloud Deploy. Labels must meet the following
178178
* constraints: Each resource is limited to 64 labels. Keys must conform to
179-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
180-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
181-
* &lt;= 128 bytes in size.
179+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
180+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
181+
* constrained to be &lt;= 128 bytes in size.
182182
* </pre>
183183
*
184184
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -191,9 +191,9 @@ public interface DeliveryPipelineOrBuilder
191191
* Labels are attributes that can be set and used by both the
192192
* user and by Google Cloud Deploy. Labels must meet the following
193193
* constraints: Each resource is limited to 64 labels. Keys must conform to
194-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
195-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
196-
* &lt;= 128 bytes in size.
194+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
195+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
196+
* constrained to be &lt;= 128 bytes in size.
197197
* </pre>
198198
*
199199
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -209,9 +209,9 @@ public interface DeliveryPipelineOrBuilder
209209
* Labels are attributes that can be set and used by both the
210210
* user and by Google Cloud Deploy. Labels must meet the following
211211
* constraints: Each resource is limited to 64 labels. Keys must conform to
212-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
213-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
214-
* &lt;= 128 bytes in size.
212+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
213+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
214+
* constrained to be &lt;= 128 bytes in size.
215215
* </pre>
216216
*
217217
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -224,9 +224,9 @@ public interface DeliveryPipelineOrBuilder
224224
* Labels are attributes that can be set and used by both the
225225
* user and by Google Cloud Deploy. Labels must meet the following
226226
* constraints: Each resource is limited to 64 labels. Keys must conform to
227-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
228-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
229-
* &lt;= 128 bytes in size.
227+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
228+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
229+
* constrained to be &lt;= 128 bytes in size.
230230
* </pre>
231231
*
232232
* <code>map&lt;string, string&gt; labels = 5;</code>
@@ -239,9 +239,9 @@ public interface DeliveryPipelineOrBuilder
239239
* Labels are attributes that can be set and used by both the
240240
* user and by Google Cloud Deploy. Labels must meet the following
241241
* constraints: Each resource is limited to 64 labels. Keys must conform to
242-
* the regexp: [a-zA-Z][a-zA-Z0-9_-]{0,62} Values must conform to the regexp:
243-
* [a-zA-Z0-9_-]{0,63} Both keys and values are additionally constrained to be
244-
* &lt;= 128 bytes in size.
242+
* the regexp: `[a-zA-Z][a-zA-Z0-9_-]{0,62}`. Values must conform to the
243+
* regexp: `[a-zA-Z0-9_-]{0,63}`. Both keys and values are additionally
244+
* constrained to be &lt;= 128 bytes in size.
245245
* </pre>
246246
*
247247
* <code>map&lt;string, string&gt; labels = 5;</code>

0 commit comments

Comments
 (0)