Class: Google::Cloud::Compute::V1::FirewallPolicies::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/compute/v1/firewall_policies/rest/client.rb

Overview

Configuration RPC class for the FirewallPolicies 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

there is one other field (retry_policy) that can be set but is currently not supported for REST Gapic libraries.

Instance Attribute Summary collapse

Instance Attribute Details

#add_association::Gapic::Config::Method (readonly)

RPC-specific configuration for add_association

Returns:

  • (::Gapic::Config::Method)


1523
1524
1525
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1523

def add_association
  @add_association
end

#add_rule::Gapic::Config::Method (readonly)

RPC-specific configuration for add_rule

Returns:

  • (::Gapic::Config::Method)


1528
1529
1530
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1528

def add_rule
  @add_rule
end

#clone_rules::Gapic::Config::Method (readonly)

RPC-specific configuration for clone_rules

Returns:

  • (::Gapic::Config::Method)


1533
1534
1535
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1533

def clone_rules
  @clone_rules
end

#delete::Gapic::Config::Method (readonly)

RPC-specific configuration for delete

Returns:

  • (::Gapic::Config::Method)


1538
1539
1540
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1538

def delete
  @delete
end

#get::Gapic::Config::Method (readonly)

RPC-specific configuration for get

Returns:

  • (::Gapic::Config::Method)


1543
1544
1545
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1543

def get
  @get
end

#get_association::Gapic::Config::Method (readonly)

RPC-specific configuration for get_association

Returns:

  • (::Gapic::Config::Method)


1548
1549
1550
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1548

def get_association
  @get_association
end

#get_iam_policy::Gapic::Config::Method (readonly)

RPC-specific configuration for get_iam_policy

Returns:

  • (::Gapic::Config::Method)


1553
1554
1555
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1553

def get_iam_policy
  @get_iam_policy
end

#get_rule::Gapic::Config::Method (readonly)

RPC-specific configuration for get_rule

Returns:

  • (::Gapic::Config::Method)


1558
1559
1560
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1558

def get_rule
  @get_rule
end

#insert::Gapic::Config::Method (readonly)

RPC-specific configuration for insert

Returns:

  • (::Gapic::Config::Method)


1563
1564
1565
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1563

def insert
  @insert
end

#list::Gapic::Config::Method (readonly)

RPC-specific configuration for list

Returns:

  • (::Gapic::Config::Method)


1568
1569
1570
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1568

def list
  @list
end

#list_associations::Gapic::Config::Method (readonly)

RPC-specific configuration for list_associations

Returns:

  • (::Gapic::Config::Method)


1573
1574
1575
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1573

def list_associations
  @list_associations
end

#move::Gapic::Config::Method (readonly)

RPC-specific configuration for move

Returns:

  • (::Gapic::Config::Method)


1578
1579
1580
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1578

def move
  @move
end

#patch::Gapic::Config::Method (readonly)

RPC-specific configuration for patch

Returns:

  • (::Gapic::Config::Method)


1583
1584
1585
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1583

def patch
  @patch
end

#patch_rule::Gapic::Config::Method (readonly)

RPC-specific configuration for patch_rule

Returns:

  • (::Gapic::Config::Method)


1588
1589
1590
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1588

def patch_rule
  @patch_rule
end

#remove_association::Gapic::Config::Method (readonly)

RPC-specific configuration for remove_association

Returns:

  • (::Gapic::Config::Method)


1593
1594
1595
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1593

def remove_association
  @remove_association
end

#remove_rule::Gapic::Config::Method (readonly)

RPC-specific configuration for remove_rule

Returns:

  • (::Gapic::Config::Method)


1598
1599
1600
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1598

def remove_rule
  @remove_rule
end

#set_iam_policy::Gapic::Config::Method (readonly)

RPC-specific configuration for set_iam_policy

Returns:

  • (::Gapic::Config::Method)


1603
1604
1605
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1603

def set_iam_policy
  @set_iam_policy
end

#test_iam_permissions::Gapic::Config::Method (readonly)

RPC-specific configuration for test_iam_permissions

Returns:

  • (::Gapic::Config::Method)


1608
1609
1610
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1608

def test_iam_permissions
  @test_iam_permissions
end