@@ -2775,6 +2775,7 @@ public class VpcFlowLogsConfigs {
2775
2775
*
2776
2776
* @param parent Required. The parent resource of the VPC Flow Logs configuration to create:
2777
2777
* `projects/{project_id}/locations/global`
2778
+ * `organizations/{organization_id}/locations/global`
2778
2779
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
2779
2780
* @return the request
2780
2781
*/
@@ -2809,6 +2810,7 @@ public class Create extends NetworkManagementRequest<com.google.api.services.net
2809
2810
*
2810
2811
* @param parent Required. The parent resource of the VPC Flow Logs configuration to create:
2811
2812
* `projects/{project_id}/locations/global`
2813
+ * `organizations/{organization_id}/locations/global`
2812
2814
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
2813
2815
* @since 1.13
2814
2816
*/
@@ -2880,12 +2882,13 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
2880
2882
/**
2881
2883
* Required. The parent resource of the VPC Flow Logs configuration to create:
2882
2884
* `projects/{project_id}/locations/global`
2885
+ * `organizations/{organization_id}/locations/global`
2883
2886
*/
2884
2887
@ com .google .api .client .util .Key
2885
2888
private java .lang .String parent ;
2886
2889
2887
2890
/** 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`
2889
2892
*/
2890
2893
public java .lang .String getParent () {
2891
2894
return parent ;
@@ -2894,6 +2897,7 @@ public java.lang.String getParent() {
2894
2897
/**
2895
2898
* Required. The parent resource of the VPC Flow Logs configuration to create:
2896
2899
* `projects/{project_id}/locations/global`
2900
+ * `organizations/{organization_id}/locations/global`
2897
2901
*/
2898
2902
public Create setParent (java .lang .String parent ) {
2899
2903
if (!getSuppressPatternChecks ()) {
@@ -2934,8 +2938,9 @@ public Create set(String parameterName, Object value) {
2934
2938
* This request holds the parameters needed by the networkmanagement server. After setting any
2935
2939
* optional parameters, call the {@link Delete#execute()} method to invoke the remote operation.
2936
2940
*
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}`
2939
2944
* @return the request
2940
2945
*/
2941
2946
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
2962
2967
* Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
2963
2968
* be called to initialize this instance immediately after invoking the constructor. </p>
2964
2969
*
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}`
2967
2973
* @since 1.13
2968
2974
*/
2969
2975
protected Delete (java .lang .String name ) {
@@ -3032,22 +3038,25 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
3032
3038
}
3033
3039
3034
3040
/**
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}`
3037
3044
*/
3038
3045
@ com .google .api .client .util .Key
3039
3046
private java .lang .String name ;
3040
3047
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}`
3043
3051
*/
3044
3052
public java .lang .String getName () {
3045
3053
return name ;
3046
3054
}
3047
3055
3048
3056
/**
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}`
3051
3060
*/
3052
3061
public Delete setName (java .lang .String name ) {
3053
3062
if (!getSuppressPatternChecks ()) {
@@ -3073,7 +3082,8 @@ public Delete set(String parameterName, Object value) {
3073
3082
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
3074
3083
*
3075
3084
* @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}`
3077
3087
* @return the request
3078
3088
*/
3079
3089
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
3101
3111
* called to initialize this instance immediately after invoking the constructor. </p>
3102
3112
*
3103
3113
* @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}`
3105
3116
* @since 1.13
3106
3117
*/
3107
3118
protected Get (java .lang .String name ) {
@@ -3181,21 +3192,26 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
3181
3192
3182
3193
/**
3183
3194
* 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
+ * `
3185
3198
*/
3186
3199
@ com .google .api .client .util .Key
3187
3200
private java .lang .String name ;
3188
3201
3189
3202
/** Required. `VpcFlowLogsConfig` resource name using the form:
3190
3203
`projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3204
+ `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}`
3191
3205
*/
3192
3206
public java .lang .String getName () {
3193
3207
return name ;
3194
3208
}
3195
3209
3196
3210
/**
3197
3211
* 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
+ * `
3199
3215
*/
3200
3216
public Get setName (java .lang .String name ) {
3201
3217
if (!getSuppressPatternChecks ()) {
@@ -3221,6 +3237,7 @@ public Get set(String parameterName, Object value) {
3221
3237
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
3222
3238
*
3223
3239
* @param parent Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global`
3240
+ * `organizations/{organization_id}/locations/global`
3224
3241
* @return the request
3225
3242
*/
3226
3243
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
3248
3265
* called to initialize this instance immediately after invoking the constructor. </p>
3249
3266
*
3250
3267
* @param parent Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global`
3268
+ * `organizations/{organization_id}/locations/global`
3251
3269
* @since 1.13
3252
3270
*/
3253
3271
protected List (java .lang .String parent ) {
@@ -3328,11 +3346,13 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
3328
3346
/**
3329
3347
* Required. The parent resource of the VpcFlowLogsConfig:
3330
3348
* `projects/{project_id}/locations/global`
3349
+ * `organizations/{organization_id}/locations/global`
3331
3350
*/
3332
3351
@ com .google .api .client .util .Key
3333
3352
private java .lang .String parent ;
3334
3353
3335
3354
/** Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global`
3355
+ `organizations/{organization_id}/locations/global`
3336
3356
*/
3337
3357
public java .lang .String getParent () {
3338
3358
return parent ;
@@ -3341,6 +3361,7 @@ public java.lang.String getParent() {
3341
3361
/**
3342
3362
* Required. The parent resource of the VpcFlowLogsConfig:
3343
3363
* `projects/{project_id}/locations/global`
3364
+ * `organizations/{organization_id}/locations/global`
3344
3365
*/
3345
3366
public List setParent (java .lang .String parent ) {
3346
3367
if (!getSuppressPatternChecks ()) {
@@ -3446,8 +3467,10 @@ public List set(String parameterName, Object value) {
3446
3467
* This request holds the parameters needed by the networkmanagement server. After setting any
3447
3468
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
3448
3469
*
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}`
3451
3474
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
3452
3475
* @return the request
3453
3476
*/
@@ -3480,8 +3503,10 @@ public class Patch extends NetworkManagementRequest<com.google.api.services.netw
3480
3503
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
3481
3504
* be called to initialize this instance immediately after invoking the constructor. </p>
3482
3505
*
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}`
3485
3510
* @param content the {@link com.google.api.services.networkmanagement.v1.model.VpcFlowLogsConfig}
3486
3511
* @since 1.13
3487
3512
*/
@@ -3551,22 +3576,27 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
3551
3576
}
3552
3577
3553
3578
/**
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}`
3556
3583
*/
3557
3584
@ com .google .api .client .util .Key
3558
3585
private java .lang .String name ;
3559
3586
3560
- /** Identifier. Unique name of the configuration using the form :
3587
+ /** Identifier. Unique name of the configuration using one of the forms :
3561
3588
`projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3589
+ `organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3562
3590
*/
3563
3591
public java .lang .String getName () {
3564
3592
return name ;
3565
3593
}
3566
3594
3567
3595
/**
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}`
3570
3600
*/
3571
3601
public Patch setName (java .lang .String name ) {
3572
3602
if (!getSuppressPatternChecks ()) {
0 commit comments