Class: Google::Cloud::Video::LiveStream::V1::LivestreamService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::LivestreamService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/video/live_stream/v1/livestream_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
-
#create_asset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_asset. -
#create_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_channel. -
#create_clip ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_clip. -
#create_dvr_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_dvr_session. -
#create_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_event. -
#create_input ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_input. -
#delete_asset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_asset. -
#delete_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_channel. -
#delete_clip ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_clip. -
#delete_dvr_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_dvr_session. -
#delete_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_event. -
#delete_input ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_input. -
#get_asset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_asset. -
#get_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_channel. -
#get_clip ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_clip. -
#get_dvr_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_dvr_session. -
#get_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_event. -
#get_input ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_input. -
#get_pool ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_pool. -
#list_assets ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_assets. -
#list_channels ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_channels. -
#list_clips ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_clips. -
#list_dvr_sessions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_dvr_sessions. -
#list_events ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_events. -
#list_inputs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_inputs. -
#preview_input ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
preview_input. -
#start_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
start_channel. -
#start_distribution ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
start_distribution. -
#stop_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
stop_channel. -
#stop_distribution ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
stop_distribution. -
#update_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_channel. -
#update_dvr_session ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_dvr_session. -
#update_input ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_input. -
#update_pool ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_pool.
Instance Attribute Details
#create_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_asset
3970 3971 3972 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3970 def create_asset @create_asset end |
#create_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_channel
3830 3831 3832 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3830 def create_channel @create_channel end |
#create_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_clip
3935 3936 3937 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3935 def create_clip @create_clip end |
#create_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_dvr_session
3945 3946 3947 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3945 def create_dvr_session @create_dvr_session end |
#create_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_event
3905 3906 3907 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3905 def create_event @create_event end |
#create_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_input
3875 3876 3877 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3875 def create_input @create_input end |
#delete_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_asset
3975 3976 3977 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3975 def delete_asset @delete_asset end |
#delete_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_channel
3845 3846 3847 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3845 def delete_channel @delete_channel end |
#delete_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_clip
3940 3941 3942 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3940 def delete_clip @delete_clip end |
#delete_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_dvr_session
3960 3961 3962 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3960 def delete_dvr_session @delete_dvr_session end |
#delete_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_event
3920 3921 3922 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3920 def delete_event @delete_event end |
#delete_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_input
3890 3891 3892 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3890 def delete_input @delete_input end |
#get_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_asset
3980 3981 3982 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3980 def get_asset @get_asset end |
#get_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_channel
3840 3841 3842 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3840 def get_channel @get_channel end |
#get_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_clip
3930 3931 3932 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3930 def get_clip @get_clip end |
#get_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_dvr_session
3955 3956 3957 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3955 def get_dvr_session @get_dvr_session end |
#get_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_event
3915 3916 3917 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3915 def get_event @get_event end |
#get_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_input
3885 3886 3887 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3885 def get_input @get_input end |
#get_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_pool
3990 3991 3992 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3990 def get_pool @get_pool end |
#list_assets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assets
3985 3986 3987 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3985 def list_assets @list_assets end |
#list_channels ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_channels
3835 3836 3837 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3835 def list_channels @list_channels end |
#list_clips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clips
3925 3926 3927 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3925 def list_clips @list_clips end |
#list_dvr_sessions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_dvr_sessions
3950 3951 3952 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3950 def list_dvr_sessions @list_dvr_sessions end |
#list_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_events
3910 3911 3912 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3910 def list_events @list_events end |
#list_inputs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_inputs
3880 3881 3882 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3880 def list_inputs @list_inputs end |
#preview_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for preview_input
3900 3901 3902 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3900 def preview_input @preview_input end |
#start_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_channel
3855 3856 3857 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3855 def start_channel @start_channel end |
#start_distribution ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_distribution
3865 3866 3867 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3865 def start_distribution @start_distribution end |
#stop_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_channel
3860 3861 3862 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3860 def stop_channel @stop_channel end |
#stop_distribution ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_distribution
3870 3871 3872 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3870 def stop_distribution @stop_distribution end |
#update_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_channel
3850 3851 3852 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3850 def update_channel @update_channel end |
#update_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_dvr_session
3965 3966 3967 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3965 def update_dvr_session @update_dvr_session end |
#update_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_input
3895 3896 3897 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3895 def update_input @update_input end |
#update_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_pool
3995 3996 3997 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3995 def update_pool @update_pool end |