Skip to content

Commit 47eb3bb

Browse files
1 parent 7853681 commit 47eb3bb

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

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

clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/NetworkManagement.java

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,10 +2740,10 @@ public class VpcFlowLogsConfigs {
27402740
/**
27412741
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists
27422742
* (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with
2743-
* state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
2744-
* purpose of the check mentioned above, therefore - creating another configuration with the same
2745-
* fields but different values for the following fields will fail as well: - name - create_time -
2746-
* update_time - labels - description
2743+
* state=DISABLED will fail 2. The following fields are not considered as `settings` for the purpose
2744+
* of the check mentioned above, therefore - creating another configuration with the same fields but
2745+
* different values for the following fields will fail as well: * name * create_time * update_time *
2746+
* labels * description
27472747
*
27482748
* Create a request for the method "vpcFlowLogsConfigs.create".
27492749
*
@@ -2771,10 +2771,10 @@ public class Create extends NetworkManagementRequest<com.google.api.services.net
27712771
/**
27722772
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already
27732773
* exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration
2774-
* with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
2774+
* with state=DISABLED will fail 2. The following fields are not considered as `settings` for the
27752775
* purpose of the check mentioned above, therefore - creating another configuration with the same
2776-
* fields but different values for the following fields will fail as well: - name - create_time -
2777-
* update_time - labels - description
2776+
* fields but different values for the following fields will fail as well: * name * create_time *
2777+
* update_time * labels * description
27782778
*
27792779
* Create a request for the method "vpcFlowLogsConfigs.create".
27802780
*
@@ -3411,12 +3411,12 @@ public List set(String parameterName, Object value) {
34113411
}
34123412
}
34133413
/**
3414-
* Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already
3415-
* exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with
3416-
* state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
3417-
* purpose of the check mentioned above, therefore - updating another configuration with the same
3418-
* fields but different values for the following fields will fail as well: - name - create_time -
3419-
* update_time - labels - description
3414+
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists
3415+
* (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with
3416+
* state=DISABLED will fail 2. The following fields are not considered as `settings` for the purpose
3417+
* of the check mentioned above, therefore - creating another configuration with the same fields but
3418+
* different values for the following fields will fail as well: * name * create_time * update_time *
3419+
* labels * description
34203420
*
34213421
* Create a request for the method "vpcFlowLogsConfigs.patch".
34223422
*
@@ -3442,12 +3442,12 @@ public class Patch extends NetworkManagementRequest<com.google.api.services.netw
34423442
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/vpcFlowLogsConfigs/[^/]+$");
34433443

34443444
/**
3445-
* Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings
3446-
* already exists (even if the ID is different), the creation fails. Notes: 1. Updating a
3447-
* configuration with state=DISABLED will fail. 2. The following fields are not considered as
3448-
* `settings` for the purpose of the check mentioned above, therefore - updating another
3449-
* configuration with the same fields but different values for the following fields will fail as
3450-
* well: - name - create_time - update_time - labels - description
3445+
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already
3446+
* exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration
3447+
* with state=DISABLED will fail 2. The following fields are not considered as `settings` for the
3448+
* purpose of the check mentioned above, therefore - creating another configuration with the same
3449+
* fields but different values for the following fields will fail as well: * name * create_time *
3450+
* update_time * labels * description
34513451
*
34523452
* Create a request for the method "vpcFlowLogsConfigs.patch".
34533453
*

clients/google-api-services-networkmanagement/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-networkmanagement</artifactId>
11-
<version>v1beta1-rev20250108-2.0.0</version>
12-
<name>Network Management API v1beta1-rev20250108-2.0.0</name>
11+
<version>v1beta1-rev20250129-2.0.0</version>
12+
<name>Network Management API v1beta1-rev20250129-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)