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. -
: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
3286 3287 3288 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3286 def create_cdn_key @create_cdn_key end |
#create_live_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_live_config
3386 3387 3388 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3386 def create_live_config @create_live_config end |
#create_live_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_live_session
3376 3377 3378 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3376 def create_live_session @create_live_session end |
#create_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_slate
3351 3352 3353 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3351 def create_slate @create_slate end |
#create_vod_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_vod_config
3411 3412 3413 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3411 def create_vod_config @create_vod_config end |
#create_vod_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_vod_session
3311 3312 3313 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3311 def create_vod_session @create_vod_session end |
#delete_cdn_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_cdn_key
3301 3302 3303 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3301 def delete_cdn_key @delete_cdn_key end |
#delete_live_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_live_config
3401 3402 3403 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3401 def delete_live_config @delete_live_config end |
#delete_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_slate
3371 3372 3373 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3371 def delete_slate @delete_slate end |
#delete_vod_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_vod_config
3426 3427 3428 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3426 def delete_vod_config @delete_vod_config end |
#get_cdn_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_cdn_key
3296 3297 3298 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3296 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
3346 3347 3348 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3346 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
3396 3397 3398 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3396 def get_live_config @get_live_config end |
#get_live_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_live_session
3381 3382 3383 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3381 def get_live_session @get_live_session end |
#get_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_slate
3361 3362 3363 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3361 def get_slate @get_slate end |
#get_vod_ad_tag_detail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vod_ad_tag_detail
3336 3337 3338 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3336 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
3421 3422 3423 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3421 def get_vod_config @get_vod_config end |
#get_vod_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vod_session
3316 3317 3318 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3316 def get_vod_session @get_vod_session end |
#get_vod_stitch_detail ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_vod_stitch_detail
3326 3327 3328 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3326 def get_vod_stitch_detail @get_vod_stitch_detail end |
#list_cdn_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_cdn_keys
3291 3292 3293 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3291 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
3341 3342 3343 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3341 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
3391 3392 3393 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3391 def list_live_configs @list_live_configs end |
#list_slates ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_slates
3356 3357 3358 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3356 def list_slates @list_slates end |
#list_vod_ad_tag_details ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_vod_ad_tag_details
3331 3332 3333 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3331 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
3416 3417 3418 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3416 def list_vod_configs @list_vod_configs end |
#list_vod_stitch_details ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_vod_stitch_details
3321 3322 3323 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3321 def list_vod_stitch_details @list_vod_stitch_details end |
#update_cdn_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_cdn_key
3306 3307 3308 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3306 def update_cdn_key @update_cdn_key end |
#update_live_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_live_config
3406 3407 3408 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3406 def update_live_config @update_live_config end |
#update_slate ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_slate
3366 3367 3368 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3366 def update_slate @update_slate end |
#update_vod_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_vod_config
3431 3432 3433 |
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 3431 def update_vod_config @update_vod_config end |