Class: Google::Cloud::Video::LiveStream::V1::LivestreamService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::LivestreamService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/video/live_stream/v1/livestream_service/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 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_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. -
#start_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
start_channel. -
#stop_channel ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
stop_channel. -
#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
3849 3850 3851 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3849 def create_asset @create_asset end |
#create_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_channel
3724 3725 3726 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3724 def create_channel @create_channel end |
#create_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_clip
3814 3815 3816 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3814 def create_clip @create_clip end |
#create_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_dvr_session
3824 3825 3826 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3824 def create_dvr_session @create_dvr_session end |
#create_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_event
3784 3785 3786 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3784 def create_event @create_event end |
#create_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_input
3759 3760 3761 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3759 def create_input @create_input end |
#delete_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_asset
3854 3855 3856 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3854 def delete_asset @delete_asset end |
#delete_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_channel
3739 3740 3741 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3739 def delete_channel @delete_channel end |
#delete_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_clip
3819 3820 3821 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3819 def delete_clip @delete_clip end |
#delete_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_dvr_session
3839 3840 3841 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3839 def delete_dvr_session @delete_dvr_session end |
#delete_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_event
3799 3800 3801 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3799 def delete_event @delete_event end |
#delete_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_input
3774 3775 3776 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3774 def delete_input @delete_input end |
#get_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_asset
3859 3860 3861 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3859 def get_asset @get_asset end |
#get_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_channel
3734 3735 3736 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3734 def get_channel @get_channel end |
#get_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_clip
3809 3810 3811 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3809 def get_clip @get_clip end |
#get_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_dvr_session
3834 3835 3836 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3834 def get_dvr_session @get_dvr_session end |
#get_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_event
3794 3795 3796 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3794 def get_event @get_event end |
#get_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_input
3769 3770 3771 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3769 def get_input @get_input end |
#get_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_pool
3869 3870 3871 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3869 def get_pool @get_pool end |
#list_assets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assets
3864 3865 3866 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3864 def list_assets @list_assets end |
#list_channels ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_channels
3729 3730 3731 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3729 def list_channels @list_channels end |
#list_clips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clips
3804 3805 3806 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3804 def list_clips @list_clips end |
#list_dvr_sessions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_dvr_sessions
3829 3830 3831 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3829 def list_dvr_sessions @list_dvr_sessions end |
#list_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_events
3789 3790 3791 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3789 def list_events @list_events end |
#list_inputs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_inputs
3764 3765 3766 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3764 def list_inputs @list_inputs end |
#start_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_channel
3749 3750 3751 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3749 def start_channel @start_channel end |
#stop_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_channel
3754 3755 3756 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3754 def stop_channel @stop_channel end |
#update_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_channel
3744 3745 3746 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3744 def update_channel @update_channel end |
#update_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_dvr_session
3844 3845 3846 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3844 def update_dvr_session @update_dvr_session end |
#update_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_input
3779 3780 3781 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3779 def update_input @update_input end |
#update_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_pool
3874 3875 3876 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3874 def update_pool @update_pool end |