diff --git a/clients/google-api-services-networkservices/v1/2.0.0/README.md b/clients/google-api-services-networkservices/v1/2.0.0/README.md
index 0ad596e8a93..214db69e05f 100644
--- a/clients/google-api-services-networkservices/v1/2.0.0/README.md
+++ b/clients/google-api-services-networkservices/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Network Services API. For a detailed explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class EgressNetworkConfigTlsConfig extends com.google.api.client.json.GenericJson { - - /** - * Optional. The additional roots to trust. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String additionalRoots; - - /** - * Optional. The trust config resource name. Format: - * projects/{project}/locations/{location}/trustConfigs/{trust_config} - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String trustConfig; - - /** - * Optional. The additional roots to trust. - * @return value or {@code null} for none - */ - public java.lang.String getAdditionalRoots() { - return additionalRoots; - } - - /** - * Optional. The additional roots to trust. - * @param additionalRoots additionalRoots or {@code null} for none - */ - public EgressNetworkConfigTlsConfig setAdditionalRoots(java.lang.String additionalRoots) { - this.additionalRoots = additionalRoots; - return this; - } - - /** - * Optional. The trust config resource name. Format: - * projects/{project}/locations/{location}/trustConfigs/{trust_config} - * @return value or {@code null} for none - */ - public java.lang.String getTrustConfig() { - return trustConfig; - } - - /** - * Optional. The trust config resource name. Format: - * projects/{project}/locations/{location}/trustConfigs/{trust_config} - * @param trustConfig trustConfig or {@code null} for none - */ - public EgressNetworkConfigTlsConfig setTrustConfig(java.lang.String trustConfig) { - this.trustConfig = trustConfig; - return this; - } - - @Override - public EgressNetworkConfigTlsConfig set(String fieldName, Object value) { - return (EgressNetworkConfigTlsConfig) super.set(fieldName, value); - } - - @Override - public EgressNetworkConfigTlsConfig clone() { - return (EgressNetworkConfigTlsConfig) super.clone(); - } - -} diff --git a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/WasmPluginLogConfig.java b/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/WasmPluginLogConfig.java index 3859ccfa296..eeac67ba949 100644 --- a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/WasmPluginLogConfig.java +++ b/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/WasmPluginLogConfig.java @@ -38,21 +38,21 @@ public final class WasmPluginLogConfig extends com.google.api.client.json.Generi private java.lang.Boolean enable; /** - * Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud - * Logging. This setting relates to the logs generated by using logging statements in your Wasm - * code. This field is can be set only if logging is enabled for the plugin. If the field is not - * provided when logging is enabled, it is set to `INFO` by default. + * Optional. Non-empty default. Specifies the lowest level of the plugin logs that are exported to + * Cloud Logging. This setting relates to the logs generated by using logging statements in your + * Wasm code. This field is can be set only if logging is enabled for the plugin. If the field is + * not provided when logging is enabled, it is set to `INFO` by default. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String minLogLevel; /** - * Non-empty default. Configures the sampling rate of activity logs, where `1.0` means all logged - * activity is reported and `0.0` means no activity is reported. A floating point value between - * `0.0` and `1.0` indicates that a percentage of log messages is stored. The default value when - * logging is enabled is `1.0`. The value of the field must be between `0` and `1` (inclusive). - * This field can be specified only if logging is enabled for this plugin. + * Optional. Non-empty default. Configures the sampling rate of activity logs, where `1.0` means + * all logged activity is reported and `0.0` means no activity is reported. A floating point value + * between `0.0` and `1.0` indicates that a percentage of log messages is stored. The default + * value when logging is enabled is `1.0`. The value of the field must be between `0` and `1` + * (inclusive). This field can be specified only if logging is enabled for this plugin. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -76,10 +76,10 @@ public WasmPluginLogConfig setEnable(java.lang.Boolean enable) { } /** - * Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud - * Logging. This setting relates to the logs generated by using logging statements in your Wasm - * code. This field is can be set only if logging is enabled for the plugin. If the field is not - * provided when logging is enabled, it is set to `INFO` by default. + * Optional. Non-empty default. Specifies the lowest level of the plugin logs that are exported to + * Cloud Logging. This setting relates to the logs generated by using logging statements in your + * Wasm code. This field is can be set only if logging is enabled for the plugin. If the field is + * not provided when logging is enabled, it is set to `INFO` by default. * @return value or {@code null} for none */ public java.lang.String getMinLogLevel() { @@ -87,10 +87,10 @@ public java.lang.String getMinLogLevel() { } /** - * Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud - * Logging. This setting relates to the logs generated by using logging statements in your Wasm - * code. This field is can be set only if logging is enabled for the plugin. If the field is not - * provided when logging is enabled, it is set to `INFO` by default. + * Optional. Non-empty default. Specifies the lowest level of the plugin logs that are exported to + * Cloud Logging. This setting relates to the logs generated by using logging statements in your + * Wasm code. This field is can be set only if logging is enabled for the plugin. If the field is + * not provided when logging is enabled, it is set to `INFO` by default. * @param minLogLevel minLogLevel or {@code null} for none */ public WasmPluginLogConfig setMinLogLevel(java.lang.String minLogLevel) { @@ -99,11 +99,11 @@ public WasmPluginLogConfig setMinLogLevel(java.lang.String minLogLevel) { } /** - * Non-empty default. Configures the sampling rate of activity logs, where `1.0` means all logged - * activity is reported and `0.0` means no activity is reported. A floating point value between - * `0.0` and `1.0` indicates that a percentage of log messages is stored. The default value when - * logging is enabled is `1.0`. The value of the field must be between `0` and `1` (inclusive). - * This field can be specified only if logging is enabled for this plugin. + * Optional. Non-empty default. Configures the sampling rate of activity logs, where `1.0` means + * all logged activity is reported and `0.0` means no activity is reported. A floating point value + * between `0.0` and `1.0` indicates that a percentage of log messages is stored. The default + * value when logging is enabled is `1.0`. The value of the field must be between `0` and `1` + * (inclusive). This field can be specified only if logging is enabled for this plugin. * @return value or {@code null} for none */ public java.lang.Float getSampleRate() { @@ -111,11 +111,11 @@ public java.lang.Float getSampleRate() { } /** - * Non-empty default. Configures the sampling rate of activity logs, where `1.0` means all logged - * activity is reported and `0.0` means no activity is reported. A floating point value between - * `0.0` and `1.0` indicates that a percentage of log messages is stored. The default value when - * logging is enabled is `1.0`. The value of the field must be between `0` and `1` (inclusive). - * This field can be specified only if logging is enabled for this plugin. + * Optional. Non-empty default. Configures the sampling rate of activity logs, where `1.0` means + * all logged activity is reported and `0.0` means no activity is reported. A floating point value + * between `0.0` and `1.0` indicates that a percentage of log messages is stored. The default + * value when logging is enabled is `1.0`. The value of the field must be between `0` and `1` + * (inclusive). This field can be specified only if logging is enabled for this plugin. * @param sampleRate sampleRate or {@code null} for none */ public WasmPluginLogConfig setSampleRate(java.lang.Float sampleRate) { diff --git a/clients/google-api-services-networkservices/v1/2.0.0/pom.xml b/clients/google-api-services-networkservices/v1/2.0.0/pom.xml index 5e57f29c4a0..ff33050bb7a 100644 --- a/clients/google-api-services-networkservices/v1/2.0.0/pom.xml +++ b/clients/google-api-services-networkservices/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Network Services API. For a detailed explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class EgressNetworkConfigTlsConfig extends com.google.api.client.json.GenericJson { - - /** - * Optional. The additional roots to trust. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String additionalRoots; - - /** - * Optional. The trust config resource name. Format: - * projects/{project}/locations/{location}/trustConfigs/{trust_config} - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String trustConfig; - - /** - * Optional. The additional roots to trust. - * @return value or {@code null} for none - */ - public java.lang.String getAdditionalRoots() { - return additionalRoots; - } - - /** - * Optional. The additional roots to trust. - * @param additionalRoots additionalRoots or {@code null} for none - */ - public EgressNetworkConfigTlsConfig setAdditionalRoots(java.lang.String additionalRoots) { - this.additionalRoots = additionalRoots; - return this; - } - - /** - * Optional. The trust config resource name. Format: - * projects/{project}/locations/{location}/trustConfigs/{trust_config} - * @return value or {@code null} for none - */ - public java.lang.String getTrustConfig() { - return trustConfig; - } - - /** - * Optional. The trust config resource name. Format: - * projects/{project}/locations/{location}/trustConfigs/{trust_config} - * @param trustConfig trustConfig or {@code null} for none - */ - public EgressNetworkConfigTlsConfig setTrustConfig(java.lang.String trustConfig) { - this.trustConfig = trustConfig; - return this; - } - - @Override - public EgressNetworkConfigTlsConfig set(String fieldName, Object value) { - return (EgressNetworkConfigTlsConfig) super.set(fieldName, value); - } - - @Override - public EgressNetworkConfigTlsConfig clone() { - return (EgressNetworkConfigTlsConfig) super.clone(); - } - -} diff --git a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/WasmPluginLogConfig.java b/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/WasmPluginLogConfig.java index 02c57c51c1d..2ebf603da9a 100644 --- a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/WasmPluginLogConfig.java +++ b/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/WasmPluginLogConfig.java @@ -38,21 +38,21 @@ public final class WasmPluginLogConfig extends com.google.api.client.json.Generi private java.lang.Boolean enable; /** - * Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud - * Logging. This setting relates to the logs generated by using logging statements in your Wasm - * code. This field is can be set only if logging is enabled for the plugin. If the field is not - * provided when logging is enabled, it is set to `INFO` by default. + * Optional. Non-empty default. Specifies the lowest level of the plugin logs that are exported to + * Cloud Logging. This setting relates to the logs generated by using logging statements in your + * Wasm code. This field is can be set only if logging is enabled for the plugin. If the field is + * not provided when logging is enabled, it is set to `INFO` by default. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String minLogLevel; /** - * Non-empty default. Configures the sampling rate of activity logs, where `1.0` means all logged - * activity is reported and `0.0` means no activity is reported. A floating point value between - * `0.0` and `1.0` indicates that a percentage of log messages is stored. The default value when - * logging is enabled is `1.0`. The value of the field must be between `0` and `1` (inclusive). - * This field can be specified only if logging is enabled for this plugin. + * Optional. Non-empty default. Configures the sampling rate of activity logs, where `1.0` means + * all logged activity is reported and `0.0` means no activity is reported. A floating point value + * between `0.0` and `1.0` indicates that a percentage of log messages is stored. The default + * value when logging is enabled is `1.0`. The value of the field must be between `0` and `1` + * (inclusive). This field can be specified only if logging is enabled for this plugin. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -76,10 +76,10 @@ public WasmPluginLogConfig setEnable(java.lang.Boolean enable) { } /** - * Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud - * Logging. This setting relates to the logs generated by using logging statements in your Wasm - * code. This field is can be set only if logging is enabled for the plugin. If the field is not - * provided when logging is enabled, it is set to `INFO` by default. + * Optional. Non-empty default. Specifies the lowest level of the plugin logs that are exported to + * Cloud Logging. This setting relates to the logs generated by using logging statements in your + * Wasm code. This field is can be set only if logging is enabled for the plugin. If the field is + * not provided when logging is enabled, it is set to `INFO` by default. * @return value or {@code null} for none */ public java.lang.String getMinLogLevel() { @@ -87,10 +87,10 @@ public java.lang.String getMinLogLevel() { } /** - * Non-empty default. Specifies the lowest level of the plugin logs that are exported to Cloud - * Logging. This setting relates to the logs generated by using logging statements in your Wasm - * code. This field is can be set only if logging is enabled for the plugin. If the field is not - * provided when logging is enabled, it is set to `INFO` by default. + * Optional. Non-empty default. Specifies the lowest level of the plugin logs that are exported to + * Cloud Logging. This setting relates to the logs generated by using logging statements in your + * Wasm code. This field is can be set only if logging is enabled for the plugin. If the field is + * not provided when logging is enabled, it is set to `INFO` by default. * @param minLogLevel minLogLevel or {@code null} for none */ public WasmPluginLogConfig setMinLogLevel(java.lang.String minLogLevel) { @@ -99,11 +99,11 @@ public WasmPluginLogConfig setMinLogLevel(java.lang.String minLogLevel) { } /** - * Non-empty default. Configures the sampling rate of activity logs, where `1.0` means all logged - * activity is reported and `0.0` means no activity is reported. A floating point value between - * `0.0` and `1.0` indicates that a percentage of log messages is stored. The default value when - * logging is enabled is `1.0`. The value of the field must be between `0` and `1` (inclusive). - * This field can be specified only if logging is enabled for this plugin. + * Optional. Non-empty default. Configures the sampling rate of activity logs, where `1.0` means + * all logged activity is reported and `0.0` means no activity is reported. A floating point value + * between `0.0` and `1.0` indicates that a percentage of log messages is stored. The default + * value when logging is enabled is `1.0`. The value of the field must be between `0` and `1` + * (inclusive). This field can be specified only if logging is enabled for this plugin. * @return value or {@code null} for none */ public java.lang.Float getSampleRate() { @@ -111,11 +111,11 @@ public java.lang.Float getSampleRate() { } /** - * Non-empty default. Configures the sampling rate of activity logs, where `1.0` means all logged - * activity is reported and `0.0` means no activity is reported. A floating point value between - * `0.0` and `1.0` indicates that a percentage of log messages is stored. The default value when - * logging is enabled is `1.0`. The value of the field must be between `0` and `1` (inclusive). - * This field can be specified only if logging is enabled for this plugin. + * Optional. Non-empty default. Configures the sampling rate of activity logs, where `1.0` means + * all logged activity is reported and `0.0` means no activity is reported. A floating point value + * between `0.0` and `1.0` indicates that a percentage of log messages is stored. The default + * value when logging is enabled is `1.0`. The value of the field must be between `0` and `1` + * (inclusive). This field can be specified only if logging is enabled for this plugin. * @param sampleRate sampleRate or {@code null} for none */ public WasmPluginLogConfig setSampleRate(java.lang.Float sampleRate) { diff --git a/clients/google-api-services-networkservices/v1beta1/2.0.0/pom.xml b/clients/google-api-services-networkservices/v1beta1/2.0.0/pom.xml index 75cb3895e9f..43d4b1f39e1 100644 --- a/clients/google-api-services-networkservices/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-networkservices/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@