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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

def update_data_table_row
  @update_data_table_row
end