Skip to content

chore(Functions): remove obsolete files - #9553

Open
sofisl wants to merge 1 commit into
mainfrom
feat/functions
Open

chore(Functions): remove obsolete files#9553
sofisl wants to merge 1 commit into
mainfrom
feat/functions

Conversation

@sofisl

@sofisl sofisl commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR removes obsolete structural files for Functions that are no longer generated.

Testing Deletions

I attempted to load the deleted classes to prove they do not exist anymore.

Test Script:

<?php
require 'vendor/autoload.php';
echo "Testing deleted classes for Functions...\n";
$success = true;
if (!$success) exit(1);

Output:

Testing deleted classes for Functions...

BREAKING_CHANGE_REASON=In google-cloud-php PR #7655, Functions was promoted to V2 and V1 was removed from the core library. OwlBot failed to delete the corresponding orphaned samples/V1 directory.

For googleapis/librarian#7366

@sofisl
sofisl requested a review from a team as a code owner August 21, 2026 20:13
@snippet-bot

snippet-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to delete 12 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@product-auto-label product-auto-label Bot added the api: cloudfunctions Issues related to the Cloud Run functions API. label Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: cloudfunctions Issues related to the Cloud Run functions API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant