Skip to content

Commit 102c042

Browse files
1 parent 10e7474 commit 102c042

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

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

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@ public Get set(String parameterName, Object value) {
17191719
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
17201720
*
17211721
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
1722-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
1722+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
17231723
* resources: `organizations/{organization_id}/locations/global`
17241724
* @return the request
17251725
*/
@@ -1748,7 +1748,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
17481748
* called to initialize this instance immediately after invoking the constructor. </p>
17491749
*
17501750
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
1751-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
1751+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
17521752
* resources: `organizations/{organization_id}/locations/global`
17531753
* @since 1.13
17541754
*/
@@ -1829,14 +1829,14 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
18291829

18301830
/**
18311831
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
1832-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
1832+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
18331833
* organization-level resources: `organizations/{organization_id}/locations/global`
18341834
*/
18351835
@com.google.api.client.util.Key
18361836
private java.lang.String parent;
18371837

18381838
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
1839-
project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
1839+
project-level resources: `projects/{project_id}/locations/global` - For organization-level
18401840
resources: `organizations/{organization_id}/locations/global`
18411841
*/
18421842
public java.lang.String getParent() {
@@ -1845,7 +1845,7 @@ public java.lang.String getParent() {
18451845

18461846
/**
18471847
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
1848-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
1848+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
18491849
* organization-level resources: `organizations/{organization_id}/locations/global`
18501850
*/
18511851
public List setParent(java.lang.String parent) {
@@ -5299,7 +5299,7 @@ public Get set(String parameterName, Object value) {
52995299
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
53005300
*
53015301
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
5302-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
5302+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
53035303
* resources: `organizations/{organization_id}/locations/global`
53045304
* @return the request
53055305
*/
@@ -5328,7 +5328,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
53285328
* called to initialize this instance immediately after invoking the constructor. </p>
53295329
*
53305330
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
5331-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
5331+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
53325332
* resources: `organizations/{organization_id}/locations/global`
53335333
* @since 1.13
53345334
*/
@@ -5409,14 +5409,14 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
54095409

54105410
/**
54115411
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
5412-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
5412+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
54135413
* organization-level resources: `organizations/{organization_id}/locations/global`
54145414
*/
54155415
@com.google.api.client.util.Key
54165416
private java.lang.String parent;
54175417

54185418
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
5419-
project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
5419+
project-level resources: `projects/{project_id}/locations/global` - For organization-level
54205420
resources: `organizations/{organization_id}/locations/global`
54215421
*/
54225422
public java.lang.String getParent() {
@@ -5425,7 +5425,7 @@ public java.lang.String getParent() {
54255425

54265426
/**
54275427
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
5428-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
5428+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
54295429
* organization-level resources: `organizations/{organization_id}/locations/global`
54305430
*/
54315431
public List setParent(java.lang.String parent) {

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

1515
<inceptionYear>2011</inceptionYear>

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

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-rev20251022-2.0.0</version>
25+
<version>v1beta1-rev20251105-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-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20251105-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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ public Get set(String parameterName, Object value) {
17401740
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
17411741
*
17421742
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
1743-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
1743+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
17441744
* resources: `organizations/{organization_id}/locations/global`
17451745
* @return the request
17461746
*/
@@ -1769,7 +1769,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
17691769
* called to initialize this instance immediately after invoking the constructor. </p>
17701770
*
17711771
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
1772-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
1772+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
17731773
* resources: `organizations/{organization_id}/locations/global`
17741774
* @since 1.13
17751775
*/
@@ -1850,14 +1850,14 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
18501850

18511851
/**
18521852
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
1853-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
1853+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
18541854
* organization-level resources: `organizations/{organization_id}/locations/global`
18551855
*/
18561856
@com.google.api.client.util.Key
18571857
private java.lang.String parent;
18581858

18591859
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
1860-
project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
1860+
project-level resources: `projects/{project_id}/locations/global` - For organization-level
18611861
resources: `organizations/{organization_id}/locations/global`
18621862
*/
18631863
public java.lang.String getParent() {
@@ -1866,7 +1866,7 @@ public java.lang.String getParent() {
18661866

18671867
/**
18681868
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
1869-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
1869+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
18701870
* organization-level resources: `organizations/{organization_id}/locations/global`
18711871
*/
18721872
public List setParent(java.lang.String parent) {
@@ -5320,7 +5320,7 @@ public Get set(String parameterName, Object value) {
53205320
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
53215321
*
53225322
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
5323-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
5323+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
53245324
* resources: `organizations/{organization_id}/locations/global`
53255325
* @return the request
53265326
*/
@@ -5349,7 +5349,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
53495349
* called to initialize this instance immediately after invoking the constructor. </p>
53505350
*
53515351
* @param parent Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
5352-
* project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
5352+
* project-level resources: `projects/{project_id}/locations/global` - For organization-level
53535353
* resources: `organizations/{organization_id}/locations/global`
53545354
* @since 1.13
53555355
*/
@@ -5430,14 +5430,14 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
54305430

54315431
/**
54325432
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
5433-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
5433+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
54345434
* organization-level resources: `organizations/{organization_id}/locations/global`
54355435
*/
54365436
@com.google.api.client.util.Key
54375437
private java.lang.String parent;
54385438

54395439
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For
5440-
project-level resourcs: `projects/{project_id}/locations/global` - For organization-level
5440+
project-level resources: `projects/{project_id}/locations/global` - For organization-level
54415441
resources: `organizations/{organization_id}/locations/global`
54425442
*/
54435443
public java.lang.String getParent() {
@@ -5446,7 +5446,7 @@ public java.lang.String getParent() {
54465446

54475447
/**
54485448
* Required. The parent resource of the VpcFlowLogsConfig, in one of the following
5449-
* formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For
5449+
* formats: - For project-level resources: `projects/{project_id}/locations/global` - For
54505450
* organization-level resources: `organizations/{organization_id}/locations/global`
54515451
*/
54525452
public List setParent(java.lang.String parent) {

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

0 commit comments

Comments
 (0)