Class: Google::Cloud::ResourceManager::V3::Organizations::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/resource_manager/v3/organizations/rest/client.rb

Overview

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

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

RPC-specific configuration for get_iam_policy

Returns:

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


781
782
783
# File 'lib/google/cloud/resource_manager/v3/organizations/rest/client.rb', line 781

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_organization

Returns:

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


771
772
773
# File 'lib/google/cloud/resource_manager/v3/organizations/rest/client.rb', line 771

def get_organization
  @get_organization
end

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

RPC-specific configuration for search_organizations

Returns:

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


776
777
778
# File 'lib/google/cloud/resource_manager/v3/organizations/rest/client.rb', line 776

def search_organizations
  @search_organizations
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


786
787
788
# File 'lib/google/cloud/resource_manager/v3/organizations/rest/client.rb', line 786

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)


791
792
793
# File 'lib/google/cloud/resource_manager/v3/organizations/rest/client.rb', line 791

def test_iam_permissions
  @test_iam_permissions
end