Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeForSaif
/
gcloud-java
Public
forked from
googleapis/google-cloud-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
update-datastore
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 22, 2015
Merge pull request #277 from ajkannan/pull-updates
Show description for 482954f
aozarov
committed
482954f
View commit details
Copy full SHA for 482954f
Browse repository at this point
pull updates from upstream/master into update-datastore branch
Ajay Kannan
committed
bba6925
View commit details
Copy full SHA for bba6925
Browse repository at this point
Merge pull request #273 from ajkannan/gql-pagination
Show description for b54c501
aozarov
committed
b54c501
View commit details
Copy full SHA for b54c501
Browse repository at this point
Commits on Oct 21, 2015
remove changes to structured query's builder and instead use fromPb in GqlQuery's nextQuery
Ajay Kannan
committed
6ffe927
View commit details
Copy full SHA for 6ffe927
Browse repository at this point
Set namespace in Gql's nextQuery and add another batch to tests
Ajay Kannan
committed
b270c64
View commit details
Copy full SHA for b270c64
Browse repository at this point
Merge pull request #272 from mziccard/add-remotegcshelper-test
Show description for 0dd3d97
aozarov
committed
0dd3d97
View commit details
Copy full SHA for 0dd3d97
Browse repository at this point
Removed RemoteGcsHeler.Option
mziccard
committed
862ea6a
View commit details
Copy full SHA for 862ea6a
Browse repository at this point
Merge pull request #275 from ajkannan/query-javadoc
Show description for 99a4091
aozarov
committed
99a4091
View commit details
Copy full SHA for 99a4091
Browse repository at this point
Commits on Oct 20, 2015
Fix javadoc wording and location
Ajay Kannan
committed
8b129ce
View commit details
Copy full SHA for 8b129ce
Browse repository at this point
Merge pull request #271 from mziccard/add-blob-write-options
Show description for 5595770
aozarov
committed
5595770
View commit details
Copy full SHA for 5595770
Browse repository at this point
add javadocs for set vs add in structured query builder
Ajay Kannan
committed
5f01eb9
View commit details
Copy full SHA for 5f01eb9
Browse repository at this point
Merge pull request #274 from ajkannan/property-filter-naming
Show description for 2665ab5
aozarov
committed
2665ab5
View commit details
Copy full SHA for 2665ab5
Browse repository at this point
rename operators in PropertyFilter
Ajay Kannan
committed
460948e
View commit details
Copy full SHA for 460948e
Browse repository at this point
Query continuation implemented for GqlQuery + tests
Ajay Kannan
committed
50a5a66
View commit details
Copy full SHA for 50a5a66
Browse repository at this point
Remove unnecessary final from create(blobInfo, content, blobWriteOptions)
mziccard
committed
354d047
View commit details
Copy full SHA for 354d047
Browse repository at this point
Fix testForceDeleteTimeout and add test for fatal failure
mziccard
committed
1c5030a
View commit details
Copy full SHA for 1c5030a
Browse repository at this point
Merge pull request #270 from ajkannan/geopoint-value
Show description for 9e4692d
aozarov
committed
9e4692d
View commit details
Copy full SHA for 9e4692d
Browse repository at this point
rename geopoint to latlng
Ajay Kannan
committed
241960f
View commit details
Copy full SHA for 241960f
Browse repository at this point
Add RemoteGcsHelper unit tests
mziccard
committed
f24b2bf
View commit details
Copy full SHA for f24b2bf
Browse repository at this point
Add create from stream to RemoteGcsHelper, fix javadoc format
mziccard
committed
3c71bf2
View commit details
Copy full SHA for 3c71bf2
Browse repository at this point
Remove md5 and crc32c options from StorageRpc
Show description for 3d13b99
mziccard
committed
3d13b99
View commit details
Copy full SHA for 3d13b99
Browse repository at this point
rename accessors in geopoint
Ajay Kannan
committed
d75b0da
View commit details
Copy full SHA for d75b0da
Browse repository at this point
Add getters, remove filtering
Ajay Kannan
committed
3ccc7ed
View commit details
Copy full SHA for 3ccc7ed
Browse repository at this point
Commits on Oct 19, 2015
Add BlobWriteOption to support MD5 and CRC32C checks on create/write
Show description for cebb0bb
mziccard
committed
cebb0bb
View commit details
Copy full SHA for cebb0bb
Browse repository at this point
Merge pull request #261 from mziccard/remove-serializable-channels
Show description for 30992ae
aozarov
committed
30992ae
View commit details
Copy full SHA for 30992ae
Browse repository at this point
Add test for save/restore closed BlobWriteChannelImpl
mziccard
committed
638bd92
View commit details
Copy full SHA for 638bd92
Browse repository at this point
Support GeoPoint value in Datastore v1beta3
Ajay Kannan
committed
f6eeddd
View commit details
Copy full SHA for f6eeddd
Browse repository at this point
Fix wrapping, remove limit from write channel StateImpl
mziccard
committed
2060526
View commit details
Copy full SHA for 2060526
Browse repository at this point
Remove compact param from write channel flush, restore limit from array length
mziccard
committed
71604bb
View commit details
Copy full SHA for 71604bb
Browse repository at this point
Remove public modifiers from channels StateImpl Builder
mziccard
committed
dcbe37f
View commit details
Copy full SHA for dcbe37f
Browse repository at this point
Commits on Oct 16, 2015
Merge pull request #269 from ajkannan/nonnull-projID-namespace
Show description for 8245607
aozarov
committed
8245607
View commit details
Copy full SHA for 8245607
Browse repository at this point
remove extra firstNonNull in KeyFactory
Ajay Kannan
committed
a98d096
View commit details
Copy full SHA for a98d096
Browse repository at this point
Merge pull request #250 from ajkannan/forward-errors
Show description for 03dbc8c
aozarov
committed
03dbc8c
View commit details
Copy full SHA for 03dbc8c
Browse repository at this point
style fix
Ajay Kannan
committed
291486d
View commit details
Copy full SHA for 291486d
Browse repository at this point
remove check for duplicate logs
Ajay Kannan
committed
c993853
View commit details
Copy full SHA for c993853
Browse repository at this point
Previous
Next
You can’t perform that action at this time.