Class: Google::Cloud::Video::LiveStream::V1::LivestreamService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_asset::Gapic::Config::Method (readonly)

RPC-specific configuration for create_asset

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


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

Returns:

  • (::Gapic::Config::Method)


3874
3875
3876
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3874

def update_pool
  @update_pool
end