Class: Google::Cloud::Video::Stitcher::V1::VideoStitcherService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::VideoStitcherService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb
Overview
Configuration RPC class for the VideoStitcherService 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. -
: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
-
#create_cdn_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_cdn_key. -
#create_live_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_live_config. -
#create_live_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_live_session. -
#create_slate ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_slate. -
#create_vod_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_vod_config. -
#create_vod_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_vod_session. -
#delete_cdn_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_cdn_key. -
#delete_live_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_live_config. -
#delete_slate ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_slate. -
#delete_vod_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_vod_config. -
#get_cdn_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_cdn_key. -
#get_live_ad_tag_detail ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_live_ad_tag_detail. -
#get_live_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_live_config. -
#get_live_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_live_session. -
#get_slate ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_slate. -
#get_vod_ad_tag_detail ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_vod_ad_tag_detail. -
#get_vod_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_vod_config. -
#get_vod_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_vod_session. -
#get_vod_stitch_detail ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_vod_stitch_detail. -
#list_cdn_keys ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_cdn_keys. -
#list_live_ad_tag_details ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_live_ad_tag_details. -
#list_live_configs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_live_configs. -
#list_slates ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_slates. -
#list_vod_ad_tag_details ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_vod_ad_tag_details. -
#list_vod_configs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_vod_configs. -
#list_vod_stitch_details ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_vod_stitch_details. -
#update_cdn_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_cdn_key. -
#update_live_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_live_config. -
#update_slate ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_slate. -
#update_vod_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_vod_config.
Instance Attribute Details
#create_cdn_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_cdn_key
3327 3328 3329 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3327 def create_cdn_key @create_cdn_key end |
#create_live_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_live_config
3427 3428 3429 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3427 def create_live_config @create_live_config end |
#create_live_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_live_session
3417 3418 3419 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3417 def create_live_session @create_live_session end |
#create_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_slate
3392 3393 3394 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3392 def create_slate @create_slate end |
#create_vod_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_vod_config
3452 3453 3454 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3452 def create_vod_config @create_vod_config end |
#create_vod_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_vod_session
3352 3353 3354 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3352 def create_vod_session @create_vod_session end |
#delete_cdn_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_cdn_key
3342 3343 3344 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3342 def delete_cdn_key @delete_cdn_key end |
#delete_live_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_live_config
3442 3443 3444 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3442 def delete_live_config @delete_live_config end |
#delete_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_slate
3412 3413 3414 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3412 def delete_slate @delete_slate end |
#delete_vod_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_vod_config
3467 3468 3469 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3467 def delete_vod_config @delete_vod_config end |
#get_cdn_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cdn_key
3337 3338 3339 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3337 def get_cdn_key @get_cdn_key end |
#get_live_ad_tag_detail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_live_ad_tag_detail
3387 3388 3389 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3387 def get_live_ad_tag_detail @get_live_ad_tag_detail end |
#get_live_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_live_config
3437 3438 3439 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3437 def get_live_config @get_live_config end |
#get_live_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_live_session
3422 3423 3424 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3422 def get_live_session @get_live_session end |
#get_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_slate
3402 3403 3404 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3402 def get_slate @get_slate end |
#get_vod_ad_tag_detail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vod_ad_tag_detail
3377 3378 3379 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3377 def get_vod_ad_tag_detail @get_vod_ad_tag_detail end |
#get_vod_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vod_config
3462 3463 3464 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3462 def get_vod_config @get_vod_config end |
#get_vod_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vod_session
3357 3358 3359 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3357 def get_vod_session @get_vod_session end |
#get_vod_stitch_detail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vod_stitch_detail
3367 3368 3369 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3367 def get_vod_stitch_detail @get_vod_stitch_detail end |
#list_cdn_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_cdn_keys
3332 3333 3334 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3332 def list_cdn_keys @list_cdn_keys end |
#list_live_ad_tag_details ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_live_ad_tag_details
3382 3383 3384 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3382 def list_live_ad_tag_details @list_live_ad_tag_details end |
#list_live_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_live_configs
3432 3433 3434 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3432 def list_live_configs @list_live_configs end |
#list_slates ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_slates
3397 3398 3399 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3397 def list_slates @list_slates end |
#list_vod_ad_tag_details ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_vod_ad_tag_details
3372 3373 3374 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3372 def list_vod_ad_tag_details @list_vod_ad_tag_details end |
#list_vod_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_vod_configs
3457 3458 3459 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3457 def list_vod_configs @list_vod_configs end |
#list_vod_stitch_details ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_vod_stitch_details
3362 3363 3364 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3362 def list_vod_stitch_details @list_vod_stitch_details end |
#update_cdn_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cdn_key
3347 3348 3349 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3347 def update_cdn_key @update_cdn_key end |
#update_live_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_live_config
3447 3448 3449 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3447 def update_live_config @update_live_config end |
#update_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_slate
3407 3408 3409 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3407 def update_slate @update_slate end |
#update_vod_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_vod_config
3472 3473 3474 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3472 def update_vod_config @update_vod_config end |