Google Cloud Memorystore for Memcached V1 API - Class Google::Cloud::Memcache::V1::CloudMemcache::Rest::Client::Configuration::Rpcs (v2.1.0)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API class Google::Cloud::Memcache::V1::CloudMemcache::Rest::Client::Configuration::Rpcs.

Configuration RPC class for the CloudMemcache 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

#apply_parameters

defapply_parameters()->::Gapic::Config::Method

RPC-specific configuration for apply_parameters

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

#create_instance

defcreate_instance()->::Gapic::Config::Method

RPC-specific configuration for create_instance

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

#delete_instance

defdelete_instance()->::Gapic::Config::Method

RPC-specific configuration for delete_instance

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

#get_instance

defget_instance()->::Gapic::Config::Method

RPC-specific configuration for get_instance

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

#list_instances

deflist_instances()->::Gapic::Config::Method

RPC-specific configuration for list_instances

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

#reschedule_maintenance

defreschedule_maintenance()->::Gapic::Config::Method

RPC-specific configuration for reschedule_maintenance

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

#update_instance

defupdate_instance()->::Gapic::Config::Method

RPC-specific configuration for update_instance

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

#update_parameters

defupdate_parameters()->::Gapic::Config::Method

RPC-specific configuration for update_parameters

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.