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)


3059
3060
3061
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3059

def create_asset
  @create_asset
end

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

RPC-specific configuration for create_channel

Returns:

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


2959
2960
2961
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2959

def create_channel
  @create_channel
end

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

RPC-specific configuration for create_clip

Returns:

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


3049
3050
3051
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3049

def create_clip
  @create_clip
end

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

RPC-specific configuration for create_event

Returns:

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


3019
3020
3021
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3019

def create_event
  @create_event
end

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

RPC-specific configuration for create_input

Returns:

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


2994
2995
2996
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2994

def create_input
  @create_input
end

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

RPC-specific configuration for delete_asset

Returns:

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


3064
3065
3066
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3064

def delete_asset
  @delete_asset
end

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

RPC-specific configuration for delete_channel

Returns:

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


2974
2975
2976
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2974

def delete_channel
  @delete_channel
end

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

RPC-specific configuration for delete_clip

Returns:

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


3054
3055
3056
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3054

def delete_clip
  @delete_clip
end

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

RPC-specific configuration for delete_event

Returns:

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


3034
3035
3036
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3034

def delete_event
  @delete_event
end

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

RPC-specific configuration for delete_input

Returns:

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


3009
3010
3011
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3009

def delete_input
  @delete_input
end

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

RPC-specific configuration for get_asset

Returns:

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


3069
3070
3071
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3069

def get_asset
  @get_asset
end

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

RPC-specific configuration for get_channel

Returns:

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


2969
2970
2971
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2969

def get_channel
  @get_channel
end

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

RPC-specific configuration for get_clip

Returns:

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


3044
3045
3046
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3044

def get_clip
  @get_clip
end

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

RPC-specific configuration for get_event

Returns:

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


3029
3030
3031
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3029

def get_event
  @get_event
end

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

RPC-specific configuration for get_input

Returns:

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


3004
3005
3006
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3004

def get_input
  @get_input
end

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

RPC-specific configuration for get_pool

Returns:

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


3079
3080
3081
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3079

def get_pool
  @get_pool
end

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

RPC-specific configuration for list_assets

Returns:

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


3074
3075
3076
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3074

def list_assets
  @list_assets
end

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

RPC-specific configuration for list_channels

Returns:

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


2964
2965
2966
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2964

def list_channels
  @list_channels
end

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

RPC-specific configuration for list_clips

Returns:

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


3039
3040
3041
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3039

def list_clips
  @list_clips
end

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

RPC-specific configuration for list_events

Returns:

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


3024
3025
3026
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3024

def list_events
  @list_events
end

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

RPC-specific configuration for list_inputs

Returns:

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


2999
3000
3001
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2999

def list_inputs
  @list_inputs
end

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

RPC-specific configuration for start_channel

Returns:

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


2984
2985
2986
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2984

def start_channel
  @start_channel
end

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

RPC-specific configuration for stop_channel

Returns:

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


2989
2990
2991
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2989

def stop_channel
  @stop_channel
end

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

RPC-specific configuration for update_channel

Returns:

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


2979
2980
2981
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 2979

def update_channel
  @update_channel
end

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

RPC-specific configuration for update_input

Returns:

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


3014
3015
3016
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3014

def update_input
  @update_input
end

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

RPC-specific configuration for update_pool

Returns:

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


3084
3085
3086
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb', line 3084

def update_pool
  @update_pool
end