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

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

Overview

Configuration RPC class for the JobService 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.
    • :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

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

RPC-specific configuration for batch_create_jobs

Returns:

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


2011
2012
2013
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2011

def batch_create_jobs
  @batch_create_jobs
end

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

RPC-specific configuration for batch_delete_jobs

Returns:

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


2036
2037
2038
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2036

def batch_delete_jobs
  @batch_delete_jobs
end

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

RPC-specific configuration for batch_update_jobs

Returns:

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


2026
2027
2028
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2026

def batch_update_jobs
  @batch_update_jobs
end

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

RPC-specific configuration for create_job

Returns:

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


2006
2007
2008
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2006

def create_job
  @create_job
end

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

RPC-specific configuration for delete_job

Returns:

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


2031
2032
2033
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2031

def delete_job
  @delete_job
end

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

RPC-specific configuration for get_job

Returns:

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


2016
2017
2018
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2016

def get_job
  @get_job
end

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

RPC-specific configuration for list_jobs

Returns:

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


2041
2042
2043
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2041

def list_jobs
  @list_jobs
end

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

RPC-specific configuration for search_jobs

Returns:

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


2046
2047
2048
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2046

def search_jobs
  @search_jobs
end

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

RPC-specific configuration for search_jobs_for_alert

Returns:

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


2051
2052
2053
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2051

def search_jobs_for_alert
  @search_jobs_for_alert
end

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

RPC-specific configuration for update_job

Returns:

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


2021
2022
2023
# File 'lib/google/cloud/talent/v4beta1/job_service/client.rb', line 2021

def update_job
  @update_job
end