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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/gaming/v1/realms_service/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 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.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_realm

Returns:

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


906
907
908
# File 'lib/google/cloud/gaming/v1/realms_service/client.rb', line 906

def create_realm
  @create_realm
end

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

RPC-specific configuration for delete_realm

Returns:

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


911
912
913
# File 'lib/google/cloud/gaming/v1/realms_service/client.rb', line 911

def delete_realm
  @delete_realm
end

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

RPC-specific configuration for get_realm

Returns:

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


901
902
903
# File 'lib/google/cloud/gaming/v1/realms_service/client.rb', line 901

def get_realm
  @get_realm
end

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

RPC-specific configuration for list_realms

Returns:

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


896
897
898
# File 'lib/google/cloud/gaming/v1/realms_service/client.rb', line 896

def list_realms
  @list_realms
end

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

RPC-specific configuration for preview_realm_update

Returns:

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


921
922
923
# File 'lib/google/cloud/gaming/v1/realms_service/client.rb', line 921

def preview_realm_update
  @preview_realm_update
end

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

RPC-specific configuration for update_realm

Returns:

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


916
917
918
# File 'lib/google/cloud/gaming/v1/realms_service/client.rb', line 916

def update_realm
  @update_realm
end