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
Breadcrumbs
History for
gcloud-java
gcloud-java-storage
src
on
logging-alpha
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 30, 2015
Use checkArgument instead of throw, better javadoc
mziccard
committed
68b0a3d
View commit details
Copy full SHA for 68b0a3d
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Update CopyRequest to check target content type
Show description for 1410494
mziccard
committed
1410494
View commit details
Copy full SHA for 1410494
View code at this point
Browse repository at this point
Merge pull request #307 from mziccard/add-options-get-app-name
Show description for ec10ca6
aozarov
committed
ec10ca6
View commit details
Copy full SHA for ec10ca6
View code at this point
Browse repository at this point
Add applicationName to Options, set user agent accordingly in Storage
mziccard
committed
f0fe56a
View commit details
Copy full SHA for f0fe56a
View code at this point
Browse repository at this point
Better javadoc, check contentType and metadata in integrationt tests
mziccard
committed
23215a1
View commit details
Copy full SHA for 23215a1
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
Refactor CopyWriter, Storage and StorageRpc
Show description for 352e097
mziccard
committed
352e097
View commit details
Copy full SHA for 352e097
View code at this point
Browse repository at this point
Check contentType != null before adding object to rewrite
mziccard
committed
f90e70c
View commit details
Copy full SHA for f90e70c
View code at this point
Browse repository at this point
Use StorageRpc.rewrite to implement Storage.copy
Show description for 43460b9
mziccard
committed
43460b9
View commit details
Copy full SHA for 43460b9
View code at this point
Browse repository at this point
Refactor StorageRpc and Storage rewrite
Show description for 15372f1
mziccard
committed
15372f1
View commit details
Copy full SHA for 15372f1
View code at this point
Browse repository at this point
Add support for blob rewrite
Show description for fdb2402
mziccard
committed
fdb2402
View commit details
Copy full SHA for fdb2402
View code at this point
Browse repository at this point
fix checkstyle issues
aozarov
committed
736a0f5
View commit details
Copy full SHA for 736a0f5
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
use static constant for default factories, add example to Restorable and use mock instead of niceMock
aozarov
committed
e036335
View commit details
Copy full SHA for e036335
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Remove Serializable from AuthCredentials, ServiceFactory and ServiceRpcFactory and set factories on ServiceOptions
aozarov
committed
8f5dee2
View commit details
Copy full SHA for 8f5dee2
View code at this point
Browse repository at this point
Remove storage todos (replaced with issues: #288 #289 #290 #291 #292)
mziccard
committed
fe98cb4
View commit details
Copy full SHA for fe98cb4
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
Merge pull request #279 from mziccard/fix-unset-metadata
Show description for 33e932e
aozarov
committed
33e932e
View commit details
Copy full SHA for 33e932e
View code at this point
Browse repository at this point
Use newHashMapWithExpectedSize instead of new HashMap
mziccard
committed
682848a
View commit details
Copy full SHA for 682848a
View code at this point
Browse repository at this point
Add getResult comparison to BatchResponse.equals
mziccard
committed
4db34b7
View commit details
Copy full SHA for 4db34b7
View code at this point
Browse repository at this point
Provide a way to unset values in blob metadata
Show description for 87bc1a1
mziccard
committed
87bc1a1
View commit details
Copy full SHA for 87bc1a1
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
Document contentType default value in Bucket.create
mziccard
committed
53328f7
View commit details
Copy full SHA for 53328f7
View code at this point
Browse repository at this point
Add Bucket.create from input stream
mziccard
committed
cd1c8cf
View commit details
Copy full SHA for cd1c8cf
View code at this point
Browse repository at this point
Add contentType parameter to Blob.create
mziccard
committed
75d9065
View commit details
Copy full SHA for 75d9065
View code at this point
Browse repository at this point
Minor refactoring of ITStorageTest
mziccard
committed
04cf0a7
View commit details
Copy full SHA for 04cf0a7
View code at this point
Browse repository at this point
Add integration test for replacing metadata
mziccard
committed
99178a3
View commit details
Copy full SHA for 99178a3
View code at this point
Browse repository at this point
Document patch behaviour in Blob and Storage javadoc
mziccard
committed
3b91741
View commit details
Copy full SHA for 3b91741
View code at this point
Browse repository at this point
Add null value (empty map) for blob metadata
mziccard
committed
333a3bb
View commit details
Copy full SHA for 333a3bb
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Merge pull request #272 from mziccard/add-remotegcshelper-test
Show description for 0dd3d97
aozarov
committed
0dd3d97
View commit details
Copy full SHA for 0dd3d97
View code at this point
Browse repository at this point
Removed RemoteGcsHeler.Option
mziccard
committed
862ea6a
View commit details
Copy full SHA for 862ea6a
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Remove unnecessary final from create(blobInfo, content, blobWriteOptions)
mziccard
committed
354d047
View commit details
Copy full SHA for 354d047
View code at this point
Browse repository at this point
Fix testForceDeleteTimeout and add test for fatal failure
mziccard
committed
1c5030a
View commit details
Copy full SHA for 1c5030a
View code at this point
Browse repository at this point
Add RemoteGcsHelper unit tests
mziccard
committed
f24b2bf
View commit details
Copy full SHA for f24b2bf
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Add test for save/restore closed BlobWriteChannelImpl
mziccard
committed
638bd92
View commit details
Copy full SHA for 638bd92
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.