Class: Google::Cloud::Bigtable::V2::Bigtable::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/bigtable/client.rb

Overview

Configuration RPC class for the Bigtable 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

Instance Attribute Details

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

RPC-specific configuration for check_and_mutate_row

Returns:

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


1048
1049
1050
# File 'lib/google/cloud/bigtable/v2/bigtable/client.rb', line 1048

def check_and_mutate_row
  @check_and_mutate_row
end

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

RPC-specific configuration for mutate_row

Returns:

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


1038
1039
1040
# File 'lib/google/cloud/bigtable/v2/bigtable/client.rb', line 1038

def mutate_row
  @mutate_row
end

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

RPC-specific configuration for mutate_rows

Returns:

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


1043
1044
1045
# File 'lib/google/cloud/bigtable/v2/bigtable/client.rb', line 1043

def mutate_rows
  @mutate_rows
end

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

RPC-specific configuration for ping_and_warm

Returns:

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


1053
1054
1055
# File 'lib/google/cloud/bigtable/v2/bigtable/client.rb', line 1053

def ping_and_warm
  @ping_and_warm
end

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

RPC-specific configuration for read_modify_write_row

Returns:

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


1058
1059
1060
# File 'lib/google/cloud/bigtable/v2/bigtable/client.rb', line 1058

def read_modify_write_row
  @read_modify_write_row
end

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

RPC-specific configuration for read_rows

Returns:

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


1028
1029
1030
# File 'lib/google/cloud/bigtable/v2/bigtable/client.rb', line 1028

def read_rows
  @read_rows
end

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

RPC-specific configuration for sample_row_keys

Returns:

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


1033
1034
1035
# File 'lib/google/cloud/bigtable/v2/bigtable/client.rb', line 1033

def sample_row_keys
  @sample_row_keys
end