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)


1456
1457
1458
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1456

def add_association
  @add_association
end

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

RPC-specific configuration for add_rule

Returns:

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


1461
1462
1463
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1461

def add_rule
  @add_rule
end

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

RPC-specific configuration for clone_rules

Returns:

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


1466
1467
1468
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1466

def clone_rules
  @clone_rules
end

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

RPC-specific configuration for delete

Returns:

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


1471
1472
1473
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1471

def delete
  @delete
end

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

RPC-specific configuration for get

Returns:

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


1476
1477
1478
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1476

def get
  @get
end

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

RPC-specific configuration for get_association

Returns:

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


1481
1482
1483
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1481

def get_association
  @get_association
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


1486
1487
1488
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1486

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_rule

Returns:

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


1491
1492
1493
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1491

def get_rule
  @get_rule
end

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

RPC-specific configuration for insert

Returns:

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


1496
1497
1498
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1496

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


1501
1502
1503
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1501

def list
  @list
end

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

RPC-specific configuration for list_associations

Returns:

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


1506
1507
1508
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1506

def list_associations
  @list_associations
end

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

RPC-specific configuration for move

Returns:

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


1511
1512
1513
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1511

def move
  @move
end

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

RPC-specific configuration for patch

Returns:

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


1516
1517
1518
# File 'lib/google/cloud/compute/v1/firewall_policies/rest/client.rb', line 1516

def patch
  @patch
end

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

RPC-specific configuration for patch_rule

Returns:

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


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

def patch_rule
  @patch_rule
end

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

RPC-specific configuration for remove_association

Returns:

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


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

def remove_association
  @remove_association
end

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

RPC-specific configuration for remove_rule

Returns:

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


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

def remove_rule
  @remove_rule
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


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

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)


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

def test_iam_permissions
  @test_iam_permissions
end