Skip to content

Commit c14b376

Browse files
docs: [dataproc] Minor formatting (#9721)
* docs: Minor formatting PiperOrigin-RevId: 552889922 Source-Link: googleapis/googleapis@34a499a Source-Link: https://github.com/googleapis/googleapis-gen/commit/3fb6cbe79c1ba290757429a74362d8dcbad9110c Copy-Tag: eyJwIjoiamF2YS1kYXRhcHJvYy8uT3dsQm90LnlhbWwiLCJoIjoiM2ZiNmNiZTc5YzFiYTI5MDc1NzQyOWE3NDM2MmQ4ZGNiYWQ5MTEwYyJ9 * 🦉 Updates from OwlBot post-processor 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 d3a4a76 commit c14b376

File tree

10 files changed

+138
-82
lines changed

10 files changed

+138
-82
lines changed

java-dataproc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.19.0</version>
23+
<version>26.21.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataproc.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc/4.18.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc/4.19.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJob.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ public int getPropertiesCount() {
604604
* <pre>
605605
* Optional. A mapping of property names to values, used to configure Hadoop.
606606
* Properties that conflict with values set by the Dataproc API may be
607-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
607+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
608608
* classes in user code.
609609
* </pre>
610610
*
@@ -630,7 +630,7 @@ public java.util.Map<java.lang.String, java.lang.String> getProperties() {
630630
* <pre>
631631
* Optional. A mapping of property names to values, used to configure Hadoop.
632632
* Properties that conflict with values set by the Dataproc API may be
633-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
633+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
634634
* classes in user code.
635635
* </pre>
636636
*
@@ -647,7 +647,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
647647
* <pre>
648648
* Optional. A mapping of property names to values, used to configure Hadoop.
649649
* Properties that conflict with values set by the Dataproc API may be
650-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
650+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
651651
* classes in user code.
652652
* </pre>
653653
*
@@ -671,7 +671,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
671671
* <pre>
672672
* Optional. A mapping of property names to values, used to configure Hadoop.
673673
* Properties that conflict with values set by the Dataproc API may be
674-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
674+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
675675
* classes in user code.
676676
* </pre>
677677
*
@@ -2497,7 +2497,7 @@ public int getPropertiesCount() {
24972497
* <pre>
24982498
* Optional. A mapping of property names to values, used to configure Hadoop.
24992499
* Properties that conflict with values set by the Dataproc API may be
2500-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
2500+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
25012501
* classes in user code.
25022502
* </pre>
25032503
*
@@ -2523,7 +2523,7 @@ public java.util.Map<java.lang.String, java.lang.String> getProperties() {
25232523
* <pre>
25242524
* Optional. A mapping of property names to values, used to configure Hadoop.
25252525
* Properties that conflict with values set by the Dataproc API may be
2526-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
2526+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
25272527
* classes in user code.
25282528
* </pre>
25292529
*
@@ -2540,7 +2540,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
25402540
* <pre>
25412541
* Optional. A mapping of property names to values, used to configure Hadoop.
25422542
* Properties that conflict with values set by the Dataproc API may be
2543-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
2543+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
25442544
* classes in user code.
25452545
* </pre>
25462546
*
@@ -2564,7 +2564,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
25642564
* <pre>
25652565
* Optional. A mapping of property names to values, used to configure Hadoop.
25662566
* Properties that conflict with values set by the Dataproc API may be
2567-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
2567+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
25682568
* classes in user code.
25692569
* </pre>
25702570
*
@@ -2594,7 +2594,7 @@ public Builder clearProperties() {
25942594
* <pre>
25952595
* Optional. A mapping of property names to values, used to configure Hadoop.
25962596
* Properties that conflict with values set by the Dataproc API may be
2597-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
2597+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
25982598
* classes in user code.
25992599
* </pre>
26002600
*
@@ -2620,7 +2620,7 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableProperties()
26202620
* <pre>
26212621
* Optional. A mapping of property names to values, used to configure Hadoop.
26222622
* Properties that conflict with values set by the Dataproc API may be
2623-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
2623+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
26242624
* classes in user code.
26252625
* </pre>
26262626
*
@@ -2644,7 +2644,7 @@ public Builder putProperties(java.lang.String key, java.lang.String value) {
26442644
* <pre>
26452645
* Optional. A mapping of property names to values, used to configure Hadoop.
26462646
* Properties that conflict with values set by the Dataproc API may be
2647-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
2647+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
26482648
* classes in user code.
26492649
* </pre>
26502650
*

java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJobOrBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public interface HadoopJobOrBuilder
354354
* <pre>
355355
* Optional. A mapping of property names to values, used to configure Hadoop.
356356
* Properties that conflict with values set by the Dataproc API may be
357-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
357+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
358358
* classes in user code.
359359
* </pre>
360360
*
@@ -368,7 +368,7 @@ public interface HadoopJobOrBuilder
368368
* <pre>
369369
* Optional. A mapping of property names to values, used to configure Hadoop.
370370
* Properties that conflict with values set by the Dataproc API may be
371-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
371+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
372372
* classes in user code.
373373
* </pre>
374374
*
@@ -385,7 +385,7 @@ public interface HadoopJobOrBuilder
385385
* <pre>
386386
* Optional. A mapping of property names to values, used to configure Hadoop.
387387
* Properties that conflict with values set by the Dataproc API may be
388-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
388+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
389389
* classes in user code.
390390
* </pre>
391391
*
@@ -399,7 +399,7 @@ public interface HadoopJobOrBuilder
399399
* <pre>
400400
* Optional. A mapping of property names to values, used to configure Hadoop.
401401
* Properties that conflict with values set by the Dataproc API may be
402-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
402+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
403403
* classes in user code.
404404
* </pre>
405405
*
@@ -417,7 +417,7 @@ java.lang.String getPropertiesOrDefault(
417417
* <pre>
418418
* Optional. A mapping of property names to values, used to configure Hadoop.
419419
* Properties that conflict with values set by the Dataproc API may be
420-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site and
420+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site` and
421421
* classes in user code.
422422
* </pre>
423423
*

java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJob.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public int getPropertiesCount() {
410410
* <pre>
411411
* Optional. A mapping of property names and values, used to configure Hive.
412412
* Properties that conflict with values set by the Dataproc API may be
413-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
413+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
414414
* /etc/hive/conf/hive-site.xml, and classes in user code.
415415
* </pre>
416416
*
@@ -436,7 +436,7 @@ public java.util.Map<java.lang.String, java.lang.String> getProperties() {
436436
* <pre>
437437
* Optional. A mapping of property names and values, used to configure Hive.
438438
* Properties that conflict with values set by the Dataproc API may be
439-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
439+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
440440
* /etc/hive/conf/hive-site.xml, and classes in user code.
441441
* </pre>
442442
*
@@ -453,7 +453,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
453453
* <pre>
454454
* Optional. A mapping of property names and values, used to configure Hive.
455455
* Properties that conflict with values set by the Dataproc API may be
456-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
456+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
457457
* /etc/hive/conf/hive-site.xml, and classes in user code.
458458
* </pre>
459459
*
@@ -477,7 +477,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
477477
* <pre>
478478
* Optional. A mapping of property names and values, used to configure Hive.
479479
* Properties that conflict with values set by the Dataproc API may be
480-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
480+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
481481
* /etc/hive/conf/hive-site.xml, and classes in user code.
482482
* </pre>
483483
*
@@ -1758,7 +1758,7 @@ public int getPropertiesCount() {
17581758
* <pre>
17591759
* Optional. A mapping of property names and values, used to configure Hive.
17601760
* Properties that conflict with values set by the Dataproc API may be
1761-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
1761+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
17621762
* /etc/hive/conf/hive-site.xml, and classes in user code.
17631763
* </pre>
17641764
*
@@ -1784,7 +1784,7 @@ public java.util.Map<java.lang.String, java.lang.String> getProperties() {
17841784
* <pre>
17851785
* Optional. A mapping of property names and values, used to configure Hive.
17861786
* Properties that conflict with values set by the Dataproc API may be
1787-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
1787+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
17881788
* /etc/hive/conf/hive-site.xml, and classes in user code.
17891789
* </pre>
17901790
*
@@ -1801,7 +1801,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
18011801
* <pre>
18021802
* Optional. A mapping of property names and values, used to configure Hive.
18031803
* Properties that conflict with values set by the Dataproc API may be
1804-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
1804+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
18051805
* /etc/hive/conf/hive-site.xml, and classes in user code.
18061806
* </pre>
18071807
*
@@ -1825,7 +1825,7 @@ public java.util.Map<java.lang.String, java.lang.String> getPropertiesMap() {
18251825
* <pre>
18261826
* Optional. A mapping of property names and values, used to configure Hive.
18271827
* Properties that conflict with values set by the Dataproc API may be
1828-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
1828+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
18291829
* /etc/hive/conf/hive-site.xml, and classes in user code.
18301830
* </pre>
18311831
*
@@ -1855,7 +1855,7 @@ public Builder clearProperties() {
18551855
* <pre>
18561856
* Optional. A mapping of property names and values, used to configure Hive.
18571857
* Properties that conflict with values set by the Dataproc API may be
1858-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
1858+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
18591859
* /etc/hive/conf/hive-site.xml, and classes in user code.
18601860
* </pre>
18611861
*
@@ -1881,7 +1881,7 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableProperties()
18811881
* <pre>
18821882
* Optional. A mapping of property names and values, used to configure Hive.
18831883
* Properties that conflict with values set by the Dataproc API may be
1884-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
1884+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
18851885
* /etc/hive/conf/hive-site.xml, and classes in user code.
18861886
* </pre>
18871887
*
@@ -1905,7 +1905,7 @@ public Builder putProperties(java.lang.String key, java.lang.String value) {
19051905
* <pre>
19061906
* Optional. A mapping of property names and values, used to configure Hive.
19071907
* Properties that conflict with values set by the Dataproc API may be
1908-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
1908+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
19091909
* /etc/hive/conf/hive-site.xml, and classes in user code.
19101910
* </pre>
19111911
*

java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJobOrBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ java.lang.String getScriptVariablesOrDefault(
184184
* <pre>
185185
* Optional. A mapping of property names and values, used to configure Hive.
186186
* Properties that conflict with values set by the Dataproc API may be
187-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
187+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
188188
* /etc/hive/conf/hive-site.xml, and classes in user code.
189189
* </pre>
190190
*
@@ -198,7 +198,7 @@ java.lang.String getScriptVariablesOrDefault(
198198
* <pre>
199199
* Optional. A mapping of property names and values, used to configure Hive.
200200
* Properties that conflict with values set by the Dataproc API may be
201-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
201+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
202202
* /etc/hive/conf/hive-site.xml, and classes in user code.
203203
* </pre>
204204
*
@@ -215,7 +215,7 @@ java.lang.String getScriptVariablesOrDefault(
215215
* <pre>
216216
* Optional. A mapping of property names and values, used to configure Hive.
217217
* Properties that conflict with values set by the Dataproc API may be
218-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
218+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
219219
* /etc/hive/conf/hive-site.xml, and classes in user code.
220220
* </pre>
221221
*
@@ -229,7 +229,7 @@ java.lang.String getScriptVariablesOrDefault(
229229
* <pre>
230230
* Optional. A mapping of property names and values, used to configure Hive.
231231
* Properties that conflict with values set by the Dataproc API may be
232-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
232+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
233233
* /etc/hive/conf/hive-site.xml, and classes in user code.
234234
* </pre>
235235
*
@@ -247,7 +247,7 @@ java.lang.String getPropertiesOrDefault(
247247
* <pre>
248248
* Optional. A mapping of property names and values, used to configure Hive.
249249
* Properties that conflict with values set by the Dataproc API may be
250-
* overwritten. Can include properties set in /etc/hadoop/conf/&#42;-site.xml,
250+
* overwritten. Can include properties set in `/etc/hadoop/conf/&#42;-site.xml`,
251251
* /etc/hive/conf/hive-site.xml, and classes in user code.
252252
* </pre>
253253
*

0 commit comments

Comments
 (0)