Class: Google::Ads::DataManager::V1::UserListGlobalLicenseService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/ads/data_manager/v1/user_list_global_license_service/client.rb

Overview

Configuration RPC class for the UserListGlobalLicenseService 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_user_list_global_license::Gapic::Config::Method (readonly)

RPC-specific configuration for create_user_list_global_license

Returns:

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


911
912
913
# File 'lib/google/ads/data_manager/v1/user_list_global_license_service/client.rb', line 911

def create_user_list_global_license
  @create_user_list_global_license
end

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

RPC-specific configuration for get_user_list_global_license

Returns:

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


921
922
923
# File 'lib/google/ads/data_manager/v1/user_list_global_license_service/client.rb', line 921

def get_user_list_global_license
  @get_user_list_global_license
end

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

RPC-specific configuration for list_user_list_global_license_customer_infos

Returns:

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


931
932
933
# File 'lib/google/ads/data_manager/v1/user_list_global_license_service/client.rb', line 931

def list_user_list_global_license_customer_infos
  @list_user_list_global_license_customer_infos
end

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

RPC-specific configuration for list_user_list_global_licenses

Returns:

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


926
927
928
# File 'lib/google/ads/data_manager/v1/user_list_global_license_service/client.rb', line 926

def list_user_list_global_licenses
  @list_user_list_global_licenses
end

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

RPC-specific configuration for update_user_list_global_license

Returns:

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


916
917
918
# File 'lib/google/ads/data_manager/v1/user_list_global_license_service/client.rb', line 916

def update_user_list_global_license
  @update_user_list_global_license
end