Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Datastore] expose new read_time API fields, currently only available in private preview #5158

Merged
merged 2 commits into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Datastore/metadata/V1/Datastore.php
Binary file not shown.
Binary file modified Datastore/metadata/V1/Entity.php
Binary file not shown.
Binary file modified Datastore/metadata/V1/Query.php
Binary file not shown.
44 changes: 44 additions & 0 deletions Datastore/src/V1/CommitResponse.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Datastore/src/V1/DatastoreGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GENERATED CODE -- DO NOT EDIT!

// Original file comments:
// Copyright 2019 Google LLC.
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
56 changes: 56 additions & 0 deletions Datastore/src/V1/EntityResult.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions Datastore/src/V1/LookupResponse.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 48 additions & 6 deletions Datastore/src/V1/Mutation.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions Datastore/src/V1/MutationResult.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Datastore/src/V1/PartitionId.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading