Class: Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb

Overview

Configuration RPC class for the BigQueryWrite API.

Includes fields providing the configuration for each RPC in this service. Each configuration object is of type Gapic::Config::Method and includes the following configuration fields:

  • timeout (type: Numeric) - The call timeout in seconds
  • metadata (type: Hash{Symbol=>String}) - Additional gRPC headers
  • retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:
    • :initial_delay (type: Numeric) - The initial delay in seconds.
    • :max_delay (type: Numeric) - The max delay in seconds.
    • :multiplier (type: Numeric) - The incremental backoff multiplier.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

#append_rows::Gapic::Config::Method (readonly)

RPC-specific configuration for append_rows

Returns:

  • (::Gapic::Config::Method)


981
982
983
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 981

def append_rows
  @append_rows
end

#batch_commit_write_streams::Gapic::Config::Method (readonly)

RPC-specific configuration for batch_commit_write_streams

Returns:

  • (::Gapic::Config::Method)


996
997
998
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 996

def batch_commit_write_streams
  @batch_commit_write_streams
end

#create_write_stream::Gapic::Config::Method (readonly)

RPC-specific configuration for create_write_stream

Returns:

  • (::Gapic::Config::Method)


976
977
978
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 976

def create_write_stream
  @create_write_stream
end

#finalize_write_stream::Gapic::Config::Method (readonly)

RPC-specific configuration for finalize_write_stream

Returns:

  • (::Gapic::Config::Method)


991
992
993
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 991

def finalize_write_stream
  @finalize_write_stream
end

#flush_rows::Gapic::Config::Method (readonly)

RPC-specific configuration for flush_rows

Returns:

  • (::Gapic::Config::Method)


1001
1002
1003
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 1001

def flush_rows
  @flush_rows
end

#get_write_stream::Gapic::Config::Method (readonly)

RPC-specific configuration for get_write_stream

Returns:

  • (::Gapic::Config::Method)


986
987
988
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 986

def get_write_stream
  @get_write_stream
end