Skip to content

Commit 7b93ae0

Browse files
1 parent 8d10a16 commit 7b93ae0

8 files changed

Lines changed: 18 additions & 18 deletions

File tree

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-rev20260617-2.0.0</version>
25+
<version>v1-rev20260625-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-rev20260617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20260625-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
5151
private java.lang.String customMirroringProfile;
5252

5353
/**
54-
* Output only. Identifier used by the data-path. Unique within {container, location}.
54+
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -161,15 +161,15 @@ public SecurityProfileGroup setCustomMirroringProfile(java.lang.String customMir
161161
}
162162

163163
/**
164-
* Output only. Identifier used by the data-path. Unique within {container, location}.
164+
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
165165
* @return value or {@code null} for none
166166
*/
167167
public java.math.BigInteger getDataPathId() {
168168
return dataPathId;
169169
}
170170

171171
/**
172-
* Output only. Identifier used by the data-path. Unique within {container, location}.
172+
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
173173
* @param dataPathId dataPathId or {@code null} for none
174174
*/
175175
public SecurityProfileGroup setDataPathId(java.math.BigInteger dataPathId) {

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-rev20260617-2.0.0</version>
12-
<name>Network Security API v1-rev20260617-2.0.0</name>
11+
<version>v1-rev20260625-2.0.0</version>
12+
<name>Network Security API v1-rev20260625-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-rev20260617-2.0.0</version>
25+
<version>v1-rev20260625-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-rev20260617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20260625-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-rev20260617-2.0.0</version>
25+
<version>v1beta1-rev20260625-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-rev20260617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20260625-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
5151
private java.lang.String customMirroringProfile;
5252

5353
/**
54-
* Output only. Identifier used by the data-path. Unique within {container, location}.
54+
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -168,15 +168,15 @@ public SecurityProfileGroup setCustomMirroringProfile(java.lang.String customMir
168168
}
169169

170170
/**
171-
* Output only. Identifier used by the data-path. Unique within {container, location}.
171+
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
172172
* @return value or {@code null} for none
173173
*/
174174
public java.math.BigInteger getDataPathId() {
175175
return dataPathId;
176176
}
177177

178178
/**
179-
* Output only. Identifier used by the data-path. Unique within {container, location}.
179+
* Output only. Identifier used by the data-path. Unique within \{container, location\}.
180180
* @param dataPathId dataPathId or {@code null} for none
181181
*/
182182
public SecurityProfileGroup setDataPathId(java.math.BigInteger dataPathId) {

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-rev20260617-2.0.0</version>
12-
<name>Network Security API v1beta1-rev20260617-2.0.0</name>
11+
<version>v1beta1-rev20260625-2.0.0</version>
12+
<name>Network Security API v1beta1-rev20260625-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-networksecurity/v1beta1/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-rev20260617-2.0.0</version>
25+
<version>v1beta1-rev20260625-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-rev20260617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20260625-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)