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 }}
devng
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 3, 2015
Merge pull request #437 from mziccard/fix-gradle-dependency
Show description for c920387
aozarov
committed
c920387
View commit details
Copy full SHA for c920387
Browse repository at this point
Fix gradle dependency in README.md
mziccard
committed
ba9059c
View commit details
Copy full SHA for ba9059c
Browse repository at this point
Merge pull request #435 from ajkannan/update-releasing-docs
Show description for 217a356
aozarov
committed
217a356
View commit details
Copy full SHA for 217a356
Browse repository at this point
Commits on Dec 2, 2015
add note about creating new draft
ajkannan
committed
abf6b06
View commit details
Copy full SHA for abf6b06
Browse repository at this point
Update release notes procedure
Ajay Kannan
committed
231b84a
View commit details
Copy full SHA for 231b84a
Browse repository at this point
Add release notes to RELEASING
Ajay Kannan
committed
6c472d5
View commit details
Copy full SHA for 6c472d5
Browse repository at this point
Merge pull request #433 from ajkannan/update-to-snapshot
Show description for 761b9a6
ajkannan
committed
761b9a6
View commit details
Copy full SHA for 761b9a6
Browse repository at this point
Update version to snapshot
Ajay Kannan
committed
e1c770e
View commit details
Copy full SHA for e1c770e
Browse repository at this point
Updating version in README files. [ci skip]
travis-ci
committed
a615317
View commit details
Copy full SHA for a615317
Browse repository at this point
Merge pull request #432 from ajkannan/update-minor-version
Show description for 45c49b7
aozarov
committed
45c49b7
View commit details
Copy full SHA for 45c49b7
Browse repository at this point
update version to 0.1.0
Ajay Kannan
committed
3980ba7
View commit details
Copy full SHA for 3980ba7
Browse repository at this point
Merge pull request #430 from ajkannan/remove-initializer-dependency
Show description for ab8ca97
ajkannan
committed
ab8ca97
View commit details
Copy full SHA for ab8ca97
Browse repository at this point
more style fixes
Ajay Kannan
committed
942ceb4
View commit details
Copy full SHA for 942ceb4
Browse repository at this point
Commits on Dec 1, 2015
style fix
Ajay Kannan
committed
18cbb77
View commit details
Copy full SHA for 18cbb77
Browse repository at this point
cleanup + cast fix
Ajay Kannan
committed
af94b53
View commit details
Copy full SHA for af94b53
Browse repository at this point
Make AppEngineAuthCredentials Restorable
Ajay Kannan
committed
12078e0
View commit details
Copy full SHA for 12078e0
Browse repository at this point
Use null instead of NO_CREDENTIALS
Ajay Kannan
committed
b5c1cae
View commit details
Copy full SHA for b5c1cae
Browse repository at this point
Remove dependency on http initializer in AuthCredentials and remove dependency on com.google.api.client.googleapis.auth.oauth2.GoogleCredential
Ajay Kannan
committed
57d6e3f
View commit details
Copy full SHA for 57d6e3f
Browse repository at this point
Commits on Nov 30, 2015
Merge pull request #424 from mziccard/test-all-branches
Show description for 80c7a96
aozarov
committed
80c7a96
View commit details
Copy full SHA for 80c7a96
Browse repository at this point
Enable travis to branches other than master
mziccard
committed
1830275
View commit details
Copy full SHA for 1830275
Browse repository at this point
Commits on Nov 25, 2015
Merge pull request #416 from mziccard/fix-storage-to-builder
Show description for a25e504
aozarov
committed
a25e504
View commit details
Copy full SHA for a25e504
Browse repository at this point
Merge pull request #414 from mziccard/retry-on-timeout
Show description for bbc968e
aozarov
committed
bbc968e
View commit details
Copy full SHA for bbc968e
Browse repository at this point
Merge pull request #337 from ajkannan/auth-cleanup
Show description for 2c90245
aozarov
committed
2c90245
View commit details
Copy full SHA for 2c90245
Browse repository at this point
Fix dependency on two different versions of the GoogleCredential class
Ajay Kannan
committed
f87a394
View commit details
Copy full SHA for f87a394
Browse repository at this point
Commits on Nov 24, 2015
Use NetHttpTransport when running on Compute
Ajay Kannan
committed
2ef47e8
View commit details
Copy full SHA for 2ef47e8
Browse repository at this point
Fix toBuilder so that info.equals(info.toBuilder().build()) is true
mziccard
committed
1a6dcde
View commit details
Copy full SHA for 1a6dcde
Browse repository at this point
Set special reason for timeout exceptions
mziccard
committed
a0f2d20
View commit details
Copy full SHA for a0f2d20
Browse repository at this point
Translate SocketTimeoutException to retryable service exception
mziccard
committed
0a05851
View commit details
Copy full SHA for 0a05851
Browse repository at this point
Merge pull request #412 from ajkannan/datastore-index-link
Show description for a23d8f9
aozarov
committed
a23d8f9
View commit details
Copy full SHA for a23d8f9
Browse repository at this point
Merge pull request #411 from ajkannan/fix-socket-api-bug
Show description for d8a6159
aozarov
committed
d8a6159
View commit details
Copy full SHA for d8a6159
Browse repository at this point
Add link about datastore indexing in docs
Ajay Kannan
committed
8808c54
View commit details
Copy full SHA for 8808c54
Browse repository at this point
Avoid throwing exception when checking isLocalHost in Datastore
Ajay Kannan
committed
fc2ab10
View commit details
Copy full SHA for fc2ab10
Browse repository at this point
Add back AppEngineCredentials
Ajay Kannan
committed
539ac61
View commit details
Copy full SHA for 539ac61
Browse repository at this point
Commits on Nov 23, 2015
Merge pull request #405 from ajkannan/add-storage-examples
Show description for a27282e
aozarov
committed
a27282e
View commit details
Copy full SHA for a27282e
Browse repository at this point
add link to bucket naming rules
Ajay Kannan
committed
8ebfdf8
View commit details
Copy full SHA for 8ebfdf8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.