Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkservices</artifactId>
<version>v1-rev20260724-2.0.0</version>
<version>v1-rev20260803-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*/
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -76,21 +76,21 @@ 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() {
return minLogLevel;
}

/**
* 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) {
Expand All @@ -99,23 +99,23 @@ 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() {
return sampleRate;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkservices</artifactId>
<version>v1-rev20260724-2.0.0</version>
<name>Network Services API v1-rev20260724-2.0.0</name>
<version>v1-rev20260803-2.0.0</version>
<name>Network Services API v1-rev20260803-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-networkservices/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkservices</artifactId>
<version>v1-rev20260724-2.0.0</version>
<version>v1-rev20260803-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkservices</artifactId>
<version>v1beta1-rev20260724-2.0.0</version>
<version>v1beta1-rev20260803-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down Expand Up @@ -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
Expand Down
Loading
Loading