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)


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

def create_realm
  @create_realm
end

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

RPC-specific configuration for delete_realm

Returns:

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


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

def delete_realm
  @delete_realm
end

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

RPC-specific configuration for get_realm

Returns:

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


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

def get_realm
  @get_realm
end

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

RPC-specific configuration for list_realms

Returns:

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


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

def list_realms
  @list_realms
end

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

RPC-specific configuration for preview_realm_update

Returns:

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


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

def preview_realm_update
  @preview_realm_update
end

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

RPC-specific configuration for update_realm

Returns:

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


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

def update_realm
  @update_realm
end