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.
    • :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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

def update_data_table_row
  @update_data_table_row
end