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. -
#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
4225 4226 4227 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4225 def create_asset @create_asset end |
#create_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_channel
4085 4086 4087 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4085 def create_channel @create_channel end |
#create_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_clip
4190 4191 4192 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4190 def create_clip @create_clip end |
#create_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_dvr_session
4200 4201 4202 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4200 def create_dvr_session @create_dvr_session end |
#create_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_event
4160 4161 4162 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4160 def create_event @create_event end |
#create_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_input
4130 4131 4132 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4130 def create_input @create_input end |
#delete_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_asset
4230 4231 4232 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4230 def delete_asset @delete_asset end |
#delete_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_channel
4100 4101 4102 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4100 def delete_channel @delete_channel end |
#delete_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_clip
4195 4196 4197 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4195 def delete_clip @delete_clip end |
#delete_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_dvr_session
4215 4216 4217 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4215 def delete_dvr_session @delete_dvr_session end |
#delete_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_event
4175 4176 4177 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4175 def delete_event @delete_event end |
#delete_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_input
4145 4146 4147 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4145 def delete_input @delete_input end |
#get_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_asset
4235 4236 4237 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4235 def get_asset @get_asset end |
#get_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_channel
4095 4096 4097 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4095 def get_channel @get_channel end |
#get_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_clip
4185 4186 4187 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4185 def get_clip @get_clip end |
#get_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_dvr_session
4210 4211 4212 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4210 def get_dvr_session @get_dvr_session end |
#get_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_event
4170 4171 4172 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4170 def get_event @get_event end |
#get_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_input
4140 4141 4142 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4140 def get_input @get_input end |
#get_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_pool
4245 4246 4247 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4245 def get_pool @get_pool end |
#list_assets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assets
4240 4241 4242 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4240 def list_assets @list_assets end |
#list_channels ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_channels
4090 4091 4092 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4090 def list_channels @list_channels end |
#list_clips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clips
4180 4181 4182 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4180 def list_clips @list_clips end |
#list_dvr_sessions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_dvr_sessions
4205 4206 4207 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4205 def list_dvr_sessions @list_dvr_sessions end |
#list_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_events
4165 4166 4167 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4165 def list_events @list_events end |
#list_inputs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_inputs
4135 4136 4137 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4135 def list_inputs @list_inputs end |
#preview_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for preview_input
4155 4156 4157 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4155 def preview_input @preview_input end |
#start_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_channel
4110 4111 4112 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4110 def start_channel @start_channel end |
#start_distribution ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_distribution
4120 4121 4122 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4120 def start_distribution @start_distribution end |
#stop_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_channel
4115 4116 4117 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4115 def stop_channel @stop_channel end |
#stop_distribution ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_distribution
4125 4126 4127 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4125 def stop_distribution @stop_distribution end |
#update_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_channel
4105 4106 4107 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4105 def update_channel @update_channel end |
#update_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_dvr_session
4220 4221 4222 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4220 def update_dvr_session @update_dvr_session end |
#update_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_input
4150 4151 4152 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4150 def update_input @update_input end |
#update_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_pool
4250 4251 4252 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4250 def update_pool @update_pool end |