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)


3244
3245
3246
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3244

def create_asset
  @create_asset
end

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

RPC-specific configuration for create_channel

Returns:

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


3144
3145
3146
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3144

def create_channel
  @create_channel
end

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

RPC-specific configuration for create_clip

Returns:

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


3234
3235
3236
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3234

def create_clip
  @create_clip
end

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

RPC-specific configuration for create_event

Returns:

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


3204
3205
3206
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3204

def create_event
  @create_event
end

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

RPC-specific configuration for create_input

Returns:

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


3179
3180
3181
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3179

def create_input
  @create_input
end

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

RPC-specific configuration for delete_asset

Returns:

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


3249
3250
3251
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3249

def delete_asset
  @delete_asset
end

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

RPC-specific configuration for delete_channel

Returns:

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


3159
3160
3161
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3159

def delete_channel
  @delete_channel
end

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

RPC-specific configuration for delete_clip

Returns:

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


3239
3240
3241
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3239

def delete_clip
  @delete_clip
end

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

RPC-specific configuration for delete_event

Returns:

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


3219
3220
3221
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3219

def delete_event
  @delete_event
end

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

RPC-specific configuration for delete_input

Returns:

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


3194
3195
3196
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3194

def delete_input
  @delete_input
end

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

RPC-specific configuration for get_asset

Returns:

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


3254
3255
3256
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3254

def get_asset
  @get_asset
end

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

RPC-specific configuration for get_channel

Returns:

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


3154
3155
3156
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3154

def get_channel
  @get_channel
end

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

RPC-specific configuration for get_clip

Returns:

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


3229
3230
3231
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3229

def get_clip
  @get_clip
end

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

RPC-specific configuration for get_event

Returns:

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


3214
3215
3216
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3214

def get_event
  @get_event
end

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

RPC-specific configuration for get_input

Returns:

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


3189
3190
3191
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3189

def get_input
  @get_input
end

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

RPC-specific configuration for get_pool

Returns:

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


3264
3265
3266
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3264

def get_pool
  @get_pool
end

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

RPC-specific configuration for list_assets

Returns:

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


3259
3260
3261
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3259

def list_assets
  @list_assets
end

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

RPC-specific configuration for list_channels

Returns:

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


3149
3150
3151
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3149

def list_channels
  @list_channels
end

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

RPC-specific configuration for list_clips

Returns:

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


3224
3225
3226
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3224

def list_clips
  @list_clips
end

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

RPC-specific configuration for list_events

Returns:

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


3209
3210
3211
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3209

def list_events
  @list_events
end

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

RPC-specific configuration for list_inputs

Returns:

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


3184
3185
3186
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3184

def list_inputs
  @list_inputs
end

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

RPC-specific configuration for start_channel

Returns:

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


3169
3170
3171
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3169

def start_channel
  @start_channel
end

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

RPC-specific configuration for stop_channel

Returns:

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


3174
3175
3176
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3174

def stop_channel
  @stop_channel
end

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

RPC-specific configuration for update_channel

Returns:

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


3164
3165
3166
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3164

def update_channel
  @update_channel
end

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

RPC-specific configuration for update_input

Returns:

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


3199
3200
3201
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3199

def update_input
  @update_input
end

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

RPC-specific configuration for update_pool

Returns:

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


3269
3270
3271
# File 'lib/google/cloud/video/live_stream/v1/livestream_service/client.rb', line 3269

def update_pool
  @update_pool
end