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_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
3613 3614 3615 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3613 def create_asset @create_asset end |
#create_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_channel
3488 3489 3490 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3488 def create_channel @create_channel end |
#create_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_clip
3578 3579 3580 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3578 def create_clip @create_clip end |
#create_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_dvr_session
3588 3589 3590 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3588 def create_dvr_session @create_dvr_session end |
#create_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_event
3548 3549 3550 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3548 def create_event @create_event end |
#create_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_input
3523 3524 3525 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3523 def create_input @create_input end |
#delete_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_asset
3618 3619 3620 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3618 def delete_asset @delete_asset end |
#delete_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_channel
3503 3504 3505 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3503 def delete_channel @delete_channel end |
#delete_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_clip
3583 3584 3585 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3583 def delete_clip @delete_clip end |
#delete_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_dvr_session
3603 3604 3605 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3603 def delete_dvr_session @delete_dvr_session end |
#delete_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_event
3563 3564 3565 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3563 def delete_event @delete_event end |
#delete_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_input
3538 3539 3540 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3538 def delete_input @delete_input end |
#get_asset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_asset
3623 3624 3625 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3623 def get_asset @get_asset end |
#get_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_channel
3498 3499 3500 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3498 def get_channel @get_channel end |
#get_clip ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_clip
3573 3574 3575 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3573 def get_clip @get_clip end |
#get_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_dvr_session
3598 3599 3600 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3598 def get_dvr_session @get_dvr_session end |
#get_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_event
3558 3559 3560 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3558 def get_event @get_event end |
#get_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_input
3533 3534 3535 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3533 def get_input @get_input end |
#get_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_pool
3633 3634 3635 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3633 def get_pool @get_pool end |
#list_assets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assets
3628 3629 3630 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3628 def list_assets @list_assets end |
#list_channels ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_channels
3493 3494 3495 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3493 def list_channels @list_channels end |
#list_clips ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_clips
3568 3569 3570 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3568 def list_clips @list_clips end |
#list_dvr_sessions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_dvr_sessions
3593 3594 3595 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3593 def list_dvr_sessions @list_dvr_sessions end |
#list_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_events
3553 3554 3555 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3553 def list_events @list_events end |
#list_inputs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_inputs
3528 3529 3530 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3528 def list_inputs @list_inputs end |
#start_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_channel
3513 3514 3515 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3513 def start_channel @start_channel end |
#stop_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for stop_channel
3518 3519 3520 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3518 def stop_channel @stop_channel end |
#update_channel ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_channel
3508 3509 3510 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3508 def update_channel @update_channel end |
#update_dvr_session ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_dvr_session
3608 3609 3610 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3608 def update_dvr_session @update_dvr_session end |
#update_input ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_input
3543 3544 3545 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3543 def update_input @update_input end |
#update_pool ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_pool
3638 3639 3640 |
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3638 def update_pool @update_pool end |