Accessing BigQuery table using Java client library.
31 views
Skip to first unread message
bwpooja dhongade
unread,
Mar 21, 2018, 9:05:51 AM3/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi All,
Does GCP cost you to query/read BigTable data using Java client library??
Also, is there any quota limit client lib to access data from BigTable??
Thanks,
Pooja.
Jordan (Cloud Platform Support)
unread,
Mar 21, 2018, 5:02:03 PM3/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
When you use the Client Libraries to access a Google Cloud project's BigTable resources it will count as Network usage and will be priced accordingly towards the project you are making requests to.
The quotas are also specific to the project you are making requests against and can be found in the documentation. If the project runs out of quotas the Client Library will return a server error as the response.