Class: Google::Cloud::ServiceManagement::V1::ServiceManager::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ServiceManager::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/service_management/v1/service_manager/rest/client.rb
Overview
Configuration RPC class for the ServiceManager 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. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#create_service ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_service. -
#create_service_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_service_config. -
#create_service_rollout ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_service_rollout. -
#delete_service ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_service. -
#generate_config_report ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_config_report. -
#get_service ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_service. -
#get_service_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_service_config. -
#get_service_rollout ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_service_rollout. -
#list_service_configs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_service_configs. -
#list_service_rollouts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_service_rollouts. -
#list_services ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_services. -
#submit_config_source ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
submit_config_source. -
#undelete_service ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
undelete_service.
Instance Attribute Details
#create_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_service
1612 1613 1614 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1612 def create_service @create_service end |
#create_service_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_service_config
1637 1638 1639 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1637 def create_service_config @create_service_config end |
#create_service_rollout ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_service_rollout
1657 1658 1659 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1657 def create_service_rollout @create_service_rollout end |
#delete_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_service
1617 1618 1619 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1617 def delete_service @delete_service end |
#generate_config_report ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_config_report
1662 1663 1664 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1662 def generate_config_report @generate_config_report end |
#get_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service
1607 1608 1609 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1607 def get_service @get_service end |
#get_service_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service_config
1632 1633 1634 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1632 def get_service_config @get_service_config end |
#get_service_rollout ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service_rollout
1652 1653 1654 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1652 def get_service_rollout @get_service_rollout end |
#list_service_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_service_configs
1627 1628 1629 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1627 def list_service_configs @list_service_configs end |
#list_service_rollouts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_service_rollouts
1647 1648 1649 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1647 def list_service_rollouts @list_service_rollouts end |
#list_services ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_services
1602 1603 1604 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1602 def list_services @list_services end |
#submit_config_source ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for submit_config_source
1642 1643 1644 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1642 def submit_config_source @submit_config_source end |
#undelete_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_service
1622 1623 1624 |
# File 'lib/google/cloud/service_management/v1/service_manager/rest/client.rb', line 1622 def undelete_service @undelete_service end |