Skip to content

Conversation

@tomrussello
Copy link

@tomrussello tomrussello commented Oct 30, 2025

Add getRawTransaction() method to AsyncTransaction interface and its implementations to expose the underlying com.google.cloud.datastore.Transaction object.

This allows users to access the native Transaction when they need to:

  • Perform operations that require the raw Transaction object
  • Integrate with other libraries or frameworks expecting the native type
  • Access Transaction methods not exposed through the AsyncTransaction wrapper
  • Maintaining API parity for users migrating from earlier versions

@tomrussello tomrussello force-pushed the expose-cloud-sdk-transaction branch from 7ef3ef1 to fe2065b Compare October 30, 2025 17:31
@tomrussello tomrussello changed the title Provides access to the native Transaction object from AsyncTransaction Provide access to the native Transaction object from AsyncTransaction Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant