Class: Google::Cloud::Metastore::V1::DataprocMetastoreFederation::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::DataprocMetastoreFederation::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/client.rb
Overview
Configuration RPC class for the DataprocMetastoreFederation 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_federation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_federation. -
#delete_federation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_federation. -
#get_federation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_federation. -
#list_federations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_federations. -
#update_federation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_federation.
Instance Attribute Details
#create_federation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_federation
919 920 921 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/client.rb', line 919 def create_federation @create_federation end |
#delete_federation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_federation
929 930 931 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/client.rb', line 929 def delete_federation @delete_federation end |
#get_federation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_federation
914 915 916 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/client.rb', line 914 def get_federation @get_federation end |
#list_federations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_federations
909 910 911 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/client.rb', line 909 def list_federations @list_federations end |
#update_federation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_federation
924 925 926 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/client.rb', line 924 def update_federation @update_federation end |