Class: Google::Cloud::Chronicle::V1::FindingsRefinementService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::FindingsRefinementService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb
Overview
Configuration RPC class for the FindingsRefinementService 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
-
#compute_all_findings_refinement_activities ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
compute_all_findings_refinement_activities. -
#compute_findings_refinement_activity ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
compute_findings_refinement_activity. -
#create_findings_refinement ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_findings_refinement. -
#get_findings_refinement ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_findings_refinement. -
#get_findings_refinement_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_findings_refinement_deployment. -
#list_all_findings_refinement_deployments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_all_findings_refinement_deployments. -
#list_findings_refinements ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_findings_refinements. -
#update_findings_refinement ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_findings_refinement. -
#update_findings_refinement_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_findings_refinement_deployment.
Instance Attribute Details
#compute_all_findings_refinement_activities ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for compute_all_findings_refinement_activities
1299 1300 1301 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1299 def compute_all_findings_refinement_activities @compute_all_findings_refinement_activities end |
#compute_findings_refinement_activity ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for compute_findings_refinement_activity
1294 1295 1296 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1294 def compute_findings_refinement_activity @compute_findings_refinement_activity end |
#create_findings_refinement ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_findings_refinement
1269 1270 1271 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1269 def create_findings_refinement @create_findings_refinement end |
#get_findings_refinement ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_findings_refinement
1259 1260 1261 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1259 def get_findings_refinement @get_findings_refinement end |
#get_findings_refinement_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_findings_refinement_deployment
1279 1280 1281 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1279 def get_findings_refinement_deployment @get_findings_refinement_deployment end |
#list_all_findings_refinement_deployments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_all_findings_refinement_deployments
1289 1290 1291 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1289 def list_all_findings_refinement_deployments @list_all_findings_refinement_deployments end |
#list_findings_refinements ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_findings_refinements
1264 1265 1266 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1264 def list_findings_refinements @list_findings_refinements end |
#update_findings_refinement ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_findings_refinement
1274 1275 1276 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1274 def update_findings_refinement @update_findings_refinement end |
#update_findings_refinement_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_findings_refinement_deployment
1284 1285 1286 |
# File 'lib/google/cloud/chronicle/v1/findings_refinement_service/client.rb', line 1284 def update_findings_refinement_deployment @update_findings_refinement_deployment end |