Class: Google::Ads::AdManager::V1::LiveStreamService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

RPC-specific configuration for batch_activate_live_streams

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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