Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::OsConfigService::Client::Configuration::Rpcs.
Configuration RPC class for the OsConfigService 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.
-
Inherits
- Object
Methods
#cancel_patch_job
def cancel_patch_job() -> ::Gapic::Config::Method
RPC-specific configuration for cancel_patch_job
- (::Gapic::Config::Method)
#create_patch_deployment
def create_patch_deployment() -> ::Gapic::Config::Method
RPC-specific configuration for create_patch_deployment
- (::Gapic::Config::Method)
#delete_patch_deployment
def delete_patch_deployment() -> ::Gapic::Config::Method
RPC-specific configuration for delete_patch_deployment
- (::Gapic::Config::Method)
#execute_patch_job
def execute_patch_job() -> ::Gapic::Config::Method
RPC-specific configuration for execute_patch_job
- (::Gapic::Config::Method)
#get_patch_deployment
def get_patch_deployment() -> ::Gapic::Config::Method
RPC-specific configuration for get_patch_deployment
- (::Gapic::Config::Method)
#get_patch_job
def get_patch_job() -> ::Gapic::Config::Method
RPC-specific configuration for get_patch_job
- (::Gapic::Config::Method)
#list_patch_deployments
def list_patch_deployments() -> ::Gapic::Config::Method
RPC-specific configuration for list_patch_deployments
- (::Gapic::Config::Method)
#list_patch_job_instance_details
def list_patch_job_instance_details() -> ::Gapic::Config::Method
RPC-specific configuration for list_patch_job_instance_details
- (::Gapic::Config::Method)
#list_patch_jobs
def list_patch_jobs() -> ::Gapic::Config::Method
RPC-specific configuration for list_patch_jobs
- (::Gapic::Config::Method)
#pause_patch_deployment
def pause_patch_deployment() -> ::Gapic::Config::Method
RPC-specific configuration for pause_patch_deployment
- (::Gapic::Config::Method)
#resume_patch_deployment
def resume_patch_deployment() -> ::Gapic::Config::Method
RPC-specific configuration for resume_patch_deployment
- (::Gapic::Config::Method)
#update_patch_deployment
def update_patch_deployment() -> ::Gapic::Config::Method
RPC-specific configuration for update_patch_deployment
- (::Gapic::Config::Method)