Skip to content

Commit ef850f4

Browse files
1 parent 6f2e12d commit ef850f4

File tree

16 files changed

+2574
-66
lines changed

16 files changed

+2574
-66
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-rev20250428-2.0.0</version>
25+
<version>v1-rev20250514-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-rev20250428-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networksecurity:v1-rev20250514-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class AuthzPolicyAuthzRuleFromRequestSource extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* Optional. A list of identities derived from the client's certificate. This field is under
34-
* development and we don't recommend using it at this time. Limited to 5 principals.
35-
* The value may be {@code null}.
36-
*/
37-
@com.google.api.client.util.Key
38-
private java.util.List<AuthzPolicyAuthzRuleStringMatch> principals;
39-
4032
/**
4133
* Optional. A list of resources to match against the resource of the source VM of a request.
4234
* Limited to 5 resources.
@@ -45,25 +37,6 @@ public final class AuthzPolicyAuthzRuleFromRequestSource extends com.google.api.
4537
@com.google.api.client.util.Key
4638
private java.util.List<AuthzPolicyAuthzRuleRequestResource> resources;
4739

48-
/**
49-
* Optional. A list of identities derived from the client's certificate. This field is under
50-
* development and we don't recommend using it at this time. Limited to 5 principals.
51-
* @return value or {@code null} for none
52-
*/
53-
public java.util.List<AuthzPolicyAuthzRuleStringMatch> getPrincipals() {
54-
return principals;
55-
}
56-
57-
/**
58-
* Optional. A list of identities derived from the client's certificate. This field is under
59-
* development and we don't recommend using it at this time. Limited to 5 principals.
60-
* @param principals principals or {@code null} for none
61-
*/
62-
public AuthzPolicyAuthzRuleFromRequestSource setPrincipals(java.util.List<AuthzPolicyAuthzRuleStringMatch> principals) {
63-
this.principals = principals;
64-
return this;
65-
}
66-
6740
/**
6841
* Optional. A list of resources to match against the resource of the source VM of a request.
6942
* Limited to 5 resources.

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

0 commit comments

Comments
 (0)