Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::LivestreamService::Client::Configuration::Rpcs (v0.9.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::LivestreamService::Client::Configuration::Rpcs.

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.

Inherits

  • Object

Methods

#create_asset

def create_asset() -> ::Gapic::Config::Method

RPC-specific configuration for create_asset

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

#create_channel

def create_channel() -> ::Gapic::Config::Method

RPC-specific configuration for create_channel

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

#create_event

def create_event() -> ::Gapic::Config::Method

RPC-specific configuration for create_event

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

#create_input

def create_input() -> ::Gapic::Config::Method

RPC-specific configuration for create_input

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

#delete_asset

def delete_asset() -> ::Gapic::Config::Method

RPC-specific configuration for delete_asset

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

#delete_channel

def delete_channel() -> ::Gapic::Config::Method

RPC-specific configuration for delete_channel

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

#delete_event

def delete_event() -> ::Gapic::Config::Method

RPC-specific configuration for delete_event

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

#delete_input

def delete_input() -> ::Gapic::Config::Method

RPC-specific configuration for delete_input

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

#get_asset

def get_asset() -> ::Gapic::Config::Method

RPC-specific configuration for get_asset

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

#get_channel

def get_channel() -> ::Gapic::Config::Method

RPC-specific configuration for get_channel

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

#get_event

def get_event() -> ::Gapic::Config::Method

RPC-specific configuration for get_event

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

#get_input

def get_input() -> ::Gapic::Config::Method

RPC-specific configuration for get_input

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

#get_pool

def get_pool() -> ::Gapic::Config::Method

RPC-specific configuration for get_pool

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

#list_assets

def list_assets() -> ::Gapic::Config::Method

RPC-specific configuration for list_assets

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

#list_channels

def list_channels() -> ::Gapic::Config::Method

RPC-specific configuration for list_channels

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

#list_events

def list_events() -> ::Gapic::Config::Method

RPC-specific configuration for list_events

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

#list_inputs

def list_inputs() -> ::Gapic::Config::Method

RPC-specific configuration for list_inputs

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

#start_channel

def start_channel() -> ::Gapic::Config::Method

RPC-specific configuration for start_channel

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

#stop_channel

def stop_channel() -> ::Gapic::Config::Method

RPC-specific configuration for stop_channel

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

#update_channel

def update_channel() -> ::Gapic::Config::Method

RPC-specific configuration for update_channel

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

#update_input

def update_input() -> ::Gapic::Config::Method

RPC-specific configuration for update_input

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

#update_pool

def update_pool() -> ::Gapic::Config::Method

RPC-specific configuration for update_pool

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