@@ -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 ()) {
0 commit comments