Reference documentation and code samples for the Device Streaming V1 API class Google::Cloud::DeviceStreaming::V1::DirectAccessService::Client::Configuration::Rpcs.
Configuration RPC class for the DirectAccessService 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
#adb_connect
def adb_connect() -> ::Gapic::Config::MethodRPC-specific configuration for adb_connect
- (::Gapic::Config::Method)
#cancel_device_session
def cancel_device_session() -> ::Gapic::Config::MethodRPC-specific configuration for cancel_device_session
- (::Gapic::Config::Method)
#create_device_session
def create_device_session() -> ::Gapic::Config::MethodRPC-specific configuration for create_device_session
- (::Gapic::Config::Method)
#get_device_session
def get_device_session() -> ::Gapic::Config::MethodRPC-specific configuration for get_device_session
- (::Gapic::Config::Method)
#list_device_sessions
def list_device_sessions() -> ::Gapic::Config::MethodRPC-specific configuration for list_device_sessions
- (::Gapic::Config::Method)
#update_device_session
def update_device_session() -> ::Gapic::Config::MethodRPC-specific configuration for update_device_session
- (::Gapic::Config::Method)