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

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

Overview

Configuration RPC class for the Images 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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for delete

Returns:

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


1478
1479
1480
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1478

def delete
  @delete
end

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

RPC-specific configuration for deprecate

Returns:

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


1483
1484
1485
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1483

def deprecate
  @deprecate
end

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

RPC-specific configuration for get

Returns:

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


1488
1489
1490
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1488

def get
  @get
end

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

RPC-specific configuration for get_from_family

Returns:

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


1493
1494
1495
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1493

def get_from_family
  @get_from_family
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


1498
1499
1500
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1498

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for insert

Returns:

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


1503
1504
1505
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1503

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


1508
1509
1510
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1508

def list
  @list
end

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

RPC-specific configuration for patch

Returns:

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


1513
1514
1515
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1513

def patch
  @patch
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


1518
1519
1520
# File 'lib/google/cloud/compute/v1/images/rest/client.rb', line 1518

def set_iam_policy
  @set_iam_policy
end

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

RPC-specific configuration for set_labels

Returns:

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


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

def set_labels
  @set_labels
end

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

RPC-specific configuration for test_iam_permissions

Returns:

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


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

def test_iam_permissions
  @test_iam_permissions
end