Class: Google::Cloud::Metastore::V1::DataprocMetastoreFederation::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::DataprocMetastoreFederation::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/metastore/v1/dataproc_metastore_federation/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 gRPC 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
938 939 940 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/client.rb', line 938 def create_federation @create_federation end |
#delete_federation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_federation
948 949 950 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/client.rb', line 948 def delete_federation @delete_federation end |
#get_federation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_federation
933 934 935 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/client.rb', line 933 def get_federation @get_federation end |
#list_federations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_federations
928 929 930 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/client.rb', line 928 def list_federations @list_federations end |
#update_federation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_federation
943 944 945 |
# File 'lib/google/cloud/metastore/v1/dataproc_metastore_federation/client.rb', line 943 def update_federation @update_federation end |