diff --git a/java-dataproc/README.md b/java-dataproc/README.md index abda588f716e..4f2436403729 100644 --- a/java-dataproc/README.md +++ b/java-dataproc/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.19.0 + 26.21.0 pom import @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataproc.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc/4.18.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc/4.19.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJob.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJob.java index 0a8a15512645..39a2f3cfda55 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJob.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJob.java @@ -604,7 +604,7 @@ public int getPropertiesCount() { *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -630,7 +630,7 @@ public java.util.Map getProperties() { *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -647,7 +647,7 @@ public java.util.Map getPropertiesMap() { *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -671,7 +671,7 @@ public java.util.Map getPropertiesMap() { *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -2497,7 +2497,7 @@ public int getPropertiesCount() { *
      * Optional. A mapping of property names to values, used to configure Hadoop.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
      * classes in user code.
      * 
* @@ -2523,7 +2523,7 @@ public java.util.Map getProperties() { *
      * Optional. A mapping of property names to values, used to configure Hadoop.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
      * classes in user code.
      * 
* @@ -2540,7 +2540,7 @@ public java.util.Map getPropertiesMap() { *
      * Optional. A mapping of property names to values, used to configure Hadoop.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
      * classes in user code.
      * 
* @@ -2564,7 +2564,7 @@ public java.util.Map getPropertiesMap() { *
      * Optional. A mapping of property names to values, used to configure Hadoop.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
      * classes in user code.
      * 
* @@ -2594,7 +2594,7 @@ public Builder clearProperties() { *
      * Optional. A mapping of property names to values, used to configure Hadoop.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
      * classes in user code.
      * 
* @@ -2620,7 +2620,7 @@ public java.util.Map getMutableProperties() *
      * Optional. A mapping of property names to values, used to configure Hadoop.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
      * classes in user code.
      * 
* @@ -2644,7 +2644,7 @@ public Builder putProperties(java.lang.String key, java.lang.String value) { *
      * Optional. A mapping of property names to values, used to configure Hadoop.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
      * classes in user code.
      * 
* diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJobOrBuilder.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJobOrBuilder.java index 33b52806e665..de12b8abdf6f 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJobOrBuilder.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HadoopJobOrBuilder.java @@ -354,7 +354,7 @@ public interface HadoopJobOrBuilder *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -368,7 +368,7 @@ public interface HadoopJobOrBuilder *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -385,7 +385,7 @@ public interface HadoopJobOrBuilder *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -399,7 +399,7 @@ public interface HadoopJobOrBuilder *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* @@ -417,7 +417,7 @@ java.lang.String getPropertiesOrDefault( *
    * Optional. A mapping of property names to values, used to configure Hadoop.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site and
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
    * classes in user code.
    * 
* diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJob.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJob.java index 3c8266748c05..9a0e0bacea47 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJob.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJob.java @@ -410,7 +410,7 @@ public int getPropertiesCount() { *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -436,7 +436,7 @@ public java.util.Map getProperties() { *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -453,7 +453,7 @@ public java.util.Map getPropertiesMap() { *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -477,7 +477,7 @@ public java.util.Map getPropertiesMap() { *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -1758,7 +1758,7 @@ public int getPropertiesCount() { *
      * Optional. A mapping of property names and values, used to configure Hive.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/hive/conf/hive-site.xml, and classes in user code.
      * 
* @@ -1784,7 +1784,7 @@ public java.util.Map getProperties() { *
      * Optional. A mapping of property names and values, used to configure Hive.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/hive/conf/hive-site.xml, and classes in user code.
      * 
* @@ -1801,7 +1801,7 @@ public java.util.Map getPropertiesMap() { *
      * Optional. A mapping of property names and values, used to configure Hive.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/hive/conf/hive-site.xml, and classes in user code.
      * 
* @@ -1825,7 +1825,7 @@ public java.util.Map getPropertiesMap() { *
      * Optional. A mapping of property names and values, used to configure Hive.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/hive/conf/hive-site.xml, and classes in user code.
      * 
* @@ -1855,7 +1855,7 @@ public Builder clearProperties() { *
      * Optional. A mapping of property names and values, used to configure Hive.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/hive/conf/hive-site.xml, and classes in user code.
      * 
* @@ -1881,7 +1881,7 @@ public java.util.Map getMutableProperties() *
      * Optional. A mapping of property names and values, used to configure Hive.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/hive/conf/hive-site.xml, and classes in user code.
      * 
* @@ -1905,7 +1905,7 @@ public Builder putProperties(java.lang.String key, java.lang.String value) { *
      * Optional. A mapping of property names and values, used to configure Hive.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/hive/conf/hive-site.xml, and classes in user code.
      * 
* diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJobOrBuilder.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJobOrBuilder.java index 750cf3ff7b49..fb436e276bd4 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJobOrBuilder.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/HiveJobOrBuilder.java @@ -184,7 +184,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -198,7 +198,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -215,7 +215,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -229,7 +229,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* @@ -247,7 +247,7 @@ java.lang.String getPropertiesOrDefault( *
    * Optional. A mapping of property names and values, used to configure Hive.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/hive/conf/hive-site.xml, and classes in user code.
    * 
* diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfig.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfig.java index 24b65bb76ecf..f9c977f34034 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfig.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfig.java @@ -412,7 +412,9 @@ public int getDriverLogLevelsCount() { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -439,7 +441,9 @@ public boolean containsDriverLogLevels(java.lang.String key) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -457,7 +461,9 @@ public boolean containsDriverLogLevels(java.lang.String key) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -484,7 +490,9 @@ public boolean containsDriverLogLevels(java.lang.String key) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -515,7 +523,9 @@ public java.util.Map getDriverLogLevelsValu * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -532,7 +542,9 @@ public java.util.Map getDriverLogLevelsValu * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -553,7 +565,9 @@ public int getDriverLogLevelsValueOrDefault(java.lang.String key, int defaultVal * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -981,7 +995,9 @@ public int getDriverLogLevelsCount() { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1008,7 +1024,9 @@ public boolean containsDriverLogLevels(java.lang.String key) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1026,7 +1044,9 @@ public boolean containsDriverLogLevels(java.lang.String key) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1054,7 +1074,9 @@ public boolean containsDriverLogLevels(java.lang.String key) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1086,7 +1108,9 @@ public java.util.Map getDriverLogLevelsValu * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1103,7 +1127,9 @@ public java.util.Map getDriverLogLevelsValu * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1125,7 +1151,9 @@ public int getDriverLogLevelsValueOrDefault(java.lang.String key, int defaultVal * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1156,7 +1184,9 @@ public Builder clearDriverLogLevels() { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1184,7 +1214,9 @@ public Builder removeDriverLogLevels(java.lang.String key) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1209,7 +1241,9 @@ public Builder putDriverLogLevels( * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1235,7 +1269,9 @@ public java.util.Map getMutableDriverLogLev * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -1257,7 +1293,9 @@ public Builder putDriverLogLevelsValue(java.lang.String key, int value) { * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfigOrBuilder.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfigOrBuilder.java index c7f316fdd6dc..23b18a32be41 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfigOrBuilder.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LoggingConfigOrBuilder.java @@ -30,7 +30,9 @@ public interface LoggingConfigOrBuilder * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -44,7 +46,9 @@ public interface LoggingConfigOrBuilder * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -62,7 +66,9 @@ public interface LoggingConfigOrBuilder * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -77,7 +83,9 @@ public interface LoggingConfigOrBuilder * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -95,7 +103,9 @@ com.google.cloud.dataproc.v1.LoggingConfig.Level getDriverLogLevelsOrDefault( * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -112,7 +122,9 @@ com.google.cloud.dataproc.v1.LoggingConfig.Level getDriverLogLevelsOrDefault( * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -126,7 +138,9 @@ com.google.cloud.dataproc.v1.LoggingConfig.Level getDriverLogLevelsOrDefault( * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; @@ -140,7 +154,9 @@ com.google.cloud.dataproc.v1.LoggingConfig.Level getDriverLogLevelsOrDefault( * The per-package log levels for the driver. This may include * "root" package name to configure rootLogger. * Examples: - * 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + * - 'com.google = FATAL' + * - 'root = INFO' + * - 'org.apache = DEBUG' * * * map<string, .google.cloud.dataproc.v1.LoggingConfig.Level> driver_log_levels = 2; diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJob.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJob.java index 7b77e06a3dc3..eb4200d05a3c 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJob.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJob.java @@ -410,7 +410,7 @@ public int getPropertiesCount() { *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -436,7 +436,7 @@ public java.util.Map getProperties() { *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -453,7 +453,7 @@ public java.util.Map getPropertiesMap() { *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -477,7 +477,7 @@ public java.util.Map getPropertiesMap() { *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -1842,7 +1842,7 @@ public int getPropertiesCount() { *
      * Optional. A mapping of property names to values, used to configure Pig.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/pig/conf/pig.properties, and classes in user code.
      * 
* @@ -1868,7 +1868,7 @@ public java.util.Map getProperties() { *
      * Optional. A mapping of property names to values, used to configure Pig.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/pig/conf/pig.properties, and classes in user code.
      * 
* @@ -1885,7 +1885,7 @@ public java.util.Map getPropertiesMap() { *
      * Optional. A mapping of property names to values, used to configure Pig.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/pig/conf/pig.properties, and classes in user code.
      * 
* @@ -1909,7 +1909,7 @@ public java.util.Map getPropertiesMap() { *
      * Optional. A mapping of property names to values, used to configure Pig.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/pig/conf/pig.properties, and classes in user code.
      * 
* @@ -1939,7 +1939,7 @@ public Builder clearProperties() { *
      * Optional. A mapping of property names to values, used to configure Pig.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/pig/conf/pig.properties, and classes in user code.
      * 
* @@ -1965,7 +1965,7 @@ public java.util.Map getMutableProperties() *
      * Optional. A mapping of property names to values, used to configure Pig.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/pig/conf/pig.properties, and classes in user code.
      * 
* @@ -1989,7 +1989,7 @@ public Builder putProperties(java.lang.String key, java.lang.String value) { *
      * Optional. A mapping of property names to values, used to configure Pig.
      * Properties that conflict with values set by the Dataproc API may be
-     * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+     * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
      * /etc/pig/conf/pig.properties, and classes in user code.
      * 
* diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJobOrBuilder.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJobOrBuilder.java index c7b5f076ea78..4addf66423c5 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJobOrBuilder.java +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/PigJobOrBuilder.java @@ -184,7 +184,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -198,7 +198,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -215,7 +215,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -229,7 +229,7 @@ java.lang.String getScriptVariablesOrDefault( *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* @@ -247,7 +247,7 @@ java.lang.String getPropertiesOrDefault( *
    * Optional. A mapping of property names to values, used to configure Pig.
    * Properties that conflict with values set by the Dataproc API may be
-   * overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml,
+   * overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
    * /etc/pig/conf/pig.properties, and classes in user code.
    * 
* diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/jobs.proto b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/jobs.proto index 8b1dec46020c..061cccc6c23a 100644 --- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/jobs.proto +++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/jobs.proto @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -143,7 +143,9 @@ message LoggingConfig { // The per-package log levels for the driver. This may include // "root" package name to configure rootLogger. // Examples: - // 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + // - 'com.google = FATAL' + // - 'root = INFO' + // - 'org.apache = DEBUG' map driver_log_levels = 2; } @@ -192,7 +194,7 @@ message HadoopJob { // Optional. A mapping of property names to values, used to configure Hadoop. // Properties that conflict with values set by the Dataproc API may be - // overwritten. Can include properties set in /etc/hadoop/conf/*-site and + // overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and // classes in user code. map properties = 7 [(google.api.field_behavior) = OPTIONAL]; @@ -330,7 +332,7 @@ message HiveJob { // Optional. A mapping of property names and values, used to configure Hive. // Properties that conflict with values set by the Dataproc API may be - // overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, + // overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`, // /etc/hive/conf/hive-site.xml, and classes in user code. map properties = 5 [(google.api.field_behavior) = OPTIONAL]; @@ -395,7 +397,7 @@ message PigJob { // Optional. A mapping of property names to values, used to configure Pig. // Properties that conflict with values set by the Dataproc API may be - // overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, + // overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`, // /etc/pig/conf/pig.properties, and classes in user code. map properties = 5 [(google.api.field_behavior) = OPTIONAL];