Class: Google::Ads::AdManager::V1::LiveStreamService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::LiveStreamService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb
Overview
Configuration RPC class for the LiveStreamService 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_activate_live_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_activate_live_streams. -
#batch_archive_live_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_archive_live_streams. -
#batch_create_live_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_create_live_streams. -
#batch_pause_ads_live_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_pause_ads_live_streams. -
#batch_pause_live_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_pause_live_streams. -
#batch_refresh_master_playlists ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_refresh_master_playlists. -
#batch_update_live_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_update_live_streams. -
#create_live_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_live_stream. -
#get_live_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_live_stream. -
#list_live_streams ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_live_streams. -
#update_live_stream ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_live_stream.
Instance Attribute Details
#batch_activate_live_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_activate_live_streams
1299 1300 1301 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1299 def batch_activate_live_streams @batch_activate_live_streams end |
#batch_archive_live_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_archive_live_streams
1309 1310 1311 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1309 def batch_archive_live_streams @batch_archive_live_streams end |
#batch_create_live_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_create_live_streams
1284 1285 1286 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1284 def batch_create_live_streams @batch_create_live_streams end |
#batch_pause_ads_live_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_pause_ads_live_streams
1314 1315 1316 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1314 def batch_pause_ads_live_streams @batch_pause_ads_live_streams end |
#batch_pause_live_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_pause_live_streams
1304 1305 1306 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1304 def batch_pause_live_streams @batch_pause_live_streams end |
#batch_refresh_master_playlists ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_refresh_master_playlists
1319 1320 1321 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1319 def batch_refresh_master_playlists @batch_refresh_master_playlists end |
#batch_update_live_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_update_live_streams
1294 1295 1296 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1294 def batch_update_live_streams @batch_update_live_streams end |
#create_live_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_live_stream
1279 1280 1281 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1279 def create_live_stream @create_live_stream end |
#get_live_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_live_stream
1269 1270 1271 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1269 def get_live_stream @get_live_stream end |
#list_live_streams ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_live_streams
1274 1275 1276 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1274 def list_live_streams @list_live_streams end |
#update_live_stream ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_live_stream
1289 1290 1291 |
# File 'lib/google/ads/ad_manager/v1/live_stream_service/rest/client.rb', line 1289 def update_live_stream @update_live_stream end |