Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::LivestreamService::Rest::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 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_channel
def create_channel() -> ::Gapic::Config::Method
RPC-specific configuration for create_channel
- (::Gapic::Config::Method)
#create_event
def create_event() -> ::Gapic::Config::Method
RPC-specific configuration for create_event
- (::Gapic::Config::Method)
#create_input
def create_input() -> ::Gapic::Config::Method
RPC-specific configuration for create_input
- (::Gapic::Config::Method)
#delete_channel
def delete_channel() -> ::Gapic::Config::Method
RPC-specific configuration for delete_channel
- (::Gapic::Config::Method)
#delete_event
def delete_event() -> ::Gapic::Config::Method
RPC-specific configuration for delete_event
- (::Gapic::Config::Method)
#delete_input
def delete_input() -> ::Gapic::Config::Method
RPC-specific configuration for delete_input
- (::Gapic::Config::Method)
#get_channel
def get_channel() -> ::Gapic::Config::Method
RPC-specific configuration for get_channel
- (::Gapic::Config::Method)
#get_event
def get_event() -> ::Gapic::Config::Method
RPC-specific configuration for get_event
- (::Gapic::Config::Method)
#get_input
def get_input() -> ::Gapic::Config::Method
RPC-specific configuration for get_input
- (::Gapic::Config::Method)
#list_channels
def list_channels() -> ::Gapic::Config::Method
RPC-specific configuration for list_channels
- (::Gapic::Config::Method)
#list_events
def list_events() -> ::Gapic::Config::Method
RPC-specific configuration for list_events
- (::Gapic::Config::Method)
#list_inputs
def list_inputs() -> ::Gapic::Config::Method
RPC-specific configuration for list_inputs
- (::Gapic::Config::Method)
#start_channel
def start_channel() -> ::Gapic::Config::Method
RPC-specific configuration for start_channel
- (::Gapic::Config::Method)
#stop_channel
def stop_channel() -> ::Gapic::Config::Method
RPC-specific configuration for stop_channel
- (::Gapic::Config::Method)
#update_channel
def update_channel() -> ::Gapic::Config::Method
RPC-specific configuration for update_channel
- (::Gapic::Config::Method)
#update_input
def update_input() -> ::Gapic::Config::Method
RPC-specific configuration for update_input
- (::Gapic::Config::Method)