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: com.google.apis google-api-services-networkservices - v1-rev20260724-2.0.0 + v1-rev20260803-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-networkservices:v1-rev20260724-2.0.0' + implementation 'com.google.apis:google-api-services-networkservices:v1-rev20260803-2.0.0' } ``` diff --git a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/AgentGateway.java b/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/AgentGateway.java index 11887c82f13..5a8349759f5 100644 --- a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/AgentGateway.java +++ b/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/AgentGateway.java @@ -29,6 +29,14 @@ @SuppressWarnings("javadoc") public final class AgentGateway extends com.google.api.client.json.GenericJson { + /** + * Optional. The resource name of the AgentConnectivityTemplate. Format: + * projects/{project}/locations/{location}/agentConnectivityTemplates/{template} + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String agentConnectivityTemplate; + /** * Output only. Field for populated AgentGateway card. * The value may be {@code null}. @@ -117,6 +125,25 @@ public final class AgentGateway extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private String updateTime; + /** + * Optional. The resource name of the AgentConnectivityTemplate. Format: + * projects/{project}/locations/{location}/agentConnectivityTemplates/{template} + * @return value or {@code null} for none + */ + public java.lang.String getAgentConnectivityTemplate() { + return agentConnectivityTemplate; + } + + /** + * Optional. The resource name of the AgentConnectivityTemplate. Format: + * projects/{project}/locations/{location}/agentConnectivityTemplates/{template} + * @param agentConnectivityTemplate agentConnectivityTemplate or {@code null} for none + */ + public AgentGateway setAgentConnectivityTemplate(java.lang.String agentConnectivityTemplate) { + this.agentConnectivityTemplate = agentConnectivityTemplate; + return this; + } + /** * Output only. Field for populated AgentGateway card. * @return value or {@code null} for none diff --git a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EgressNetworkConfig.java b/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EgressNetworkConfig.java index 6ba2bd92920..fc51adb3f42 100644 --- a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EgressNetworkConfig.java +++ b/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EgressNetworkConfig.java @@ -45,14 +45,7 @@ public final class EgressNetworkConfig extends com.google.api.client.json.Generi private java.lang.String networkAttachment; /** - * Optional. The TLS configuration for the egress traffic. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private EgressNetworkConfigTlsConfig tlsConfig; - - /** - * Optional. The trust config resource name. Format: + * Optional. Deprecated: Use tls_config instead. The trust config resource name. Format: * projects/{project}/locations/{location}/trustConfigs/{trust_config} * The value may be {@code null}. */ @@ -103,24 +96,7 @@ public EgressNetworkConfig setNetworkAttachment(java.lang.String networkAttachme } /** - * Optional. The TLS configuration for the egress traffic. - * @return value or {@code null} for none - */ - public EgressNetworkConfigTlsConfig getTlsConfig() { - return tlsConfig; - } - - /** - * Optional. The TLS configuration for the egress traffic. - * @param tlsConfig tlsConfig or {@code null} for none - */ - public EgressNetworkConfig setTlsConfig(EgressNetworkConfigTlsConfig tlsConfig) { - this.tlsConfig = tlsConfig; - return this; - } - - /** - * Optional. The trust config resource name. Format: + * Optional. Deprecated: Use tls_config instead. The trust config resource name. Format: * projects/{project}/locations/{location}/trustConfigs/{trust_config} * @return value or {@code null} for none */ @@ -129,7 +105,7 @@ public java.lang.String getTrustConfig() { } /** - * Optional. The trust config resource name. Format: + * Optional. Deprecated: Use tls_config instead. The trust config resource name. Format: * projects/{project}/locations/{location}/trustConfigs/{trust_config} * @param trustConfig trustConfig or {@code null} for none */ diff --git a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EgressNetworkConfigTlsConfig.java b/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EgressNetworkConfigTlsConfig.java deleted file mode 100644 index b5c9e91c3fd..00000000000 --- a/clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EgressNetworkConfigTlsConfig.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ -/* - * This code was generated by https://github.com/googleapis/google-api-java-client-services/ - * Modify at your own risk. - */ - -package com.google.api.services.networkservices.v1.model; - -/** - * Configuration for TLS connections. - * - *

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 @@ com.google.apis google-api-services-networkservices - v1-rev20260724-2.0.0 - Network Services API v1-rev20260724-2.0.0 + v1-rev20260803-2.0.0 + Network Services API v1-rev20260803-2.0.0 jar 2011 diff --git a/clients/google-api-services-networkservices/v1/README.md b/clients/google-api-services-networkservices/v1/README.md index 0ad596e8a93..214db69e05f 100644 --- a/clients/google-api-services-networkservices/v1/README.md +++ b/clients/google-api-services-networkservices/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-networkservices - v1-rev20260724-2.0.0 + v1-rev20260803-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-networkservices:v1-rev20260724-2.0.0' + implementation 'com.google.apis:google-api-services-networkservices:v1-rev20260803-2.0.0' } ``` diff --git a/clients/google-api-services-networkservices/v1beta1/2.0.0/README.md b/clients/google-api-services-networkservices/v1beta1/2.0.0/README.md index 4d96e8cb026..f2878109402 100644 --- a/clients/google-api-services-networkservices/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-networkservices/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-networkservices - v1beta1-rev20260724-2.0.0 + v1beta1-rev20260803-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20260724-2.0.0' + implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20260803-2.0.0' } ``` diff --git a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/AgentGateway.java b/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/AgentGateway.java index 0c5ce548896..fa68cd504a0 100644 --- a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/AgentGateway.java +++ b/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/AgentGateway.java @@ -29,6 +29,14 @@ @SuppressWarnings("javadoc") public final class AgentGateway extends com.google.api.client.json.GenericJson { + /** + * Optional. The resource name of the AgentConnectivityTemplate. Format: + * projects/{project}/locations/{location}/agentConnectivityTemplates/{template} + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String agentConnectivityTemplate; + /** * Output only. Field for populated AgentGateway card. * The value may be {@code null}. @@ -117,6 +125,25 @@ public final class AgentGateway extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private String updateTime; + /** + * Optional. The resource name of the AgentConnectivityTemplate. Format: + * projects/{project}/locations/{location}/agentConnectivityTemplates/{template} + * @return value or {@code null} for none + */ + public java.lang.String getAgentConnectivityTemplate() { + return agentConnectivityTemplate; + } + + /** + * Optional. The resource name of the AgentConnectivityTemplate. Format: + * projects/{project}/locations/{location}/agentConnectivityTemplates/{template} + * @param agentConnectivityTemplate agentConnectivityTemplate or {@code null} for none + */ + public AgentGateway setAgentConnectivityTemplate(java.lang.String agentConnectivityTemplate) { + this.agentConnectivityTemplate = agentConnectivityTemplate; + return this; + } + /** * Output only. Field for populated AgentGateway card. * @return value or {@code null} for none diff --git a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EgressNetworkConfig.java b/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EgressNetworkConfig.java index e16666314ee..0d11e56d794 100644 --- a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EgressNetworkConfig.java +++ b/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EgressNetworkConfig.java @@ -45,14 +45,7 @@ public final class EgressNetworkConfig extends com.google.api.client.json.Generi private java.lang.String networkAttachment; /** - * Optional. The TLS configuration for the egress traffic. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private EgressNetworkConfigTlsConfig tlsConfig; - - /** - * Optional. The trust config resource name. Format: + * Optional. Deprecated: Use tls_config instead. The trust config resource name. Format: * projects/{project}/locations/{location}/trustConfigs/{trust_config} * The value may be {@code null}. */ @@ -103,24 +96,7 @@ public EgressNetworkConfig setNetworkAttachment(java.lang.String networkAttachme } /** - * Optional. The TLS configuration for the egress traffic. - * @return value or {@code null} for none - */ - public EgressNetworkConfigTlsConfig getTlsConfig() { - return tlsConfig; - } - - /** - * Optional. The TLS configuration for the egress traffic. - * @param tlsConfig tlsConfig or {@code null} for none - */ - public EgressNetworkConfig setTlsConfig(EgressNetworkConfigTlsConfig tlsConfig) { - this.tlsConfig = tlsConfig; - return this; - } - - /** - * Optional. The trust config resource name. Format: + * Optional. Deprecated: Use tls_config instead. The trust config resource name. Format: * projects/{project}/locations/{location}/trustConfigs/{trust_config} * @return value or {@code null} for none */ @@ -129,7 +105,7 @@ public java.lang.String getTrustConfig() { } /** - * Optional. The trust config resource name. Format: + * Optional. Deprecated: Use tls_config instead. The trust config resource name. Format: * projects/{project}/locations/{location}/trustConfigs/{trust_config} * @param trustConfig trustConfig or {@code null} for none */ diff --git a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EgressNetworkConfigTlsConfig.java b/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EgressNetworkConfigTlsConfig.java deleted file mode 100644 index 2164cd6b255..00000000000 --- a/clients/google-api-services-networkservices/v1beta1/2.0.0/com/google/api/services/networkservices/v1beta1/model/EgressNetworkConfigTlsConfig.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ -/* - * This code was generated by https://github.com/googleapis/google-api-java-client-services/ - * Modify at your own risk. - */ - -package com.google.api.services.networkservices.v1beta1.model; - -/** - * Configuration for TLS connections. - * - *

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 @@ com.google.apis google-api-services-networkservices - v1beta1-rev20260724-2.0.0 - Network Services API v1beta1-rev20260724-2.0.0 + v1beta1-rev20260803-2.0.0 + Network Services API v1beta1-rev20260803-2.0.0 jar 2011 diff --git a/clients/google-api-services-networkservices/v1beta1/README.md b/clients/google-api-services-networkservices/v1beta1/README.md index 4d96e8cb026..f2878109402 100644 --- a/clients/google-api-services-networkservices/v1beta1/README.md +++ b/clients/google-api-services-networkservices/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-networkservices - v1beta1-rev20260724-2.0.0 + v1beta1-rev20260803-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20260724-2.0.0' + implementation 'com.google.apis:google-api-services-networkservices:v1beta1-rev20260803-2.0.0' } ```