Class: Google::Cloud::ConfigService::V1::Config::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::Config::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/config_service/v1/config/client.rb
Overview
Configuration RPC class for the Config 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_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_deployment. -
#create_preview ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_preview. -
#delete_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_deployment. -
#delete_preview ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_preview. -
#delete_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_statefile. -
#export_deployment_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_deployment_statefile. -
#export_lock_info ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_lock_info. -
#export_preview_result ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_preview_result. -
#export_revision_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_revision_statefile. -
#get_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment. -
#get_preview ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_preview. -
#get_resource ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_resource. -
#get_revision ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_revision. -
#get_terraform_version ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_terraform_version. -
#import_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_statefile. -
#list_deployments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployments. -
#list_previews ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_previews. -
#list_resources ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_resources. -
#list_revisions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_revisions. -
#list_terraform_versions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_terraform_versions. -
#lock_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
lock_deployment. -
#unlock_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
unlock_deployment. -
#update_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_deployment.
Instance Attribute Details
#create_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_deployment
2750 2751 2752 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2750 def create_deployment @create_deployment end |
#create_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_preview
2820 2821 2822 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2820 def create_preview @create_preview end |
#delete_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_deployment
2760 2761 2762 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2760 def delete_deployment @delete_deployment end |
#delete_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_preview
2835 2836 2837 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2835 def delete_preview @delete_preview end |
#delete_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_statefile
2800 2801 2802 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2800 def delete_statefile @delete_statefile end |
#export_deployment_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_deployment_statefile
2785 2786 2787 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2785 def export_deployment_statefile @export_deployment_statefile end |
#export_lock_info ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_lock_info
2815 2816 2817 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2815 def export_lock_info @export_lock_info end |
#export_preview_result ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_preview_result
2840 2841 2842 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2840 def export_preview_result @export_preview_result end |
#export_revision_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_revision_statefile
2790 2791 2792 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2790 def export_revision_statefile @export_revision_statefile end |
#get_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment
2745 2746 2747 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2745 def get_deployment @get_deployment end |
#get_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_preview
2825 2826 2827 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2825 def get_preview @get_preview end |
#get_resource ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_resource
2775 2776 2777 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2775 def get_resource @get_resource end |
#get_revision ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_revision
2770 2771 2772 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2770 def get_revision @get_revision end |
#get_terraform_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_terraform_version
2850 2851 2852 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2850 def get_terraform_version @get_terraform_version end |
#import_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_statefile
2795 2796 2797 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2795 def import_statefile @import_statefile end |
#list_deployments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployments
2740 2741 2742 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2740 def list_deployments @list_deployments end |
#list_previews ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_previews
2830 2831 2832 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2830 def list_previews @list_previews end |
#list_resources ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_resources
2780 2781 2782 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2780 def list_resources @list_resources end |
#list_revisions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_revisions
2765 2766 2767 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2765 def list_revisions @list_revisions end |
#list_terraform_versions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_terraform_versions
2845 2846 2847 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2845 def list_terraform_versions @list_terraform_versions end |
#lock_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for lock_deployment
2805 2806 2807 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2805 def lock_deployment @lock_deployment end |
#unlock_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for unlock_deployment
2810 2811 2812 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2810 def unlock_deployment @unlock_deployment end |
#update_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_deployment
2755 2756 2757 |
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2755 def update_deployment @update_deployment end |