class Google::Cloud::Dataplex::V1::DataTaxonomyService::Client::Configuration::Rpcs


trigger a retry.
* ‘:retry_codes` (type: `Array<String>`) - The error codes that should
* `:multiplier` (type: `Numeric`) - The incremental backoff multiplier.
* `:max_delay` (type: `Numeric`) - The max delay in seconds.
* `:initial_delay` (type: `Numeric`) - The initial delay in seconds.
include the following keys:
* `retry_policy (type: `Hash`) - The retry policy. The policy fields
* `metadata` (type: `Hash{Symbol=>String}`) - Additional gRPC headers
* `timeout` (type: `Numeric`) - The call timeout in seconds
the following configuration fields:
Each configuration object is of type `Gapic::Config::Method` and includes
Includes fields providing the configuration for each RPC in this service.
Configuration RPC class for the DataTaxonomyService API.
#

def initialize parent_rpcs = nil

Other tags:
    Private: -
def initialize parent_rpcs = nil
  create_data_taxonomy_config = parent_rpcs.create_data_taxonomy if parent_rpcs.respond_to? :create_data_taxonomy
  @create_data_taxonomy = ::Gapic::Config::Method.new create_data_taxonomy_config
  update_data_taxonomy_config = parent_rpcs.update_data_taxonomy if parent_rpcs.respond_to? :update_data_taxonomy
  @update_data_taxonomy = ::Gapic::Config::Method.new update_data_taxonomy_config
  delete_data_taxonomy_config = parent_rpcs.delete_data_taxonomy if parent_rpcs.respond_to? :delete_data_taxonomy
  @delete_data_taxonomy = ::Gapic::Config::Method.new delete_data_taxonomy_config
  list_data_taxonomies_config = parent_rpcs.list_data_taxonomies if parent_rpcs.respond_to? :list_data_taxonomies
  @list_data_taxonomies = ::Gapic::Config::Method.new list_data_taxonomies_config
  get_data_taxonomy_config = parent_rpcs.get_data_taxonomy if parent_rpcs.respond_to? :get_data_taxonomy
  @get_data_taxonomy = ::Gapic::Config::Method.new get_data_taxonomy_config
  create_data_attribute_binding_config = parent_rpcs.create_data_attribute_binding if parent_rpcs.respond_to? :create_data_attribute_binding
  @create_data_attribute_binding = ::Gapic::Config::Method.new create_data_attribute_binding_config
  update_data_attribute_binding_config = parent_rpcs.update_data_attribute_binding if parent_rpcs.respond_to? :update_data_attribute_binding
  @update_data_attribute_binding = ::Gapic::Config::Method.new update_data_attribute_binding_config
  delete_data_attribute_binding_config = parent_rpcs.delete_data_attribute_binding if parent_rpcs.respond_to? :delete_data_attribute_binding
  @delete_data_attribute_binding = ::Gapic::Config::Method.new delete_data_attribute_binding_config
  list_data_attribute_bindings_config = parent_rpcs.list_data_attribute_bindings if parent_rpcs.respond_to? :list_data_attribute_bindings
  @list_data_attribute_bindings = ::Gapic::Config::Method.new list_data_attribute_bindings_config
  get_data_attribute_binding_config = parent_rpcs.get_data_attribute_binding if parent_rpcs.respond_to? :get_data_attribute_binding
  @get_data_attribute_binding = ::Gapic::Config::Method.new get_data_attribute_binding_config
  create_data_attribute_config = parent_rpcs.create_data_attribute if parent_rpcs.respond_to? :create_data_attribute
  @create_data_attribute = ::Gapic::Config::Method.new create_data_attribute_config
  update_data_attribute_config = parent_rpcs.update_data_attribute if parent_rpcs.respond_to? :update_data_attribute
  @update_data_attribute = ::Gapic::Config::Method.new update_data_attribute_config
  delete_data_attribute_config = parent_rpcs.delete_data_attribute if parent_rpcs.respond_to? :delete_data_attribute
  @delete_data_attribute = ::Gapic::Config::Method.new delete_data_attribute_config
  list_data_attributes_config = parent_rpcs.list_data_attributes if parent_rpcs.respond_to? :list_data_attributes
  @list_data_attributes = ::Gapic::Config::Method.new list_data_attributes_config
  get_data_attribute_config = parent_rpcs.get_data_attribute if parent_rpcs.respond_to? :get_data_attribute
  @get_data_attribute = ::Gapic::Config::Method.new get_data_attribute_config
  yield self if block_given?
end