Class: Google::Cloud::Gaming::V1::RealmsService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/gaming/v1/realms_service/rest/client.rb

Overview

Configuration RPC class for the RealmsService 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_realm::Gapic::Config::Method (readonly)

RPC-specific configuration for create_realm

Returns:

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


719
720
721
# File 'lib/google/cloud/gaming/v1/realms_service/rest/client.rb', line 719

def create_realm
  @create_realm
end

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

RPC-specific configuration for delete_realm

Returns:

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


724
725
726
# File 'lib/google/cloud/gaming/v1/realms_service/rest/client.rb', line 724

def delete_realm
  @delete_realm
end

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

RPC-specific configuration for get_realm

Returns:

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


714
715
716
# File 'lib/google/cloud/gaming/v1/realms_service/rest/client.rb', line 714

def get_realm
  @get_realm
end

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

RPC-specific configuration for list_realms

Returns:

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


709
710
711
# File 'lib/google/cloud/gaming/v1/realms_service/rest/client.rb', line 709

def list_realms
  @list_realms
end

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

RPC-specific configuration for preview_realm_update

Returns:

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


734
735
736
# File 'lib/google/cloud/gaming/v1/realms_service/rest/client.rb', line 734

def preview_realm_update
  @preview_realm_update
end

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

RPC-specific configuration for update_realm

Returns:

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


729
730
731
# File 'lib/google/cloud/gaming/v1/realms_service/rest/client.rb', line 729

def update_realm
  @update_realm
end