Class: Google::Cloud::Talent::V4beta1::ProfileService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/profile_service/client.rb

Overview

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

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

RPC-specific configuration for create_profile

Returns:

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


951
952
953
# File 'lib/google/cloud/talent/v4beta1/profile_service/client.rb', line 951

def create_profile
  @create_profile
end

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

RPC-specific configuration for delete_profile

Returns:

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


966
967
968
# File 'lib/google/cloud/talent/v4beta1/profile_service/client.rb', line 966

def delete_profile
  @delete_profile
end

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

RPC-specific configuration for get_profile

Returns:

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


956
957
958
# File 'lib/google/cloud/talent/v4beta1/profile_service/client.rb', line 956

def get_profile
  @get_profile
end

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

RPC-specific configuration for list_profiles

Returns:

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


946
947
948
# File 'lib/google/cloud/talent/v4beta1/profile_service/client.rb', line 946

def list_profiles
  @list_profiles
end

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

RPC-specific configuration for search_profiles

Returns:

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


971
972
973
# File 'lib/google/cloud/talent/v4beta1/profile_service/client.rb', line 971

def search_profiles
  @search_profiles
end

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

RPC-specific configuration for update_profile

Returns:

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


961
962
963
# File 'lib/google/cloud/talent/v4beta1/profile_service/client.rb', line 961

def update_profile
  @update_profile
end