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. -
: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
1721 1722 1723 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1721 def create_service @create_service end |
#create_service_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_service_config
1746 1747 1748 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1746 def create_service_config @create_service_config end |
#create_service_rollout ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_service_rollout
1766 1767 1768 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1766 def create_service_rollout @create_service_rollout end |
#delete_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_service
1726 1727 1728 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1726 def delete_service @delete_service end |
#generate_config_report ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_config_report
1771 1772 1773 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1771 def generate_config_report @generate_config_report end |
#get_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service
1716 1717 1718 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1716 def get_service @get_service end |
#get_service_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service_config
1741 1742 1743 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1741 def get_service_config @get_service_config end |
#get_service_rollout ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service_rollout
1761 1762 1763 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1761 def get_service_rollout @get_service_rollout end |
#list_service_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_service_configs
1736 1737 1738 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1736 def list_service_configs @list_service_configs end |
#list_service_rollouts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_service_rollouts
1756 1757 1758 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1756 def list_service_rollouts @list_service_rollouts end |
#list_services ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_services
1711 1712 1713 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1711 def list_services @list_services end |
#submit_config_source ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for submit_config_source
1751 1752 1753 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1751 def submit_config_source @submit_config_source end |
#undelete_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for undelete_service
1731 1732 1733 |
# File 'lib/google/cloud/service_management/v1/service_manager/client.rb', line 1731 def undelete_service @undelete_service end |