Reference documentation and code samples for the Workload Manager V1 API class Google::Cloud::WorkloadManager::V1::WorkloadManager::Client::Configuration::Rpcs.
Configuration RPC class for the WorkloadManager 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
#create_evaluation
def create_evaluation() -> ::Gapic::Config::MethodRPC-specific configuration for create_evaluation
- (::Gapic::Config::Method)
#delete_evaluation
def delete_evaluation() -> ::Gapic::Config::MethodRPC-specific configuration for delete_evaluation
- (::Gapic::Config::Method)
#delete_execution
def delete_execution() -> ::Gapic::Config::MethodRPC-specific configuration for delete_execution
- (::Gapic::Config::Method)
#get_evaluation
def get_evaluation() -> ::Gapic::Config::MethodRPC-specific configuration for get_evaluation
- (::Gapic::Config::Method)
#get_execution
def get_execution() -> ::Gapic::Config::MethodRPC-specific configuration for get_execution
- (::Gapic::Config::Method)
#list_evaluations
def list_evaluations() -> ::Gapic::Config::MethodRPC-specific configuration for list_evaluations
- (::Gapic::Config::Method)
#list_execution_results
def list_execution_results() -> ::Gapic::Config::MethodRPC-specific configuration for list_execution_results
- (::Gapic::Config::Method)
#list_executions
def list_executions() -> ::Gapic::Config::MethodRPC-specific configuration for list_executions
- (::Gapic::Config::Method)
#list_rules
def list_rules() -> ::Gapic::Config::MethodRPC-specific configuration for list_rules
- (::Gapic::Config::Method)
#list_scanned_resources
def list_scanned_resources() -> ::Gapic::Config::MethodRPC-specific configuration for list_scanned_resources
- (::Gapic::Config::Method)
#run_evaluation
def run_evaluation() -> ::Gapic::Config::MethodRPC-specific configuration for run_evaluation
- (::Gapic::Config::Method)
#update_evaluation
def update_evaluation() -> ::Gapic::Config::MethodRPC-specific configuration for update_evaluation
- (::Gapic::Config::Method)