Skip to content

Commit

Permalink
chore: regenerate networkmanagement client (#25393)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Feb 8, 2025
1 parent 7853681 commit 47eb3bb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkmanagement</artifactId>
<version>v1beta1-rev20250108-2.0.0</version>
<version>v1beta1-rev20250129-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20250108-2.0.0'
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20250129-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2740,10 +2740,10 @@ public class VpcFlowLogsConfigs {
/**
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists
* (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with
* state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
* purpose of the check mentioned above, therefore - creating another configuration with the same
* fields but different values for the following fields will fail as well: - name - create_time -
* update_time - labels - description
* state=DISABLED will fail 2. The following fields are not considered as `settings` for the purpose
* of the check mentioned above, therefore - creating another configuration with the same fields but
* different values for the following fields will fail as well: * name * create_time * update_time *
* labels * description
*
* Create a request for the method "vpcFlowLogsConfigs.create".
*
Expand Down Expand Up @@ -2771,10 +2771,10 @@ public class Create extends NetworkManagementRequest<com.google.api.services.net
/**
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already
* exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration
* with state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
* with state=DISABLED will fail 2. The following fields are not considered as `settings` for the
* purpose of the check mentioned above, therefore - creating another configuration with the same
* fields but different values for the following fields will fail as well: - name - create_time -
* update_time - labels - description
* fields but different values for the following fields will fail as well: * name * create_time *
* update_time * labels * description
*
* Create a request for the method "vpcFlowLogsConfigs.create".
*
Expand Down Expand Up @@ -3411,12 +3411,12 @@ public List set(String parameterName, Object value) {
}
}
/**
* Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already
* exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with
* state=DISABLED will fail. 2. The following fields are not considered as `settings` for the
* purpose of the check mentioned above, therefore - updating another configuration with the same
* fields but different values for the following fields will fail as well: - name - create_time -
* update_time - labels - description
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists
* (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with
* state=DISABLED will fail 2. The following fields are not considered as `settings` for the purpose
* of the check mentioned above, therefore - creating another configuration with the same fields but
* different values for the following fields will fail as well: * name * create_time * update_time *
* labels * description
*
* Create a request for the method "vpcFlowLogsConfigs.patch".
*
Expand All @@ -3442,12 +3442,12 @@ public class Patch extends NetworkManagementRequest<com.google.api.services.netw
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/vpcFlowLogsConfigs/[^/]+$");

/**
* Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings
* already exists (even if the ID is different), the creation fails. Notes: 1. Updating a
* configuration with state=DISABLED will fail. 2. The following fields are not considered as
* `settings` for the purpose of the check mentioned above, therefore - updating another
* configuration with the same fields but different values for the following fields will fail as
* well: - name - create_time - update_time - labels - description
* Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already
* exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration
* with state=DISABLED will fail 2. The following fields are not considered as `settings` for the
* purpose of the check mentioned above, therefore - creating another configuration with the same
* fields but different values for the following fields will fail as well: * name * create_time *
* update_time * labels * description
*
* Create a request for the method "vpcFlowLogsConfigs.patch".
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkmanagement</artifactId>
<version>v1beta1-rev20250108-2.0.0</version>
<name>Network Management API v1beta1-rev20250108-2.0.0</name>
<version>v1beta1-rev20250129-2.0.0</version>
<name>Network Management API v1beta1-rev20250129-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkmanagement</artifactId>
<version>v1beta1-rev20250108-2.0.0</version>
<version>v1beta1-rev20250129-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20250108-2.0.0'
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20250129-2.0.0'
}
```

Expand Down

0 comments on commit 47eb3bb

Please sign in to comment.