Skip to content

Commit 156ee49

Browse files
1 parent df63ff5 commit 156ee49

File tree

7 files changed

+988
-45
lines changed

7 files changed

+988
-45
lines changed

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

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

Lines changed: 969 additions & 26 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
public final class CustomMirroringProfile extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The target MirroringEndpointGroup. When a mirroring rule with this security profile
35-
* attached matches a packet, a replica will be mirrored to the location-local target in this
36-
* group.
34+
* Required. Immutable. The target MirroringEndpointGroup. When a mirroring rule with this
35+
* security profile attached matches a packet, a replica will be mirrored to the location-local
36+
* target in this group.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String mirroringEndpointGroup;
4141

4242
/**
43-
* Required. The target MirroringEndpointGroup. When a mirroring rule with this security profile
44-
* attached matches a packet, a replica will be mirrored to the location-local target in this
45-
* group.
43+
* Required. Immutable. The target MirroringEndpointGroup. When a mirroring rule with this
44+
* security profile attached matches a packet, a replica will be mirrored to the location-local
45+
* target in this group.
4646
* @return value or {@code null} for none
4747
*/
4848
public java.lang.String getMirroringEndpointGroup() {
4949
return mirroringEndpointGroup;
5050
}
5151

5252
/**
53-
* Required. The target MirroringEndpointGroup. When a mirroring rule with this security profile
54-
* attached matches a packet, a replica will be mirrored to the location-local target in this
55-
* group.
53+
* Required. Immutable. The target MirroringEndpointGroup. When a mirroring rule with this
54+
* security profile attached matches a packet, a replica will be mirrored to the location-local
55+
* target in this group.
5656
* @param mirroringEndpointGroup mirroringEndpointGroup or {@code null} for none
5757
*/
5858
public CustomMirroringProfile setMirroringEndpointGroup(java.lang.String mirroringEndpointGroup) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* A DNS threat detector sends DNS query logs to a _provider_ that then analyzes the logs to
21-
* identify malicious activity in the DNS queries. By default, all VPC networks in your projects are
21+
* identify threat events in the DNS queries. By default, all VPC networks in your projects are
2222
* included. You can exclude specific networks by supplying `excluded_networks`.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4545

4646
/**
4747
* Unordered list. Unreachable resources. Populated when the request sets
48-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
4949
* attempting to list all resources across all supported locations.
5050
* The value may be {@code null}.
5151
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8888

8989
/**
9090
* Unordered list. Unreachable resources. Populated when the request sets
91-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9292
* attempting to list all resources across all supported locations.
9393
* @return value or {@code null} for none
9494
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9898

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/

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

0 commit comments

Comments
 (0)