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.
    • :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)


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

def create_asset
  @create_asset
end

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

RPC-specific configuration for create_channel

Returns:

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


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

def create_channel
  @create_channel
end

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

RPC-specific configuration for create_clip

Returns:

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


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

def create_clip
  @create_clip
end

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

RPC-specific configuration for create_dvr_session

Returns:

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


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

def create_dvr_session
  @create_dvr_session
end

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

RPC-specific configuration for create_event

Returns:

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


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

def create_event
  @create_event
end

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

RPC-specific configuration for create_input

Returns:

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


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

def create_input
  @create_input
end

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

RPC-specific configuration for delete_asset

Returns:

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


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

def delete_asset
  @delete_asset
end

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

RPC-specific configuration for delete_channel

Returns:

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


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

def delete_channel
  @delete_channel
end

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

RPC-specific configuration for delete_clip

Returns:

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


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

def delete_clip
  @delete_clip
end

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

RPC-specific configuration for delete_dvr_session

Returns:

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


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

def delete_dvr_session
  @delete_dvr_session
end

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

RPC-specific configuration for delete_event

Returns:

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


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

def delete_event
  @delete_event
end

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

RPC-specific configuration for delete_input

Returns:

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


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

def delete_input
  @delete_input
end

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

RPC-specific configuration for get_asset

Returns:

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


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

def get_asset
  @get_asset
end

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

RPC-specific configuration for get_channel

Returns:

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


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

def get_channel
  @get_channel
end

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

RPC-specific configuration for get_clip

Returns:

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


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

def get_clip
  @get_clip
end

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

RPC-specific configuration for get_dvr_session

Returns:

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


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

def get_dvr_session
  @get_dvr_session
end

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

RPC-specific configuration for get_event

Returns:

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


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

def get_event
  @get_event
end

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

RPC-specific configuration for get_input

Returns:

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


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

def get_input
  @get_input
end

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

RPC-specific configuration for get_pool

Returns:

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


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

def get_pool
  @get_pool
end

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

RPC-specific configuration for list_assets

Returns:

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


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

def list_assets
  @list_assets
end

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

RPC-specific configuration for list_channels

Returns:

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


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

def list_channels
  @list_channels
end

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

RPC-specific configuration for list_clips

Returns:

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


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

def list_clips
  @list_clips
end

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

RPC-specific configuration for list_dvr_sessions

Returns:

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


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

def list_dvr_sessions
  @list_dvr_sessions
end

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

RPC-specific configuration for list_events

Returns:

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


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

def list_events
  @list_events
end

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

RPC-specific configuration for list_inputs

Returns:

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


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

def list_inputs
  @list_inputs
end

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

RPC-specific configuration for preview_input

Returns:

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


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

def preview_input
  @preview_input
end

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

RPC-specific configuration for start_channel

Returns:

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


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

def start_channel
  @start_channel
end

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

RPC-specific configuration for start_distribution

Returns:

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


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

def start_distribution
  @start_distribution
end

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

RPC-specific configuration for stop_channel

Returns:

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


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

def stop_channel
  @stop_channel
end

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

RPC-specific configuration for stop_distribution

Returns:

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


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

def stop_distribution
  @stop_distribution
end

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

RPC-specific configuration for update_channel

Returns:

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


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

def update_channel
  @update_channel
end

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

RPC-specific configuration for update_dvr_session

Returns:

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


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

def update_dvr_session
  @update_dvr_session
end

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

RPC-specific configuration for update_input

Returns:

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


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

def update_input
  @update_input
end

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

RPC-specific configuration for update_pool

Returns:

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


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

def update_pool
  @update_pool
end