Skip to content

Commit 6718cb7

Browse files
1 parent 3836aa5 commit 6718cb7

File tree

13 files changed

+1431
-42
lines changed

13 files changed

+1431
-42
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-rev20250521-2.0.0</version>
25+
<version>v1-rev20250527-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-rev20250521-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1-rev20250527-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: 54 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,6 +2775,7 @@ public class VpcFlowLogsConfigs {
27752775
*
27762776
* @param parent Required. The parent resource of the VPC Flow Logs configuration to create:
27772777
* `projects/{project_id}/locations/global`
2778+
* `organizations/{organization_id}/locations/global`
27782779
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
27792780
* @return the request
27802781
*/
@@ -2809,6 +2810,7 @@ public class Create extends NetworkManagementRequest<com.google.api.services.net
28092810
*
28102811
* @param parent Required. The parent resource of the VPC Flow Logs configuration to create:
28112812
* `projects/{project_id}/locations/global`
2813+
* `organizations/{organization_id}/locations/global`
28122814
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
28132815
* @since 1.13
28142816
*/
@@ -2880,12 +2882,13 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
28802882
/**
28812883
* Required. The parent resource of the VPC Flow Logs configuration to create:
28822884
* `projects/{project_id}/locations/global`
2885+
* `organizations/{organization_id}/locations/global`
28832886
*/
28842887
@com.google.api.client.util.Key
28852888
private java.lang.String parent;
28862889

28872890
/** Required. The parent resource of the VPC Flow Logs configuration to create:
2888-
`projects/{project_id}/locations/global`
2891+
`projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global`
28892892
*/
28902893
public java.lang.String getParent() {
28912894
return parent;
@@ -2894,6 +2897,7 @@ public java.lang.String getParent() {
28942897
/**
28952898
* Required. The parent resource of the VPC Flow Logs configuration to create:
28962899
* `projects/{project_id}/locations/global`
2900+
* `organizations/{organization_id}/locations/global`
28972901
*/
28982902
public Create setParent(java.lang.String parent) {
28992903
if (!getSuppressPatternChecks()) {
@@ -2934,8 +2938,9 @@ public Create set(String parameterName, Object value) {
29342938
* This request holds the parameters needed by the networkmanagement server. After setting any
29352939
* optional parameters, call the {@link Delete#execute()} method to invoke the remote operation.
29362940
*
2937-
* @param name Required. `VpcFlowLogsConfig` resource name using the form:
2938-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
2941+
* @param name Required. `VpcFlowLogsConfig` resource name using one of the form:
2942+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config} `organiz
2943+
* ations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
29392944
* @return the request
29402945
*/
29412946
public Delete delete(java.lang.String name) throws java.io.IOException {
@@ -2962,8 +2967,9 @@ public class Delete extends NetworkManagementRequest<com.google.api.services.net
29622967
* Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
29632968
* be called to initialize this instance immediately after invoking the constructor. </p>
29642969
*
2965-
* @param name Required. `VpcFlowLogsConfig` resource name using the form:
2966-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
2970+
* @param name Required. `VpcFlowLogsConfig` resource name using one of the form:
2971+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config} `organiz
2972+
* ations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
29672973
* @since 1.13
29682974
*/
29692975
protected Delete(java.lang.String name) {
@@ -3032,22 +3038,25 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
30323038
}
30333039

30343040
/**
3035-
* Required. `VpcFlowLogsConfig` resource name using the form:
3036-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3041+
* Required. `VpcFlowLogsConfig` resource name using one of the form:
3042+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config} `orga
3043+
* nizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
30373044
*/
30383045
@com.google.api.client.util.Key
30393046
private java.lang.String name;
30403047

3041-
/** Required. `VpcFlowLogsConfig` resource name using the form:
3042-
`projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3048+
/** Required. `VpcFlowLogsConfig` resource name using one of the form:
3049+
`projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
3050+
`organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
30433051
*/
30443052
public java.lang.String getName() {
30453053
return name;
30463054
}
30473055

30483056
/**
3049-
* Required. `VpcFlowLogsConfig` resource name using the form:
3050-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3057+
* Required. `VpcFlowLogsConfig` resource name using one of the form:
3058+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config} `orga
3059+
* nizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
30513060
*/
30523061
public Delete setName(java.lang.String name) {
30533062
if (!getSuppressPatternChecks()) {
@@ -3073,7 +3082,8 @@ public Delete set(String parameterName, Object value) {
30733082
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
30743083
*
30753084
* @param name Required. `VpcFlowLogsConfig` resource name using the form:
3076-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3085+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` `organi
3086+
* zations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
30773087
* @return the request
30783088
*/
30793089
public Get get(java.lang.String name) throws java.io.IOException {
@@ -3101,7 +3111,8 @@ public class Get extends NetworkManagementRequest<com.google.api.services.networ
31013111
* called to initialize this instance immediately after invoking the constructor. </p>
31023112
*
31033113
* @param name Required. `VpcFlowLogsConfig` resource name using the form:
3104-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3114+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` `organi
3115+
* zations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
31053116
* @since 1.13
31063117
*/
31073118
protected Get(java.lang.String name) {
@@ -3181,21 +3192,26 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
31813192

31823193
/**
31833194
* Required. `VpcFlowLogsConfig` resource name using the form:
3184-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3195+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` `org
3196+
* anizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
3197+
* `
31853198
*/
31863199
@com.google.api.client.util.Key
31873200
private java.lang.String name;
31883201

31893202
/** Required. `VpcFlowLogsConfig` resource name using the form:
31903203
`projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3204+
`organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
31913205
*/
31923206
public java.lang.String getName() {
31933207
return name;
31943208
}
31953209

31963210
/**
31973211
* Required. `VpcFlowLogsConfig` resource name using the form:
3198-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3212+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` `org
3213+
* anizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}
3214+
* `
31993215
*/
32003216
public Get setName(java.lang.String name) {
32013217
if (!getSuppressPatternChecks()) {
@@ -3221,6 +3237,7 @@ public Get set(String parameterName, Object value) {
32213237
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
32223238
*
32233239
* @param parent Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global`
3240+
* `organizations/{organization_id}/locations/global`
32243241
* @return the request
32253242
*/
32263243
public List list(java.lang.String parent) throws java.io.IOException {
@@ -3248,6 +3265,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
32483265
* called to initialize this instance immediately after invoking the constructor. </p>
32493266
*
32503267
* @param parent Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global`
3268+
* `organizations/{organization_id}/locations/global`
32513269
* @since 1.13
32523270
*/
32533271
protected List(java.lang.String parent) {
@@ -3328,11 +3346,13 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
33283346
/**
33293347
* Required. The parent resource of the VpcFlowLogsConfig:
33303348
* `projects/{project_id}/locations/global`
3349+
* `organizations/{organization_id}/locations/global`
33313350
*/
33323351
@com.google.api.client.util.Key
33333352
private java.lang.String parent;
33343353

33353354
/** Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global`
3355+
`organizations/{organization_id}/locations/global`
33363356
*/
33373357
public java.lang.String getParent() {
33383358
return parent;
@@ -3341,6 +3361,7 @@ public java.lang.String getParent() {
33413361
/**
33423362
* Required. The parent resource of the VpcFlowLogsConfig:
33433363
* `projects/{project_id}/locations/global`
3364+
* `organizations/{organization_id}/locations/global`
33443365
*/
33453366
public List setParent(java.lang.String parent) {
33463367
if (!getSuppressPatternChecks()) {
@@ -3446,8 +3467,10 @@ public List set(String parameterName, Object value) {
34463467
* This request holds the parameters needed by the networkmanagement server. After setting any
34473468
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
34483469
*
3449-
* @param name Identifier. Unique name of the configuration using the form:
3450-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3470+
* @param name Identifier. Unique name of the configuration using one of the forms:
3471+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `org
3472+
* anizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config
3473+
* _id}`
34513474
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
34523475
* @return the request
34533476
*/
@@ -3480,8 +3503,10 @@ public class Patch extends NetworkManagementRequest<com.google.api.services.netw
34803503
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
34813504
* be called to initialize this instance immediately after invoking the constructor. </p>
34823505
*
3483-
* @param name Identifier. Unique name of the configuration using the form:
3484-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3506+
* @param name Identifier. Unique name of the configuration using one of the forms:
3507+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `org
3508+
* anizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config
3509+
* _id}`
34853510
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
34863511
* @since 1.13
34873512
*/
@@ -3551,22 +3576,27 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
35513576
}
35523577

35533578
/**
3554-
* Identifier. Unique name of the configuration using the form:
3555-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3579+
* Identifier. Unique name of the configuration using one of the forms:
3580+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `
3581+
* organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_
3582+
* config_id}`
35563583
*/
35573584
@com.google.api.client.util.Key
35583585
private java.lang.String name;
35593586

3560-
/** Identifier. Unique name of the configuration using the form:
3587+
/** Identifier. Unique name of the configuration using one of the forms:
35613588
`projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3589+
`organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
35623590
*/
35633591
public java.lang.String getName() {
35643592
return name;
35653593
}
35663594

35673595
/**
3568-
* Identifier. Unique name of the configuration using the form:
3569-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3596+
* Identifier. Unique name of the configuration using one of the forms:
3597+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `
3598+
* organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_
3599+
* config_id}`
35703600
*/
35713601
public Patch setName(java.lang.String name) {
35723602
if (!getSuppressPatternChecks()) {

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ public final class FirewallInfo extends com.google.api.client.json.GenericJson {
7575
@com.google.api.client.util.Key
7676
private java.lang.String policy;
7777

78+
/**
79+
* The priority of the firewall policy that this rule is associated with. This field is not
80+
* applicable to VPC firewall rules and implied VPC firewall rules.
81+
* The value may be {@code null}.
82+
*/
83+
@com.google.api.client.util.Key
84+
private java.lang.Integer policyPriority;
85+
7886
/**
7987
* The URI of the firewall policy that this rule is associated with. This field is not applicable
8088
* to VPC firewall rules and implied VPC firewall rules.
@@ -218,6 +226,25 @@ public FirewallInfo setPolicy(java.lang.String policy) {
218226
return this;
219227
}
220228

229+
/**
230+
* The priority of the firewall policy that this rule is associated with. This field is not
231+
* applicable to VPC firewall rules and implied VPC firewall rules.
232+
* @return value or {@code null} for none
233+
*/
234+
public java.lang.Integer getPolicyPriority() {
235+
return policyPriority;
236+
}
237+
238+
/**
239+
* The priority of the firewall policy that this rule is associated with. This field is not
240+
* applicable to VPC firewall rules and implied VPC firewall rules.
241+
* @param policyPriority policyPriority or {@code null} for none
242+
*/
243+
public FirewallInfo setPolicyPriority(java.lang.Integer policyPriority) {
244+
this.policyPriority = policyPriority;
245+
return this;
246+
}
247+
221248
/**
222249
* The URI of the firewall policy that this rule is associated with. This field is not applicable
223250
* to VPC firewall rules and implied VPC firewall rules.

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ public final class VpcFlowLogsConfig extends com.google.api.client.json.GenericJ
100100
private java.util.List<java.lang.String> metadataFields;
101101

102102
/**
103-
* Identifier. Unique name of the configuration using the form:
104-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
103+
* Identifier. Unique name of the configuration using one of the forms:
104+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organiza
105+
* tions/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
105106
* The value may be {@code null}.
106107
*/
107108
@com.google.api.client.util.Key
@@ -305,17 +306,19 @@ public VpcFlowLogsConfig setMetadataFields(java.util.List<java.lang.String> meta
305306
}
306307

307308
/**
308-
* Identifier. Unique name of the configuration using the form:
309-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
309+
* Identifier. Unique name of the configuration using one of the forms:
310+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organiza
311+
* tions/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
310312
* @return value or {@code null} for none
311313
*/
312314
public java.lang.String getName() {
313315
return name;
314316
}
315317

316318
/**
317-
* Identifier. Unique name of the configuration using the form:
318-
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
319+
* Identifier. Unique name of the configuration using one of the forms:
320+
* `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organiza
321+
* tions/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
319322
* @param name name or {@code null} for none
320323
*/
321324
public VpcFlowLogsConfig setName(java.lang.String name) {

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

0 commit comments

Comments
 (0)