Class: Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Client::Configuration::Rpcs
- 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. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#append_rows ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
append_rows
. -
#batch_commit_write_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_commit_write_streams
. -
#create_write_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_write_stream
. -
#finalize_write_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
finalize_write_stream
. -
#flush_rows ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
flush_rows
. -
#get_write_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_write_stream
.
Instance Attribute Details
#append_rows ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for append_rows
935 936 937 |
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 935 def append_rows @append_rows end |
#batch_commit_write_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_commit_write_streams
950 951 952 |
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 950 def batch_commit_write_streams @batch_commit_write_streams end |
#create_write_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_write_stream
930 931 932 |
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 930 def create_write_stream @create_write_stream end |
#finalize_write_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for finalize_write_stream
945 946 947 |
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 945 def finalize_write_stream @finalize_write_stream end |
#flush_rows ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for flush_rows
955 956 957 |
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 955 def flush_rows @flush_rows end |
#get_write_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_write_stream
940 941 942 |
# File 'lib/google/cloud/bigquery/storage/v1/big_query_write/client.rb', line 940 def get_write_stream @get_write_stream end |