@@ -43,6 +43,7 @@ class ProjectsLocationsVpcFlowLogsConfigs extends \Google\Service\Resource
43
43
*
44
44
* @param string $parent Required. The parent resource of the VPC Flow Logs
45
45
* configuration to create: `projects/{project_id}/locations/global`
46
+ * `organizations/{organization_id}/locations/global`
46
47
* @param VpcFlowLogsConfig $postBody
47
48
* @param array $optParams Optional parameters.
48
49
*
@@ -60,9 +61,10 @@ public function create($parent, VpcFlowLogsConfig $postBody, $optParams = [])
60
61
/**
61
62
* Deletes a specific `VpcFlowLogsConfig`. (vpcFlowLogsConfigs.delete)
62
63
*
63
- * @param string $name Required. `VpcFlowLogsConfig` resource name using the
64
- * form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_lo
65
- * gs_config}`
64
+ * @param string $name Required. `VpcFlowLogsConfig` resource name using one of
65
+ * the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flo
66
+ * w_logs_config} `organizations/{organization_id}/locations/global/vpcFlowLogsC
67
+ * onfigs/{vpc_flow_logs_config}`
66
68
* @param array $optParams Optional parameters.
67
69
* @return Operation
68
70
* @throws \Google\Service\Exception
@@ -78,7 +80,8 @@ public function delete($name, $optParams = [])
78
80
*
79
81
* @param string $name Required. `VpcFlowLogsConfig` resource name using the
80
82
* form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_lo
81
- * gs_config}`
83
+ * gs_config}` `organizations/{organization_id}/locations/global/vpcFlowLogsConf
84
+ * igs/{vpc_flow_logs_config}`
82
85
* @param array $optParams Optional parameters.
83
86
* @return VpcFlowLogsConfig
84
87
* @throws \Google\Service\Exception
@@ -95,6 +98,7 @@ public function get($name, $optParams = [])
95
98
*
96
99
* @param string $parent Required. The parent resource of the VpcFlowLogsConfig:
97
100
* `projects/{project_id}/locations/global`
101
+ * `organizations/{organization_id}/locations/global`
98
102
* @param array $optParams Optional parameters.
99
103
*
100
104
* @opt_param string filter Optional. Lists the `VpcFlowLogsConfigs` that match
@@ -124,9 +128,10 @@ public function listProjectsLocationsVpcFlowLogsConfigs($parent, $optParams = []
124
128
* * name * create_time * update_time * labels * description
125
129
* (vpcFlowLogsConfigs.patch)
126
130
*
127
- * @param string $name Identifier. Unique name of the configuration using the
128
- * form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_lo
129
- * gs_config_id}`
131
+ * @param string $name Identifier. Unique name of the configuration using one of
132
+ * the forms: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_fl
133
+ * ow_logs_config_id}` `organizations/{organization_number}/locations/global/vpc
134
+ * FlowLogsConfigs/{vpc_flow_logs_config_id}`
130
135
* @param VpcFlowLogsConfig $postBody
131
136
* @param array $optParams Optional parameters.
132
137
*
0 commit comments