Class: Google::Cloud::Chronicle::V1::DataTableService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/chronicle/v1/data_table_service/client.rb

Overview

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

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

RPC-specific configuration for bulk_create_data_table_rows

Returns:

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


1853
1854
1855
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1853

def bulk_create_data_table_rows
  @bulk_create_data_table_rows
end

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

RPC-specific configuration for bulk_get_data_table_rows

Returns:

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


1858
1859
1860
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1858

def bulk_get_data_table_rows
  @bulk_get_data_table_rows
end

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

RPC-specific configuration for bulk_replace_data_table_rows

Returns:

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


1863
1864
1865
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1863

def bulk_replace_data_table_rows
  @bulk_replace_data_table_rows
end

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

RPC-specific configuration for bulk_update_data_table_rows

Returns:

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


1868
1869
1870
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1868

def bulk_update_data_table_rows
  @bulk_update_data_table_rows
end

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

RPC-specific configuration for create_data_table

Returns:

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


1803
1804
1805
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1803

def create_data_table
  @create_data_table
end

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

RPC-specific configuration for create_data_table_row

Returns:

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


1828
1829
1830
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1828

def create_data_table_row
  @create_data_table_row
end

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

RPC-specific configuration for delete_data_table

Returns:

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


1823
1824
1825
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1823

def delete_data_table
  @delete_data_table
end

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

RPC-specific configuration for delete_data_table_row

Returns:

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


1848
1849
1850
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1848

def delete_data_table_row
  @delete_data_table_row
end

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

RPC-specific configuration for get_data_table

Returns:

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


1813
1814
1815
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1813

def get_data_table
  @get_data_table
end

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

RPC-specific configuration for get_data_table_operation_errors

Returns:

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


1873
1874
1875
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1873

def get_data_table_operation_errors
  @get_data_table_operation_errors
end

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

RPC-specific configuration for get_data_table_row

Returns:

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


1843
1844
1845
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1843

def get_data_table_row
  @get_data_table_row
end

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

RPC-specific configuration for list_data_table_rows

Returns:

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


1838
1839
1840
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1838

def list_data_table_rows
  @list_data_table_rows
end

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

RPC-specific configuration for list_data_tables

Returns:

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


1808
1809
1810
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1808

def list_data_tables
  @list_data_tables
end

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

RPC-specific configuration for update_data_table

Returns:

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


1818
1819
1820
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1818

def update_data_table
  @update_data_table
end

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

RPC-specific configuration for update_data_table_row

Returns:

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


1833
1834
1835
# File 'lib/google/cloud/chronicle/v1/data_table_service/client.rb', line 1833

def update_data_table_row
  @update_data_table_row
end