Skip to content

Commit

Permalink
feat: add BigQuery Storage Write API v1
Browse files Browse the repository at this point in the history
Committer: @yirutang
PiperOrigin-RevId: 397350004

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Sep 17 10:32:22 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: b4da4fd5eee314df550791fc287c1f1950127ee4
Source-Link: googleapis/googleapis@b4da4fd
  • Loading branch information
yoshi-automation authored and jskeet committed Sep 18, 2021
1 parent 37fa769 commit c896df1
Show file tree
Hide file tree
Showing 13 changed files with 8,465 additions and 102 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -80,14 +80,11 @@ private BigQueryReadSettings(BigQueryReadSettings existing) : base(existing)
/// </summary>
/// <remarks>
/// <list type="bullet">
/// <item><description>Initial retry delay: 100 milliseconds.</description></item>
/// <item><description>Retry delay multiplier: 1.3</description></item>
/// <item><description>Retry maximum delay: 60000 milliseconds.</description></item>
/// <item><description>Maximum attempts: Unlimited</description></item>
/// <item><description>Timeout: 600 seconds.</description></item>
/// <item><description>This call will not be retried.</description></item>
/// <item><description>No timeout is applied.</description></item>
/// </list>
/// </remarks>
public gaxgrpc::CallSettings SplitReadStreamSettings { get; set; } = gaxgrpc::CallSettingsExtensions.WithRetry(gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(600000))), gaxgrpc::RetrySettings.FromExponentialBackoff(maxAttempts: 2147483647, initialBackoff: sys::TimeSpan.FromMilliseconds(100), maxBackoff: sys::TimeSpan.FromMilliseconds(60000), backoffMultiplier: 1.3, retryFilter: gaxgrpc::RetrySettings.FilterForStatusCodes(grpccore::StatusCode.DeadlineExceeded, grpccore::StatusCode.Unavailable)));
public gaxgrpc::CallSettings SplitReadStreamSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.None);

/// <summary>Creates a deep clone of this object, with all the same property values.</summary>
/// <returns>A deep clone of this <see cref="BigQueryReadSettings"/> object.</returns>
Expand Down

Large diffs are not rendered by default.

0 comments on commit c896df1

Please sign in to comment.