Skip to content

testing only - regenerating bigtable with legacylibrarian#16709

Closed
jskeet wants to merge 2 commits intogoogleapis:mainfrom
jskeet:generate-bigtable-legacylibrarian
Closed

testing only - regenerating bigtable with legacylibrarian#16709
jskeet wants to merge 2 commits intogoogleapis:mainfrom
jskeet:generate-bigtable-legacylibrarian

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented Apr 17, 2026

No description provided.

@jskeet jskeet requested a review from a team as a code owner April 17, 2026 08:31
@jskeet jskeet added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 17, 2026
@jskeet jskeet requested a review from a team as a code owner April 17, 2026 08:31
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces the Edition enum and field to Bigtable instances and adds a locations field to the AutomatedBackupPolicy. It also updates documentation for backup retention and frequency. Several types, including ProtoRows, FeatureFlags, PeerInfo, and ResponseParams, have been removed from the public API. The review feedback highlights that these removals are breaking changes requiring a minor version bump and identifies a typo in the AutomatedBackupPolicy docstring.

Mutation,
PartialResultSet,
ProtoFormat,
ProtoRows,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The removal of ProtoRows, FeatureFlags, PeerInfo, and ResponseParams from the public API is a breaking change. If this is intentional, please ensure that a minor version bump is performed rather than a patch, in accordance with the rule that breaking changes require a minor version bump to maintain support for older environments.

References
  1. When a release introduces breaking changes, prefer a minor version bump over a patch version bump to maintain the ability to provide patches for the previous minor version.

backups will be created in all zones of the instance.
Locations are in the format
``projects/{project}/locations/{zone}``. This field can only
set for tables in Enterprise Plus instances.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a typo in the docstring: 'can only set' should be 'can only be set'.

Suggested change
set for tables in Enterprise Plus instances.
be set for tables in Enterprise Plus instances.

@jskeet jskeet closed this Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant