Class: Google::Cloud::AppEngine::V1::DomainMappings::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::DomainMappings::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb
Overview
Configuration RPC class for the DomainMappings 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_domain_mapping ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_domain_mapping
. -
#delete_domain_mapping ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_domain_mapping
. -
#get_domain_mapping ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_domain_mapping
. -
#list_domain_mappings ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_domain_mappings
. -
#update_domain_mapping ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_domain_mapping
.
Instance Attribute Details
#create_domain_mapping ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_domain_mapping
766 767 768 |
# File 'lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb', line 766 def create_domain_mapping @create_domain_mapping end |
#delete_domain_mapping ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_domain_mapping
776 777 778 |
# File 'lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb', line 776 def delete_domain_mapping @delete_domain_mapping end |
#get_domain_mapping ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_domain_mapping
761 762 763 |
# File 'lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb', line 761 def get_domain_mapping @get_domain_mapping end |
#list_domain_mappings ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_domain_mappings
756 757 758 |
# File 'lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb', line 756 def list_domain_mappings @list_domain_mappings end |
#update_domain_mapping ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_domain_mapping
771 772 773 |
# File 'lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb', line 771 def update_domain_mapping @update_domain_mapping end |