| Package | Description | 
|---|---|
| com.google.cloud | 
 Core classes for the  
google-cloud library. | 
| com.google.cloud.bigquery | 
 A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
 analytics. 
 | 
| com.google.cloud.compute.deprecated | 
 A client for Google Compute Engine – High-performance, scalable virtual machines. 
 | 
| com.google.cloud.spanner | 
 A client for Cloud Spanner - A no-compromise relational database service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RetryOption | 
RetryOption.initialRetryDelay(org.threeten.bp.Duration initialRetryDelay)
See  
RetrySettings.getInitialRetryDelay(). | 
static RetryOption | 
RetryOption.jittered(boolean jittered)
See  
RetrySettings.isJittered() ()}. | 
static RetryOption | 
RetryOption.maxAttempts(int maxAttempts)
See  
RetrySettings.getMaxAttempts(). | 
static RetryOption | 
RetryOption.maxRetryDelay(org.threeten.bp.Duration maxRetryDelay)
See  
RetrySettings.getMaxRetryDelay(). | 
static RetryOption | 
RetryOption.retryDelayMultiplier(double retryDelayMultiplier)
See  
RetrySettings.getRetryDelayMultiplier(). | 
static RetryOption | 
RetryOption.totalTimeout(org.threeten.bp.Duration totalTimeout)
See  
RetrySettings.getTotalTimeout(). | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.api.gax.retrying.RetrySettings | 
RetryOption.mergeToSettings(com.google.api.gax.retrying.RetrySettings settings,
               RetryOption... options)
Creates a new  
RetrySettings instance, merging provided settings and multiple RetryOptions, each of which represents a single property in RetrySettings. | 
| Modifier and Type | Method and Description | 
|---|---|
RetryOption | 
BigQuery.QueryOption.getRetryOption()  | 
| Modifier and Type | Method and Description | 
|---|---|
static BigQuery.QueryOption | 
BigQuery.QueryOption.of(RetryOption waitOption)  | 
Job | 
Job.waitFor(RetryOption... waitOptions)
Blocks until this job completes its execution, either failing or succeeding. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Operation | 
Operation.waitFor(RetryOption... waitOptions)
Blocks until this operation completes its execution, either failing or succeeding. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Operation<R,M> | 
Operation.waitFor(RetryOption... waitOptions)
Blocks till the operation is complete or maximum time, if specified, has elapsed. 
 | 
Copyright © 2019 Google LLC. All rights reserved.