Class: Google::Cloud::Dataplex::V1::DataTaxonomyService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb

Overview

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

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

RPC-specific configuration for create_data_attribute

Returns:

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


1794
1795
1796
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1794

def create_data_attribute
  @create_data_attribute
end

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

RPC-specific configuration for create_data_attribute_binding

Returns:

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


1769
1770
1771
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1769

def create_data_attribute_binding
  @create_data_attribute_binding
end

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

RPC-specific configuration for create_data_taxonomy

Returns:

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


1744
1745
1746
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1744

def create_data_taxonomy
  @create_data_taxonomy
end

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

RPC-specific configuration for delete_data_attribute

Returns:

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


1804
1805
1806
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1804

def delete_data_attribute
  @delete_data_attribute
end

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

RPC-specific configuration for delete_data_attribute_binding

Returns:

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


1779
1780
1781
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1779

def delete_data_attribute_binding
  @delete_data_attribute_binding
end

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

RPC-specific configuration for delete_data_taxonomy

Returns:

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


1754
1755
1756
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1754

def delete_data_taxonomy
  @delete_data_taxonomy
end

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

RPC-specific configuration for get_data_attribute

Returns:

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


1814
1815
1816
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1814

def get_data_attribute
  @get_data_attribute
end

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

RPC-specific configuration for get_data_attribute_binding

Returns:

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


1789
1790
1791
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1789

def get_data_attribute_binding
  @get_data_attribute_binding
end

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

RPC-specific configuration for get_data_taxonomy

Returns:

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


1764
1765
1766
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1764

def get_data_taxonomy
  @get_data_taxonomy
end

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

RPC-specific configuration for list_data_attribute_bindings

Returns:

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


1784
1785
1786
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1784

def list_data_attribute_bindings
  @list_data_attribute_bindings
end

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

RPC-specific configuration for list_data_attributes

Returns:

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


1809
1810
1811
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1809

def list_data_attributes
  @list_data_attributes
end

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

RPC-specific configuration for list_data_taxonomies

Returns:

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


1759
1760
1761
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1759

def list_data_taxonomies
  @list_data_taxonomies
end

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

RPC-specific configuration for update_data_attribute

Returns:

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


1799
1800
1801
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1799

def update_data_attribute
  @update_data_attribute
end

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

RPC-specific configuration for update_data_attribute_binding

Returns:

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


1774
1775
1776
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1774

def update_data_attribute_binding
  @update_data_attribute_binding
end

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

RPC-specific configuration for update_data_taxonomy

Returns:

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


1749
1750
1751
# File 'lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb', line 1749

def update_data_taxonomy
  @update_data_taxonomy
end