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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for add_signed_url_key

Returns:

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


1782
1783
1784
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1782

def add_signed_url_key
  @add_signed_url_key
end

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

RPC-specific configuration for aggregated_list

Returns:

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


1787
1788
1789
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1787

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete

Returns:

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


1792
1793
1794
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1792

def delete
  @delete
end

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

RPC-specific configuration for delete_signed_url_key

Returns:

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


1797
1798
1799
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1797

def delete_signed_url_key
  @delete_signed_url_key
end

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

RPC-specific configuration for get

Returns:

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


1802
1803
1804
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1802

def get
  @get
end

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

RPC-specific configuration for get_health

Returns:

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


1807
1808
1809
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1807

def get_health
  @get_health
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


1812
1813
1814
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1812

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for insert

Returns:

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


1817
1818
1819
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1817

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


1822
1823
1824
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1822

def list
  @list
end

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

RPC-specific configuration for list_usable

Returns:

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


1827
1828
1829
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1827

def list_usable
  @list_usable
end

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

RPC-specific configuration for patch

Returns:

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


1832
1833
1834
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1832

def patch
  @patch
end

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

RPC-specific configuration for set_edge_security_policy

Returns:

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


1837
1838
1839
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1837

def set_edge_security_policy
  @set_edge_security_policy
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


1842
1843
1844
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1842

def set_iam_policy
  @set_iam_policy
end

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

RPC-specific configuration for set_security_policy

Returns:

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


1847
1848
1849
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1847

def set_security_policy
  @set_security_policy
end

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

RPC-specific configuration for test_iam_permissions

Returns:

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


1852
1853
1854
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1852

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update

Returns:

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


1857
1858
1859
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1857

def update
  @update
end