Class: Google::Ads::AdManager::V1::ContactService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ContactService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/ads/ad_manager/v1/contact_service/rest/client.rb
Overview
Configuration RPC class for the ContactService 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
-
#batch_create_contacts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_create_contacts. -
#batch_update_contacts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_update_contacts. -
#create_contact ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_contact. -
#get_contact ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_contact. -
#list_contacts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_contacts. -
#update_contact ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_contact.
Instance Attribute Details
#batch_create_contacts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_create_contacts
860 861 862 |
# File 'lib/google/ads/ad_manager/v1/contact_service/rest/client.rb', line 860 def batch_create_contacts @batch_create_contacts end |
#batch_update_contacts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_update_contacts
870 871 872 |
# File 'lib/google/ads/ad_manager/v1/contact_service/rest/client.rb', line 870 def batch_update_contacts @batch_update_contacts end |
#create_contact ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_contact
855 856 857 |
# File 'lib/google/ads/ad_manager/v1/contact_service/rest/client.rb', line 855 def create_contact @create_contact end |
#get_contact ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_contact
845 846 847 |
# File 'lib/google/ads/ad_manager/v1/contact_service/rest/client.rb', line 845 def get_contact @get_contact end |
#list_contacts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_contacts
850 851 852 |
# File 'lib/google/ads/ad_manager/v1/contact_service/rest/client.rb', line 850 def list_contacts @list_contacts end |
#update_contact ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_contact
865 866 867 |
# File 'lib/google/ads/ad_manager/v1/contact_service/rest/client.rb', line 865 def update_contact @update_contact end |