Google Cloud Memorystore for Memcached V1 API - Class Google::Cloud::Memcache::V1::ApplyParametersRequest (v1.2.0)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API class Google::Cloud::Memcache::V1::ApplyParametersRequest.

Request for ApplyParameters .

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#apply_all

defapply_all()->::Boolean
Returns
  • (::Boolean) — Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.

#apply_all=

defapply_all=(value)->::Boolean
Parameter
  • value (::Boolean) — Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.
Returns
  • (::Boolean) — Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.

#name

defname()->::String
Returns
  • (::String) — Required. Resource name of the Memcached instance for which parameter group updates should be applied.

#name=

defname=(value)->::String
Parameter
  • value (::String) — Required. Resource name of the Memcached instance for which parameter group updates should be applied.
Returns
  • (::String) — Required. Resource name of the Memcached instance for which parameter group updates should be applied.

#node_ids

defnode_ids()->::Array<::String>
Returns
  • (::Array<::String>) — Nodes to which the instance-level parameter group is applied.

#node_ids=

defnode_ids=(value)->::Array<::String>
Parameter
  • value (::Array<::String>) — Nodes to which the instance-level parameter group is applied.
Returns
  • (::Array<::String>) — Nodes to which the instance-level parameter group is applied.

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.