Skip to content

fix: [Scheduler] remove obsolete V1beta1 samples - #9562

Open
sofisl wants to merge 1 commit into
mainfrom
cleanup-scheduler-samples
Open

fix: [Scheduler] remove obsolete V1beta1 samples#9562
sofisl wants to merge 1 commit into
mainfrom
cleanup-scheduler-samples

Conversation

@sofisl

@sofisl sofisl commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

For googleapis/librarian#7366

The V1beta1 surface for Scheduler was deleted in PR #7655 (chore!: create V2 release candidates for some components), but the samples were left behind as orphaned files.

This PR deletes the obsolete samples for V1beta1 to prevent confusion and errors. We can verify that the corresponding client class Google\Cloud\Scheduler\V1beta1\CloudSchedulerClient no longer exists in main:

<?php
require_once __DIR__ . '/vendor/autoload.php';

try {
    $client = new \Google\Cloud\Scheduler\V1beta1\CloudSchedulerClient();
} catch (\Error $e) {
    echo $e->getMessage() . "\n";
}
Class "Google\Cloud\Scheduler\V1beta1\CloudSchedulerClient" not found

BREAKING_CHANGE_REASON=Removing obsolete samples for deleted surface V1beta1.

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

snippet-bot Bot commented Aug 21, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to delete 10 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 samples Issues that are directly related to samples. label Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant