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 }}
AndreV84
/
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-bigquery
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 22, 2016
Rename equals to baseEquals and hashCode to baseHashCode in JobInfo
mziccard
committed
e11a5ae
View commit details
Copy full SHA for e11a5ae
View code at this point
Browse repository at this point
Rename equals to baseEquals and hashCode to baseHashCode in BaseTableInfo
mziccard
committed
e1ddedb
View commit details
Copy full SHA for e1ddedb
View code at this point
Browse repository at this point
Merge pull request #570 from mziccard/add-info-to-exception
Show description for 3f7626d
aozarov
committed
3f7626d
View commit details
Copy full SHA for 3f7626d
View code at this point
Browse repository at this point
Add Acl.of method to bigquery module
mziccard
committed
c411b23
View commit details
Copy full SHA for c411b23
View code at this point
Browse repository at this point
Add location() and debugInfo() to BaseServiceException
mziccard
committed
55ee5aa
View commit details
Copy full SHA for 55ee5aa
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
Merge pull request #567 from mziccard/minor-bigquery-fixes
Show description for c027e47
aozarov
committed
c027e47
View commit details
Copy full SHA for c027e47
View code at this point
Browse repository at this point
Minor fixes to bigquery
Show description for e27b5b3
mziccard
committed
e27b5b3
View commit details
Copy full SHA for e27b5b3
View code at this point
Browse repository at this point
Add equals and hashCode to BaseTableInfo subclasses
mziccard
committed
3521bf5
View commit details
Copy full SHA for 3521bf5
View code at this point
Browse repository at this point
Add code to initialize BigQueryError in BigQueryException
mziccard
committed
2e38f02
View commit details
Copy full SHA for 2e38f02
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
Rename translateAndThrow in BaseServiceException and make it package scope in other exceptions
mziccard
committed
67e5dfc
View commit details
Copy full SHA for 67e5dfc
View code at this point
Browse repository at this point
Move exception handler and interceptor to BaseService class
mziccard
committed
acf260c
View commit details
Copy full SHA for acf260c
View code at this point
Browse repository at this point
Refactor BaseServiceException
mziccard
committed
03d5d30
View commit details
Copy full SHA for 03d5d30
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
Add support for BigQuery resumable uploads via a write channel
Show description for b32e4b9
mziccard
committed
b32e4b9
View commit details
Copy full SHA for b32e4b9
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
Set default retry strategy
Ajay Kannan
committed
2d1e836
View commit details
Copy full SHA for 2d1e836
View code at this point
Browse repository at this point
Commits on Jan 8, 2016
Merge pull request #536 from mziccard/fix-bigquery-it
Show description for 69caa42
aozarov
committed
69caa42
View commit details
Copy full SHA for 69caa42
View code at this point
Browse repository at this point
Fix failing test by removing check
mziccard
committed
701abb6
View commit details
Copy full SHA for 701abb6
View code at this point
Browse repository at this point
Rename load to get in functional classes
mziccard
committed
1ab0ac5
View commit details
Copy full SHA for 1ab0ac5
View code at this point
Browse repository at this point
Merge pull request #517 from ajkannan/basepagefetcher
Show description for 824c46c
aozarov
committed
824c46c
View commit details
Copy full SHA for 824c46c
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Refactor page fetchers
Ajay Kannan
committed
ce9b5c1
View commit details
Copy full SHA for ce9b5c1
View code at this point
Browse repository at this point
Merge pull request #526 from mziccard/bigquery-error-exception
Show description for f1a5cec
aozarov
committed
f1a5cec
View commit details
Copy full SHA for f1a5cec
View code at this point
Browse repository at this point
Add BigQueryError field to BigQueryException and tests
mziccard
committed
0ae2be8
View commit details
Copy full SHA for 0ae2be8
View code at this point
Browse repository at this point
Merge pull request #529 from ajkannan/docs-cleanup
Show description for d03e5a7
aozarov
committed
d03e5a7
View commit details
Copy full SHA for d03e5a7
View code at this point
Browse repository at this point
Merge pull request #523 from mziccard/support-query-plan
Show description for b1ff62b
aozarov
committed
b1ff62b
View commit details
Copy full SHA for b1ff62b
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
Docs and code cleanup
Ajay Kannan
committed
ea21d23
View commit details
Copy full SHA for ea21d23
View code at this point
Browse repository at this point
Minor fixes to QueryStage
Show description for 13b1b0e
mziccard
committed
13b1b0e
View commit details
Copy full SHA for 13b1b0e
View code at this point
Browse repository at this point
Merge pull request #527 from mziccard/add-format-to-of
Show description for 5da46e8
ajkannan
committed
5da46e8
View commit details
Copy full SHA for 5da46e8
View code at this point
Browse repository at this point
Make infoIterable final in LazyBlobIterable and LazyTableIterable
mziccard
committed
7c0a746
View commit details
Copy full SHA for 7c0a746
View code at this point
Browse repository at this point
Fix self reference in QueryJobInfo.Priority javadoc
mziccard
committed
c3e808d
View commit details
Copy full SHA for c3e808d
View code at this point
Browse repository at this point
Add more factory methods to Load and ExtractJobInfo
mziccard
committed
0a59620
View commit details
Copy full SHA for 0a59620
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Merge pull request #516 from mziccard/bigquery-functional-classes
Show description for d8b1814
ajkannan
committed
d8b1814
View commit details
Copy full SHA for d8b1814
View code at this point
Browse repository at this point
Add support for queryPlan to QueryStatistics
mziccard
committed
4aa8a97
View commit details
Copy full SHA for 4aa8a97
View code at this point
Browse repository at this point
Add better tests for bigquery functional classes
mziccard
committed
d58930e
View commit details
Copy full SHA for d58930e
View code at this point
Browse repository at this point
Document delay in table creation when insertAll is used with templateSuffix
mziccard
committed
46f7958
View commit details
Copy full SHA for 46f7958
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
Wait for table to be created in testInsertAllWithSuffix
mziccard
committed
2d1a368
View commit details
Copy full SHA for 2d1a368
View code at this point
Browse repository at this point
Minor fixes to bigquery functional classes
Show description for d75f1f4
mziccard
committed
d75f1f4
View commit details
Copy full SHA for d75f1f4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.