Class: Google::Cloud::Dataplex::V1::BusinessGlossaryService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::BusinessGlossaryService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb
Overview
Configuration RPC class for the BusinessGlossaryService 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
-
#create_glossary ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_glossary
. -
#create_glossary_category ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_glossary_category
. -
#create_glossary_term ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_glossary_term
. -
#delete_glossary ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_glossary
. -
#delete_glossary_category ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_glossary_category
. -
#delete_glossary_term ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_glossary_term
. -
#get_glossary ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_glossary
. -
#get_glossary_category ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_glossary_category
. -
#get_glossary_term ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_glossary_term
. -
#list_glossaries ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_glossaries
. -
#list_glossary_categories ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_glossary_categories
. -
#list_glossary_terms ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_glossary_terms
. -
#update_glossary ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_glossary
. -
#update_glossary_category ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_glossary_category
. -
#update_glossary_term ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_glossary_term
.
Instance Attribute Details
#create_glossary ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_glossary
1748 1749 1750 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1748 def create_glossary @create_glossary end |
#create_glossary_category ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_glossary_category
1773 1774 1775 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1773 def create_glossary_category @create_glossary_category end |
#create_glossary_term ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_glossary_term
1798 1799 1800 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1798 def create_glossary_term @create_glossary_term end |
#delete_glossary ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_glossary
1758 1759 1760 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1758 def delete_glossary @delete_glossary end |
#delete_glossary_category ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_glossary_category
1783 1784 1785 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1783 def delete_glossary_category @delete_glossary_category end |
#delete_glossary_term ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_glossary_term
1808 1809 1810 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1808 def delete_glossary_term @delete_glossary_term end |
#get_glossary ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_glossary
1763 1764 1765 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1763 def get_glossary @get_glossary end |
#get_glossary_category ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_glossary_category
1788 1789 1790 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1788 def get_glossary_category @get_glossary_category end |
#get_glossary_term ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_glossary_term
1813 1814 1815 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1813 def get_glossary_term @get_glossary_term end |
#list_glossaries ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_glossaries
1768 1769 1770 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1768 def list_glossaries @list_glossaries end |
#list_glossary_categories ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_glossary_categories
1793 1794 1795 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1793 def list_glossary_categories @list_glossary_categories end |
#list_glossary_terms ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_glossary_terms
1818 1819 1820 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1818 def list_glossary_terms @list_glossary_terms end |
#update_glossary ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_glossary
1753 1754 1755 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1753 def update_glossary @update_glossary end |
#update_glossary_category ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_glossary_category
1778 1779 1780 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1778 def update_glossary_category @update_glossary_category end |
#update_glossary_term ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_glossary_term
1803 1804 1805 |
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb', line 1803 def update_glossary_term @update_glossary_term end |