Class: Google::Cloud::NetworkSecurity::V1::Intercept::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::Intercept::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/network_security/v1/intercept/client.rb
Overview
Configuration RPC class for the Intercept 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
-
#create_intercept_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_intercept_deployment. -
#create_intercept_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_intercept_deployment_group. -
#create_intercept_endpoint_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_intercept_endpoint_group. -
#create_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_intercept_endpoint_group_association. -
#delete_intercept_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_intercept_deployment. -
#delete_intercept_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_intercept_deployment_group. -
#delete_intercept_endpoint_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_intercept_endpoint_group. -
#delete_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_intercept_endpoint_group_association. -
#get_intercept_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_intercept_deployment. -
#get_intercept_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_intercept_deployment_group. -
#get_intercept_endpoint_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_intercept_endpoint_group. -
#get_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_intercept_endpoint_group_association. -
#list_intercept_deployment_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_intercept_deployment_groups. -
#list_intercept_deployments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_intercept_deployments. -
#list_intercept_endpoint_group_associations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_intercept_endpoint_group_associations. -
#list_intercept_endpoint_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_intercept_endpoint_groups. -
#update_intercept_deployment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_intercept_deployment. -
#update_intercept_deployment_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_intercept_deployment_group. -
#update_intercept_endpoint_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_intercept_endpoint_group. -
#update_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_intercept_endpoint_group_association.
Instance Attribute Details
#create_intercept_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_intercept_deployment
2535 2536 2537 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2535 def create_intercept_deployment @create_intercept_deployment end |
#create_intercept_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_intercept_deployment_group
2510 2511 2512 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2510 def create_intercept_deployment_group @create_intercept_deployment_group end |
#create_intercept_endpoint_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_intercept_endpoint_group
2460 2461 2462 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2460 def create_intercept_endpoint_group @create_intercept_endpoint_group end |
#create_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_intercept_endpoint_group_association
2485 2486 2487 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2485 def create_intercept_endpoint_group_association @create_intercept_endpoint_group_association end |
#delete_intercept_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_intercept_deployment
2545 2546 2547 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2545 def delete_intercept_deployment @delete_intercept_deployment end |
#delete_intercept_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_intercept_deployment_group
2520 2521 2522 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2520 def delete_intercept_deployment_group @delete_intercept_deployment_group end |
#delete_intercept_endpoint_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_intercept_endpoint_group
2470 2471 2472 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2470 def delete_intercept_endpoint_group @delete_intercept_endpoint_group end |
#delete_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_intercept_endpoint_group_association
2495 2496 2497 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2495 def delete_intercept_endpoint_group_association @delete_intercept_endpoint_group_association end |
#get_intercept_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_intercept_deployment
2530 2531 2532 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2530 def get_intercept_deployment @get_intercept_deployment end |
#get_intercept_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_intercept_deployment_group
2505 2506 2507 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2505 def get_intercept_deployment_group @get_intercept_deployment_group end |
#get_intercept_endpoint_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_intercept_endpoint_group
2455 2456 2457 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2455 def get_intercept_endpoint_group @get_intercept_endpoint_group end |
#get_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_intercept_endpoint_group_association
2480 2481 2482 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2480 def get_intercept_endpoint_group_association @get_intercept_endpoint_group_association end |
#list_intercept_deployment_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_intercept_deployment_groups
2500 2501 2502 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2500 def list_intercept_deployment_groups @list_intercept_deployment_groups end |
#list_intercept_deployments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_intercept_deployments
2525 2526 2527 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2525 def list_intercept_deployments @list_intercept_deployments end |
#list_intercept_endpoint_group_associations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_intercept_endpoint_group_associations
2475 2476 2477 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2475 def list_intercept_endpoint_group_associations @list_intercept_endpoint_group_associations end |
#list_intercept_endpoint_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_intercept_endpoint_groups
2450 2451 2452 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2450 def list_intercept_endpoint_groups @list_intercept_endpoint_groups end |
#update_intercept_deployment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_intercept_deployment
2540 2541 2542 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2540 def update_intercept_deployment @update_intercept_deployment end |
#update_intercept_deployment_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_intercept_deployment_group
2515 2516 2517 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2515 def update_intercept_deployment_group @update_intercept_deployment_group end |
#update_intercept_endpoint_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_intercept_endpoint_group
2465 2466 2467 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2465 def update_intercept_endpoint_group @update_intercept_endpoint_group end |
#update_intercept_endpoint_group_association ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_intercept_endpoint_group_association
2490 2491 2492 |
# File 'lib/google/cloud/network_security/v1/intercept/client.rb', line 2490 def update_intercept_endpoint_group_association @update_intercept_endpoint_group_association end |