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

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

Instance Attribute Details

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

RPC-specific configuration for create_asset

Returns:

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


3970
3971
3972
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3970

def create_asset
  @create_asset
end

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

RPC-specific configuration for create_channel

Returns:

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


3830
3831
3832
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3830

def create_channel
  @create_channel
end

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

RPC-specific configuration for create_clip

Returns:

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


3935
3936
3937
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3935

def create_clip
  @create_clip
end

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

RPC-specific configuration for create_dvr_session

Returns:

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


3945
3946
3947
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3945

def create_dvr_session
  @create_dvr_session
end

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

RPC-specific configuration for create_event

Returns:

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


3905
3906
3907
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3905

def create_event
  @create_event
end

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

RPC-specific configuration for create_input

Returns:

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


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

def create_input
  @create_input
end

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

RPC-specific configuration for delete_asset

Returns:

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


3975
3976
3977
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3975

def delete_asset
  @delete_asset
end

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

RPC-specific configuration for delete_channel

Returns:

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


3845
3846
3847
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3845

def delete_channel
  @delete_channel
end

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

RPC-specific configuration for delete_clip

Returns:

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


3940
3941
3942
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3940

def delete_clip
  @delete_clip
end

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

RPC-specific configuration for delete_dvr_session

Returns:

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


3960
3961
3962
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3960

def delete_dvr_session
  @delete_dvr_session
end

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

RPC-specific configuration for delete_event

Returns:

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


3920
3921
3922
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3920

def delete_event
  @delete_event
end

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

RPC-specific configuration for delete_input

Returns:

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


3890
3891
3892
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3890

def delete_input
  @delete_input
end

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

RPC-specific configuration for get_asset

Returns:

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


3980
3981
3982
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3980

def get_asset
  @get_asset
end

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

RPC-specific configuration for get_channel

Returns:

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


3840
3841
3842
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3840

def get_channel
  @get_channel
end

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

RPC-specific configuration for get_clip

Returns:

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


3930
3931
3932
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3930

def get_clip
  @get_clip
end

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

RPC-specific configuration for get_dvr_session

Returns:

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


3955
3956
3957
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3955

def get_dvr_session
  @get_dvr_session
end

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

RPC-specific configuration for get_event

Returns:

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


3915
3916
3917
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3915

def get_event
  @get_event
end

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

RPC-specific configuration for get_input

Returns:

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


3885
3886
3887
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3885

def get_input
  @get_input
end

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

RPC-specific configuration for get_pool

Returns:

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


3990
3991
3992
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3990

def get_pool
  @get_pool
end

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

RPC-specific configuration for list_assets

Returns:

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


3985
3986
3987
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3985

def list_assets
  @list_assets
end

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

RPC-specific configuration for list_channels

Returns:

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


3835
3836
3837
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3835

def list_channels
  @list_channels
end

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

RPC-specific configuration for list_clips

Returns:

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


3925
3926
3927
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3925

def list_clips
  @list_clips
end

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

RPC-specific configuration for list_dvr_sessions

Returns:

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


3950
3951
3952
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3950

def list_dvr_sessions
  @list_dvr_sessions
end

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

RPC-specific configuration for list_events

Returns:

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


3910
3911
3912
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3910

def list_events
  @list_events
end

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

RPC-specific configuration for list_inputs

Returns:

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


3880
3881
3882
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3880

def list_inputs
  @list_inputs
end

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

RPC-specific configuration for preview_input

Returns:

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


3900
3901
3902
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3900

def preview_input
  @preview_input
end

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

RPC-specific configuration for start_channel

Returns:

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


3855
3856
3857
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3855

def start_channel
  @start_channel
end

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

RPC-specific configuration for start_distribution

Returns:

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


3865
3866
3867
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3865

def start_distribution
  @start_distribution
end

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

RPC-specific configuration for stop_channel

Returns:

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


3860
3861
3862
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3860

def stop_channel
  @stop_channel
end

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

RPC-specific configuration for stop_distribution

Returns:

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


3870
3871
3872
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3870

def stop_distribution
  @stop_distribution
end

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

RPC-specific configuration for update_channel

Returns:

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


3850
3851
3852
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3850

def update_channel
  @update_channel
end

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

RPC-specific configuration for update_dvr_session

Returns:

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


3965
3966
3967
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3965

def update_dvr_session
  @update_dvr_session
end

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

RPC-specific configuration for update_input

Returns:

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


3895
3896
3897
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3895

def update_input
  @update_input
end

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

RPC-specific configuration for update_pool

Returns:

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


3995
3996
3997
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3995

def update_pool
  @update_pool
end