Class: Google::Cloud::Video::Stitcher::V1::VideoStitcherService::Client::Configuration::Rpcs

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

Instance Attribute Details

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

RPC-specific configuration for create_cdn_key

Returns:

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


2633
2634
2635
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2633

def create_cdn_key
  @create_cdn_key
end

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

RPC-specific configuration for create_live_config

Returns:

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


2733
2734
2735
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2733

def create_live_config
  @create_live_config
end

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

RPC-specific configuration for create_live_session

Returns:

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


2723
2724
2725
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2723

def create_live_session
  @create_live_session
end

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

RPC-specific configuration for create_slate

Returns:

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


2698
2699
2700
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2698

def create_slate
  @create_slate
end

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

RPC-specific configuration for create_vod_session

Returns:

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


2658
2659
2660
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2658

def create_vod_session
  @create_vod_session
end

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

RPC-specific configuration for delete_cdn_key

Returns:

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


2648
2649
2650
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2648

def delete_cdn_key
  @delete_cdn_key
end

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

RPC-specific configuration for delete_live_config

Returns:

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


2748
2749
2750
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2748

def delete_live_config
  @delete_live_config
end

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

RPC-specific configuration for delete_slate

Returns:

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


2718
2719
2720
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2718

def delete_slate
  @delete_slate
end

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

RPC-specific configuration for get_cdn_key

Returns:

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


2643
2644
2645
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2643

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

Returns:

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


2693
2694
2695
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2693

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

Returns:

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


2743
2744
2745
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2743

def get_live_config
  @get_live_config
end

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

RPC-specific configuration for get_live_session

Returns:

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


2728
2729
2730
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2728

def get_live_session
  @get_live_session
end

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

RPC-specific configuration for get_slate

Returns:

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


2708
2709
2710
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2708

def get_slate
  @get_slate
end

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

RPC-specific configuration for get_vod_ad_tag_detail

Returns:

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


2683
2684
2685
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2683

def get_vod_ad_tag_detail
  @get_vod_ad_tag_detail
end

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

RPC-specific configuration for get_vod_session

Returns:

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


2663
2664
2665
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2663

def get_vod_session
  @get_vod_session
end

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

RPC-specific configuration for get_vod_stitch_detail

Returns:

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


2673
2674
2675
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2673

def get_vod_stitch_detail
  @get_vod_stitch_detail
end

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

RPC-specific configuration for list_cdn_keys

Returns:

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


2638
2639
2640
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2638

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

Returns:

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


2688
2689
2690
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2688

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

Returns:

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


2738
2739
2740
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2738

def list_live_configs
  @list_live_configs
end

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

RPC-specific configuration for list_slates

Returns:

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


2703
2704
2705
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2703

def list_slates
  @list_slates
end

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

RPC-specific configuration for list_vod_ad_tag_details

Returns:

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


2678
2679
2680
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2678

def list_vod_ad_tag_details
  @list_vod_ad_tag_details
end

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

RPC-specific configuration for list_vod_stitch_details

Returns:

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


2668
2669
2670
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2668

def list_vod_stitch_details
  @list_vod_stitch_details
end

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

RPC-specific configuration for update_cdn_key

Returns:

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


2653
2654
2655
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2653

def update_cdn_key
  @update_cdn_key
end

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

RPC-specific configuration for update_slate

Returns:

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


2713
2714
2715
# File 'lib/google/cloud/video/stitcher/v1/video_stitcher_service/client.rb', line 2713

def update_slate
  @update_slate
end