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. -
: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
4244 4245 4246 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4244 def create_asset @create_asset end |
#create_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_channel
4104 4105 4106 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4104 def create_channel @create_channel end |
#create_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_clip
4209 4210 4211 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4209 def create_clip @create_clip end |
#create_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_dvr_session
4219 4220 4221 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4219 def create_dvr_session @create_dvr_session end |
#create_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_event
4179 4180 4181 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4179 def create_event @create_event end |
#create_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_input
4149 4150 4151 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4149 def create_input @create_input end |
#delete_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_asset
4249 4250 4251 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4249 def delete_asset @delete_asset end |
#delete_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_channel
4119 4120 4121 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4119 def delete_channel @delete_channel end |
#delete_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_clip
4214 4215 4216 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4214 def delete_clip @delete_clip end |
#delete_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_dvr_session
4234 4235 4236 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4234 def delete_dvr_session @delete_dvr_session end |
#delete_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_event
4194 4195 4196 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4194 def delete_event @delete_event end |
#delete_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_input
4164 4165 4166 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4164 def delete_input @delete_input end |
#get_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_asset
4254 4255 4256 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4254 def get_asset @get_asset end |
#get_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_channel
4114 4115 4116 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4114 def get_channel @get_channel end |
#get_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_clip
4204 4205 4206 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4204 def get_clip @get_clip end |
#get_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_dvr_session
4229 4230 4231 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4229 def get_dvr_session @get_dvr_session end |
#get_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_event
4189 4190 4191 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4189 def get_event @get_event end |
#get_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_input
4159 4160 4161 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4159 def get_input @get_input end |
#get_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_pool
4264 4265 4266 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4264 def get_pool @get_pool end |
#list_assets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assets
4259 4260 4261 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4259 def list_assets @list_assets end |
#list_channels ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_channels
4109 4110 4111 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4109 def list_channels @list_channels end |
#list_clips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clips
4199 4200 4201 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4199 def list_clips @list_clips end |
#list_dvr_sessions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_dvr_sessions
4224 4225 4226 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4224 def list_dvr_sessions @list_dvr_sessions end |
#list_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_events
4184 4185 4186 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4184 def list_events @list_events end |
#list_inputs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_inputs
4154 4155 4156 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4154 def list_inputs @list_inputs end |
#preview_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for preview_input
4174 4175 4176 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4174 def preview_input @preview_input end |
#start_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_channel
4129 4130 4131 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4129 def start_channel @start_channel end |
#start_distribution ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_distribution
4139 4140 4141 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4139 def start_distribution @start_distribution end |
#stop_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_channel
4134 4135 4136 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4134 def stop_channel @stop_channel end |
#stop_distribution ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_distribution
4144 4145 4146 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4144 def stop_distribution @stop_distribution end |
#update_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_channel
4124 4125 4126 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4124 def update_channel @update_channel end |
#update_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_dvr_session
4239 4240 4241 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4239 def update_dvr_session @update_dvr_session end |
#update_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_input
4169 4170 4171 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4169 def update_input @update_input end |
#update_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_pool
4269 4270 4271 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 4269 def update_pool @update_pool end |