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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/chronicle/v1/data_table_service/rest/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 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)


1704
1705
1706
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1704

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)


1709
1710
1711
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1709

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)


1714
1715
1716
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1714

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)


1719
1720
1721
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1719

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)


1654
1655
1656
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1654

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)


1679
1680
1681
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1679

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)


1674
1675
1676
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1674

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)


1699
1700
1701
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1699

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)


1664
1665
1666
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1664

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)


1724
1725
1726
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1724

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)


1694
1695
1696
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1694

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)


1689
1690
1691
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1689

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)


1659
1660
1661
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1659

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)


1669
1670
1671
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1669

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)


1684
1685
1686
# File 'lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb', line 1684

def update_data_table_row
  @update_data_table_row
end