Class: Google::Cloud::ConfigService::V1::Config::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::Config::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/config_service/v1/config/rest/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 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_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_deployment_group. -
#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_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_deployment_group. -
#delete_preview ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_preview. -
#delete_statefile ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_statefile. -
#deprovision_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
deprovision_deployment_group. -
#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_auto_migration_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_auto_migration_config. -
#get_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment. -
#get_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment_group. -
#get_deployment_group_revision ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_deployment_group_revision. -
#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_resource_change ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_resource_change. -
#get_resource_drift ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_resource_drift. -
#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_deployment_group_revisions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployment_group_revisions. -
#list_deployment_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_deployment_groups. -
#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_resource_changes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_resource_changes. -
#list_resource_drifts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_resource_drifts. -
#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. -
#provision_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
provision_deployment_group. -
#unlock_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
unlock_deployment. -
#update_auto_migration_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_auto_migration_config. -
#update_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_deployment. -
#update_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_deployment_group.
Instance Attribute Details
#create_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_deployment
4047 4048 4049 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4047 def create_deployment @create_deployment end |
#create_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_deployment_group
4187 4188 4189 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4187 def create_deployment_group @create_deployment_group end |
#create_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_preview
4117 4118 4119 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4117 def create_preview @create_preview end |
#delete_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_deployment
4057 4058 4059 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4057 def delete_deployment @delete_deployment end |
#delete_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_deployment_group
4197 4198 4199 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4197 def delete_deployment_group @delete_deployment_group end |
#delete_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_preview
4132 4133 4134 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4132 def delete_preview @delete_preview end |
#delete_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_statefile
4097 4098 4099 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4097 def delete_statefile @delete_statefile end |
#deprovision_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for deprovision_deployment_group
4212 4213 4214 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4212 def deprovision_deployment_group @deprovision_deployment_group end |
#export_deployment_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_deployment_statefile
4082 4083 4084 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4082 def export_deployment_statefile @export_deployment_statefile end |
#export_lock_info ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_lock_info
4112 4113 4114 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4112 def export_lock_info @export_lock_info end |
#export_preview_result ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_preview_result
4137 4138 4139 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4137 def export_preview_result @export_preview_result end |
#export_revision_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_revision_statefile
4087 4088 4089 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4087 def export_revision_statefile @export_revision_statefile end |
#get_auto_migration_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_auto_migration_config
4172 4173 4174 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4172 def get_auto_migration_config @get_auto_migration_config end |
#get_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment
4042 4043 4044 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4042 def get_deployment @get_deployment end |
#get_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment_group
4182 4183 4184 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4182 def get_deployment_group @get_deployment_group end |
#get_deployment_group_revision ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_deployment_group_revision
4217 4218 4219 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4217 def get_deployment_group_revision @get_deployment_group_revision end |
#get_preview ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_preview
4122 4123 4124 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4122 def get_preview @get_preview end |
#get_resource ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_resource
4072 4073 4074 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4072 def get_resource @get_resource end |
#get_resource_change ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_resource_change
4157 4158 4159 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4157 def get_resource_change @get_resource_change end |
#get_resource_drift ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_resource_drift
4167 4168 4169 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4167 def get_resource_drift @get_resource_drift end |
#get_revision ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_revision
4067 4068 4069 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4067 def get_revision @get_revision end |
#get_terraform_version ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_terraform_version
4147 4148 4149 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4147 def get_terraform_version @get_terraform_version end |
#import_statefile ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_statefile
4092 4093 4094 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4092 def import_statefile @import_statefile end |
#list_deployment_group_revisions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployment_group_revisions
4222 4223 4224 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4222 def list_deployment_group_revisions @list_deployment_group_revisions end |
#list_deployment_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployment_groups
4202 4203 4204 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4202 def list_deployment_groups @list_deployment_groups end |
#list_deployments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_deployments
4037 4038 4039 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4037 def list_deployments @list_deployments end |
#list_previews ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_previews
4127 4128 4129 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4127 def list_previews @list_previews end |
#list_resource_changes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_resource_changes
4152 4153 4154 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4152 def list_resource_changes @list_resource_changes end |
#list_resource_drifts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_resource_drifts
4162 4163 4164 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4162 def list_resource_drifts @list_resource_drifts end |
#list_resources ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_resources
4077 4078 4079 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4077 def list_resources @list_resources end |
#list_revisions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_revisions
4062 4063 4064 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4062 def list_revisions @list_revisions end |
#list_terraform_versions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_terraform_versions
4142 4143 4144 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4142 def list_terraform_versions @list_terraform_versions end |
#lock_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for lock_deployment
4102 4103 4104 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4102 def lock_deployment @lock_deployment end |
#provision_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for provision_deployment_group
4207 4208 4209 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4207 def provision_deployment_group @provision_deployment_group end |
#unlock_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for unlock_deployment
4107 4108 4109 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4107 def unlock_deployment @unlock_deployment end |
#update_auto_migration_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_auto_migration_config
4177 4178 4179 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4177 def update_auto_migration_config @update_auto_migration_config end |
#update_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_deployment
4052 4053 4054 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4052 def update_deployment @update_deployment end |
#update_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_deployment_group
4192 4193 4194 |
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 4192 def update_deployment_group @update_deployment_group end |