Send feedback
Package com.google.cloud.bigquery.testing (2.20.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.20.2 keyboard_arrow_down
A testing helper for Google BigQuery.
A simple usage example:
Before the test:
RemoteBigQueryHelper bigqueryHelper = RemoteBigQueryHelper . create ();
BigQuery bigquery = bigqueryHelper . getOptions (). getService ();
String dataset = RemoteBigQueryHelper . generateDatasetName ();
bigquery . create ( DatasetInfo . newBuilder ( dataset ). build ());
After the test:
RemoteBigQueryHelper . forceDelete ( bigquery , DATASET );
See Also: Google Cloud Java tools for testing
Classes
Utility to create a remote BigQuery configuration for testing. BigQuery options can be obtained
via the #getOptions() method. Returned options have custom BigQueryOptions#getRetrySettings() : RetrySettings#getMaxAttempts() is 10
, RetrySettings#getMaxRetryDelay() is 30000
, RetrySettings#getTotalTimeout() is
120000
and RetrySettings#getInitialRetryDelay() is 250
. HttpTransportOptions#getConnectTimeout() and HttpTransportOptions#getReadTimeout() are
both set to 60000
.
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-09-10 UTC."}