Skip to content

Commit 0d277f5

Browse files
1 parent 6a2af65 commit 0d277f5

File tree

11 files changed

+141
-12
lines changed

11 files changed

+141
-12
lines changed

clients/google-api-services-networksecurity/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-networksecurity</artifactId>
25-
<version>v1-rev20241202-2.0.0</version>
25+
<version>v1-rev20250126-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20241202-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20250126-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/SecurityProfileGroup.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
5050
@com.google.api.client.util.Key
5151
private java.lang.String customMirroringProfile;
5252

53+
/**
54+
* Output only. Identifier used by the data-path. Unique within {container, location}.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
58+
private java.math.BigInteger dataPathId;
59+
5360
/**
5461
* Optional. An optional description of the profile group. Max length 2048 characters.
5562
* The value may be {@code null}.
@@ -146,6 +153,23 @@ public SecurityProfileGroup setCustomMirroringProfile(java.lang.String customMir
146153
return this;
147154
}
148155

156+
/**
157+
* Output only. Identifier used by the data-path. Unique within {container, location}.
158+
* @return value or {@code null} for none
159+
*/
160+
public java.math.BigInteger getDataPathId() {
161+
return dataPathId;
162+
}
163+
164+
/**
165+
* Output only. Identifier used by the data-path. Unique within {container, location}.
166+
* @param dataPathId dataPathId or {@code null} for none
167+
*/
168+
public SecurityProfileGroup setDataPathId(java.math.BigInteger dataPathId) {
169+
this.dataPathId = dataPathId;
170+
return this;
171+
}
172+
149173
/**
150174
* Optional. An optional description of the profile group. Max length 2048 characters.
151175
* @return value or {@code null} for none

clients/google-api-services-networksecurity/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-networksecurity</artifactId>
11-
<version>v1-rev20241202-2.0.0</version>
12-
<name>Network Security API v1-rev20241202-2.0.0</name>
11+
<version>v1-rev20250126-2.0.0</version>
12+
<name>Network Security API v1-rev20250126-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networksecurity/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-networksecurity</artifactId>
25-
<version>v1-rev20241202-2.0.0</version>
25+
<version>v1-rev20250126-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20241202-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20250126-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networksecurity/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-networksecurity</artifactId>
25-
<version>v1beta1-rev20250118-2.0.0</version>
25+
<version>v1beta1-rev20250126-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20250118-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20250126-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/MirroringDeployment.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ public final class MirroringDeployment extends com.google.api.client.json.Generi
3636
@com.google.api.client.util.Key
3737
private String createTime;
3838

39+
/**
40+
* Optional. User-provided description of the deployment. Used as additional context for the
41+
* deployment.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String description;
46+
3947
/**
4048
* Required. Immutable. The regional load balancer which the mirrored traffic should be forwarded
4149
* to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}
@@ -104,6 +112,25 @@ public MirroringDeployment setCreateTime(String createTime) {
104112
return this;
105113
}
106114

115+
/**
116+
* Optional. User-provided description of the deployment. Used as additional context for the
117+
* deployment.
118+
* @return value or {@code null} for none
119+
*/
120+
public java.lang.String getDescription() {
121+
return description;
122+
}
123+
124+
/**
125+
* Optional. User-provided description of the deployment. Used as additional context for the
126+
* deployment.
127+
* @param description description or {@code null} for none
128+
*/
129+
public MirroringDeployment setDescription(java.lang.String description) {
130+
this.description = description;
131+
return this;
132+
}
133+
107134
/**
108135
* Required. Immutable. The regional load balancer which the mirrored traffic should be forwarded
109136
* to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}

clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/MirroringDeploymentGroup.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ public final class MirroringDeploymentGroup extends com.google.api.client.json.G
4343
@com.google.api.client.util.Key
4444
private String createTime;
4545

46+
/**
47+
* Optional. User-provided description of the deployment group. Used as additional context for the
48+
* deployment group.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String description;
53+
4654
/**
4755
* Optional. Labels as key value pairs
4856
* The value may be {@code null}.
@@ -120,6 +128,25 @@ public MirroringDeploymentGroup setCreateTime(String createTime) {
120128
return this;
121129
}
122130

131+
/**
132+
* Optional. User-provided description of the deployment group. Used as additional context for the
133+
* deployment group.
134+
* @return value or {@code null} for none
135+
*/
136+
public java.lang.String getDescription() {
137+
return description;
138+
}
139+
140+
/**
141+
* Optional. User-provided description of the deployment group. Used as additional context for the
142+
* deployment group.
143+
* @param description description or {@code null} for none
144+
*/
145+
public MirroringDeploymentGroup setDescription(java.lang.String description) {
146+
this.description = description;
147+
return this;
148+
}
149+
123150
/**
124151
* Optional. Labels as key value pairs
125152
* @return value or {@code null} for none

clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/MirroringEndpointGroup.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ public final class MirroringEndpointGroup extends com.google.api.client.json.Gen
4444
@com.google.api.client.util.Key
4545
private String createTime;
4646

47+
/**
48+
* Optional. User-provided description of the endpoint group. Used as additional context for the
49+
* endpoint group.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.String description;
54+
4755
/**
4856
* Optional. Labels as key value pairs
4957
* The value may be {@code null}.
@@ -123,6 +131,25 @@ public MirroringEndpointGroup setCreateTime(String createTime) {
123131
return this;
124132
}
125133

134+
/**
135+
* Optional. User-provided description of the endpoint group. Used as additional context for the
136+
* endpoint group.
137+
* @return value or {@code null} for none
138+
*/
139+
public java.lang.String getDescription() {
140+
return description;
141+
}
142+
143+
/**
144+
* Optional. User-provided description of the endpoint group. Used as additional context for the
145+
* endpoint group.
146+
* @param description description or {@code null} for none
147+
*/
148+
public MirroringEndpointGroup setDescription(java.lang.String description) {
149+
this.description = description;
150+
return this;
151+
}
152+
126153
/**
127154
* Optional. Labels as key value pairs
128155
* @return value or {@code null} for none

clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/SecurityProfileGroup.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
5050
@com.google.api.client.util.Key
5151
private java.lang.String customMirroringProfile;
5252

53+
/**
54+
* Output only. Identifier used by the data-path. Unique within {container, location}.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
58+
private java.math.BigInteger dataPathId;
59+
5360
/**
5461
* Optional. An optional description of the profile group. Max length 2048 characters.
5562
* The value may be {@code null}.
@@ -146,6 +153,23 @@ public SecurityProfileGroup setCustomMirroringProfile(java.lang.String customMir
146153
return this;
147154
}
148155

156+
/**
157+
* Output only. Identifier used by the data-path. Unique within {container, location}.
158+
* @return value or {@code null} for none
159+
*/
160+
public java.math.BigInteger getDataPathId() {
161+
return dataPathId;
162+
}
163+
164+
/**
165+
* Output only. Identifier used by the data-path. Unique within {container, location}.
166+
* @param dataPathId dataPathId or {@code null} for none
167+
*/
168+
public SecurityProfileGroup setDataPathId(java.math.BigInteger dataPathId) {
169+
this.dataPathId = dataPathId;
170+
return this;
171+
}
172+
149173
/**
150174
* Optional. An optional description of the profile group. Max length 2048 characters.
151175
* @return value or {@code null} for none

clients/google-api-services-networksecurity/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-networksecurity</artifactId>
11-
<version>v1beta1-rev20250118-2.0.0</version>
12-
<name>Network Security API v1beta1-rev20250118-2.0.0</name>
11+
<version>v1beta1-rev20250126-2.0.0</version>
12+
<name>Network Security API v1beta1-rev20250126-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)