Class: Google::Cloud::Compute::V1::NetworkFirewallPolicies::Rest::Client::Configuration

Inherits:
Object
  • Object
show all
Extended by:
Gapic::Config
Defined in:
lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb

Overview

Configuration class for the NetworkFirewallPolicies REST API.

This class represents the configuration for NetworkFirewallPolicies REST, providing control over timeouts, retry behavior, logging, transport parameters, and other low-level controls. Certain parameters can also be applied individually to specific RPCs. See Rpcs for a list of RPCs that can be configured independently.

Configuration can be applied globally to all clients, or to a single client on construction.

Examples:


# Modify the global config, setting the timeout for
# add_association to 20 seconds,
# and all remaining timeouts to 10 seconds.
::Google::Cloud::Compute::V1::NetworkFirewallPolicies::Rest::Client.configure do |config|
  config.timeout = 10.0
  config.rpcs.add_association.timeout = 20.0
end

# Apply the above configuration only to a new client.
client = ::Google::Cloud::Compute::V1::NetworkFirewallPolicies::Rest::Client.new do |config|
  config.timeout = 10.0
  config.rpcs.add_association.timeout = 20.0
end

Defined Under Namespace

Classes: Rpcs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#credentials::Object

Credentials to send with calls. You may provide any of the following types:

  • (String) The path to a service account key file in JSON format
  • (Hash) A service account key as a Hash
  • (Google::Auth::Credentials) A googleauth credentials object (see the googleauth docs)
  • (Signet::OAuth2::Client) A signet oauth2 client object (see the signet docs)
  • (nil) indicating no credentials

Warning: If you accept a credential configuration (JSON file or Hash) from an external source for authentication to Google Cloud, you must validate it before providing it to a Google API client library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to Validate credential configurations from external sources.

Returns:

  • (::Object)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#endpoint::String?

A custom service endpoint, as a hostname or hostname:port. The default is nil, indicating to use the default endpoint in the current universe domain.

Returns:

  • (::String, nil)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#lib_name::String

The library name as recorded in instrumentation and logging

Returns:

  • (::String)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#lib_version::String

The library version as recorded in instrumentation and logging

Returns:

  • (::String)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#logger::Logger, ...

A custom logger to use for request/response debug logging, or the value :default (the default) to construct a default logger, or nil to explicitly disable logging.

Returns:

  • (::Logger, :default, nil)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#metadata::Hash{::Symbol=>::String}

Additional headers to be sent with the call.

Returns:

  • (::Hash{::Symbol=>::String})


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#quota_project::String

A separate project against which to charge quota.

Returns:

  • (::String)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#retry_policy::Hash

The retry policy. The value is a hash with 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.

Returns:

  • (::Hash)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#scope::Array<::String>

The OAuth scopes

Returns:

  • (::Array<::String>)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#timeout::Numeric

The call timeout in seconds.

Returns:

  • (::Numeric)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

#universe_domain::String?

The universe domain within which to make requests. This determines the default endpoint URL. The default value of nil uses the environment universe (usually the default "googleapis.com" universe).

Returns:

  • (::String, nil)


2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2545

class Configuration
  extend ::Gapic::Config

  # @private
  # The endpoint specific to the default "googleapis.com" universe. Deprecated.
  DEFAULT_ENDPOINT = "compute.googleapis.com"

  config_attr :endpoint,      nil, ::String, nil
  config_attr :credentials,   nil do |value|
    allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
    allowed.any? { |klass| klass === value }
  end
  config_attr :scope,         nil, ::String, ::Array, nil
  config_attr :lib_name,      nil, ::String, nil
  config_attr :lib_version,   nil, ::String, nil
  config_attr :timeout,       nil, ::Numeric, nil
  config_attr :metadata,      nil, ::Hash, nil
  config_attr :retry_policy,  nil, ::Hash, ::Proc, nil
  config_attr :quota_project, nil, ::String, nil
  config_attr :universe_domain, nil, ::String, nil
  config_attr :logger, :default, ::Logger, nil, :default

  # @private
  def initialize parent_config = nil
    @parent_config = parent_config unless parent_config.nil?

    yield self if block_given?
  end

  ##
  # Configurations for individual RPCs
  # @return [Rpcs]
  #
  def rpcs
    @rpcs ||= begin
      parent_rpcs = nil
      parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
      Rpcs.new parent_rpcs
    end
  end

  ##
  # Configuration RPC class for the NetworkFirewallPolicies 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.
  #
  class Rpcs
    ##
    # RPC-specific configuration for `add_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_association
    ##
    # RPC-specific configuration for `add_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_packet_mirroring_rule
    ##
    # RPC-specific configuration for `add_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :add_rule
    ##
    # RPC-specific configuration for `aggregated_list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :aggregated_list
    ##
    # RPC-specific configuration for `clone_rules`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :clone_rules
    ##
    # RPC-specific configuration for `delete`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :delete
    ##
    # RPC-specific configuration for `get`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get
    ##
    # RPC-specific configuration for `get_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_association
    ##
    # RPC-specific configuration for `get_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_iam_policy
    ##
    # RPC-specific configuration for `get_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_packet_mirroring_rule
    ##
    # RPC-specific configuration for `get_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :get_rule
    ##
    # RPC-specific configuration for `insert`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :insert
    ##
    # RPC-specific configuration for `list`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :list
    ##
    # RPC-specific configuration for `patch`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch
    ##
    # RPC-specific configuration for `patch_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_packet_mirroring_rule
    ##
    # RPC-specific configuration for `patch_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :patch_rule
    ##
    # RPC-specific configuration for `remove_association`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_association
    ##
    # RPC-specific configuration for `remove_packet_mirroring_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_packet_mirroring_rule
    ##
    # RPC-specific configuration for `remove_rule`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :remove_rule
    ##
    # RPC-specific configuration for `set_iam_policy`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :set_iam_policy
    ##
    # RPC-specific configuration for `test_iam_permissions`
    # @return [::Gapic::Config::Method]
    #
    attr_reader :test_iam_permissions

    # @private
    def initialize parent_rpcs = nil
      add_association_config = parent_rpcs.add_association if parent_rpcs.respond_to? :add_association
      @add_association = ::Gapic::Config::Method.new add_association_config
      add_packet_mirroring_rule_config = parent_rpcs.add_packet_mirroring_rule if parent_rpcs.respond_to? :add_packet_mirroring_rule
      @add_packet_mirroring_rule = ::Gapic::Config::Method.new add_packet_mirroring_rule_config
      add_rule_config = parent_rpcs.add_rule if parent_rpcs.respond_to? :add_rule
      @add_rule = ::Gapic::Config::Method.new add_rule_config
      aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
      @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
      clone_rules_config = parent_rpcs.clone_rules if parent_rpcs.respond_to? :clone_rules
      @clone_rules = ::Gapic::Config::Method.new clone_rules_config
      delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
      @delete = ::Gapic::Config::Method.new delete_config
      get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
      @get = ::Gapic::Config::Method.new get_config
      get_association_config = parent_rpcs.get_association if parent_rpcs.respond_to? :get_association
      @get_association = ::Gapic::Config::Method.new get_association_config
      get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
      @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
      get_packet_mirroring_rule_config = parent_rpcs.get_packet_mirroring_rule if parent_rpcs.respond_to? :get_packet_mirroring_rule
      @get_packet_mirroring_rule = ::Gapic::Config::Method.new get_packet_mirroring_rule_config
      get_rule_config = parent_rpcs.get_rule if parent_rpcs.respond_to? :get_rule
      @get_rule = ::Gapic::Config::Method.new get_rule_config
      insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
      @insert = ::Gapic::Config::Method.new insert_config
      list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
      @list = ::Gapic::Config::Method.new list_config
      patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
      @patch = ::Gapic::Config::Method.new patch_config
      patch_packet_mirroring_rule_config = parent_rpcs.patch_packet_mirroring_rule if parent_rpcs.respond_to? :patch_packet_mirroring_rule
      @patch_packet_mirroring_rule = ::Gapic::Config::Method.new patch_packet_mirroring_rule_config
      patch_rule_config = parent_rpcs.patch_rule if parent_rpcs.respond_to? :patch_rule
      @patch_rule = ::Gapic::Config::Method.new patch_rule_config
      remove_association_config = parent_rpcs.remove_association if parent_rpcs.respond_to? :remove_association
      @remove_association = ::Gapic::Config::Method.new remove_association_config
      remove_packet_mirroring_rule_config = parent_rpcs.remove_packet_mirroring_rule if parent_rpcs.respond_to? :remove_packet_mirroring_rule
      @remove_packet_mirroring_rule = ::Gapic::Config::Method.new remove_packet_mirroring_rule_config
      remove_rule_config = parent_rpcs.remove_rule if parent_rpcs.respond_to? :remove_rule
      @remove_rule = ::Gapic::Config::Method.new remove_rule_config
      set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
      @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
      test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
      @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config

      yield self if block_given?
    end
  end
end

Instance Method Details

#rpcsRpcs

Configurations for individual RPCs

Returns:



2578
2579
2580
2581
2582
2583
2584
# File 'lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb', line 2578

def rpcs
  @rpcs ||= begin
    parent_rpcs = nil
    parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
    Rpcs.new parent_rpcs
  end
end