Class: Google::Cloud::Talent::V4beta1::JobService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::JobService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/talent/v4beta1/job_service/rest/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 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
-
#batch_create_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_create_jobs. -
#batch_delete_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_delete_jobs. -
#batch_update_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_update_jobs. -
#create_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_job. -
#delete_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_job. -
#get_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_job. -
#list_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_jobs. -
#search_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_jobs. -
#search_jobs_for_alert ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_jobs_for_alert. -
#update_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_job.
Instance Attribute Details
#batch_create_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_create_jobs
1897 1898 1899 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1897 def batch_create_jobs @batch_create_jobs end |
#batch_delete_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_delete_jobs
1922 1923 1924 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1922 def batch_delete_jobs @batch_delete_jobs end |
#batch_update_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_update_jobs
1912 1913 1914 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1912 def batch_update_jobs @batch_update_jobs end |
#create_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_job
1892 1893 1894 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1892 def create_job @create_job end |
#delete_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_job
1917 1918 1919 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1917 def delete_job @delete_job end |
#get_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_job
1902 1903 1904 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1902 def get_job @get_job end |
#list_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_jobs
1927 1928 1929 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1927 def list_jobs @list_jobs end |
#search_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_jobs
1932 1933 1934 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1932 def search_jobs @search_jobs end |
#search_jobs_for_alert ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_jobs_for_alert
1937 1938 1939 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1937 def search_jobs_for_alert @search_jobs_for_alert end |
#update_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_job
1907 1908 1909 |
# File 'lib/google/cloud/talent/v4beta1/job_service/rest/client.rb', line 1907 def update_job @update_job end |