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. -
: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_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_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_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_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_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
3038 3039 3040 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3038 def create_asset @create_asset end |
#create_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_channel
2938 2939 2940 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2938 def create_channel @create_channel end |
#create_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_clip
3028 3029 3030 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3028 def create_clip @create_clip end |
#create_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_event
2998 2999 3000 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2998 def create_event @create_event end |
#create_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_input
2973 2974 2975 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2973 def create_input @create_input end |
#delete_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_asset
3043 3044 3045 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3043 def delete_asset @delete_asset end |
#delete_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_channel
2953 2954 2955 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2953 def delete_channel @delete_channel end |
#delete_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_clip
3033 3034 3035 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3033 def delete_clip @delete_clip end |
#delete_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_event
3013 3014 3015 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3013 def delete_event @delete_event end |
#delete_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_input
2988 2989 2990 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2988 def delete_input @delete_input end |
#get_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_asset
3048 3049 3050 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3048 def get_asset @get_asset end |
#get_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_channel
2948 2949 2950 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2948 def get_channel @get_channel end |
#get_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_clip
3023 3024 3025 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3023 def get_clip @get_clip end |
#get_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_event
3008 3009 3010 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3008 def get_event @get_event end |
#get_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_input
2983 2984 2985 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2983 def get_input @get_input end |
#get_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_pool
3058 3059 3060 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3058 def get_pool @get_pool end |
#list_assets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assets
3053 3054 3055 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3053 def list_assets @list_assets end |
#list_channels ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_channels
2943 2944 2945 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2943 def list_channels @list_channels end |
#list_clips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clips
3018 3019 3020 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3018 def list_clips @list_clips end |
#list_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_events
3003 3004 3005 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3003 def list_events @list_events end |
#list_inputs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_inputs
2978 2979 2980 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2978 def list_inputs @list_inputs end |
#start_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_channel
2963 2964 2965 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2963 def start_channel @start_channel end |
#stop_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_channel
2968 2969 2970 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2968 def stop_channel @stop_channel end |
#update_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_channel
2958 2959 2960 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2958 def update_channel @update_channel end |
#update_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_input
2993 2994 2995 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2993 def update_input @update_input end |
#update_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_pool
3063 3064 3065 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3063 def update_pool @update_pool end |