Class: Google::Cloud::ServiceManagement::V1::ServiceManager::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ServiceManager::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/service_management/v1/service_manager/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 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_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
1695 1696 1697 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1695 def create_service @create_service end |
#create_service_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_service_config
1720 1721 1722 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1720 def create_service_config @create_service_config end |
#create_service_rollout ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_service_rollout
1740 1741 1742 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1740 def create_service_rollout @create_service_rollout end |
#delete_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_service
1700 1701 1702 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1700 def delete_service @delete_service end |
#generate_config_report ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_config_report
1745 1746 1747 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1745 def generate_config_report @generate_config_report end |
#get_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service
1690 1691 1692 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1690 def get_service @get_service end |
#get_service_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service_config
1715 1716 1717 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1715 def get_service_config @get_service_config end |
#get_service_rollout ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service_rollout
1735 1736 1737 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1735 def get_service_rollout @get_service_rollout end |
#list_service_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_service_configs
1710 1711 1712 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1710 def list_service_configs @list_service_configs end |
#list_service_rollouts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_service_rollouts
1730 1731 1732 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1730 def list_service_rollouts @list_service_rollouts end |
#list_services ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_services
1685 1686 1687 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1685 def list_services @list_services end |
#submit_config_source ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for submit_config_source
1725 1726 1727 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1725 def submit_config_source @submit_config_source end |
#undelete_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_service
1705 1706 1707 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1705 def undelete_service @undelete_service end |