File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1093,15 +1093,15 @@ public function delete(array $options = [])
10931093 * `inherited`. For more details, see
10941094 * [Public Access Prevention](https://cloud.google.com/storage/docs/public-access-prevention).
10951095 * @type array $ipFilter The bucket's IP filter configuration.
1096- * @type string $ipFilter.mode The IP filter mode. Accepted values are 'Enabled' and 'Disabled'.
1097- * @type array $ipFilter.publicNetworkSource Public network configuration.
1098- * @type array $ipFilter.publicNetworkSource.allowedIpCidrRanges Allowed IP/CIDR ranges.
1099- * @type array $ipFilter.vpcNetworkSources List of private VPC networks configurations.
1096+ * @type string $ipFilter.mode The IP filter mode. Accepted values are 'Enabled' and 'Disabled'.
1097+ * @type array $ipFilter.publicNetworkSource Public network configuration.
1098+ * @type array $ipFilter.publicNetworkSource.allowedIpCidrRanges Allowed IP/CIDR ranges.
1099+ * @type array $ipFilter.vpcNetworkSources List of private VPC networks configurations.
11001100 * Each element contains:
1101- * @type string network Fully qualified VPC network URL/name.
1102- * @type array allowedIpCidrRanges Allowed IP/CIDR ranges.
1103- * @type bool $ipFilter.allowCrossOrgVpcs Set true to allow VPCs outside the org.
1104- * @type bool $ipFilter.allowAllServiceAgentAccess Set true to allow service-to-service agent interactions.
1101+ * @type string network Fully qualified VPC network URL/name.
1102+ * @type array allowedIpCidrRanges Allowed IP/CIDR ranges.
1103+ * @type bool $ipFilter.allowCrossOrgVpcs Set true to allow VPCs outside the org.
1104+ * @type bool $ipFilter.allowAllServiceAgentAccess Set true to allow service-to-service agent interactions.
11051105 * }
11061106 * @codingStandardsIgnoreEnd
11071107 * @return array
You can’t perform that action at this time.
0 commit comments