Reference documentation and code samples for the Google Cloud Memorystore for Memcached API class Google::Cloud::Memcache::V1beta2::ApplyParametersRequest.
(::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Memorystore for Memcached API - Class Google::Cloud::Memcache::V1beta2::ApplyParametersRequest (v0.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.0 (latest)](/ruby/docs/reference/google-cloud-memcache-v1beta2/latest/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.12.1](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.12.1/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.11.0](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.11.0/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.10.0](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.10.0/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.9.2](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.9.2/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.8.2](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.8.2/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.7.0](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.7.0/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.6.1](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.6.1/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.5.0](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.5.0/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.4.0/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.3.0](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.3.0/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest)\n- [0.2.5](/ruby/docs/reference/google-cloud-memcache-v1beta2/0.2.5/Google-Cloud-Memcache-V1beta2-ApplyParametersRequest) \nReference documentation and code samples for the Google Cloud Memorystore for Memcached API class Google::Cloud::Memcache::V1beta2::ApplyParametersRequest.\n\nRequest for [ApplyParameters](/ruby/docs/reference/google-cloud-memcache-v1beta2/latest/Google-Cloud-Memcache-V1beta2-CloudMemcache-Client#Google__Cloud__Memcache__V1beta2__CloudMemcache__Client_apply_parameters_instance_ \"Google::Cloud::Memcache::V1beta2::CloudMemcache::Client#apply_parameters (method)\"). \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #apply_all\n\n def apply_all() -\u003e ::Boolean\n\n**Returns**\n\n- (::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.\n\n### #apply_all=\n\n def apply_all=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **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. \n**Returns**\n\n- (::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.\n\n### #name\n\n def name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Resource name of the Memcached instance for which parameter group updates should be applied.\n\n### #name=\n\n def name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Resource name of the Memcached instance for which parameter group updates should be applied. \n**Returns**\n\n- (::String) --- Required. Resource name of the Memcached instance for which parameter group updates should be applied.\n\n### #node_ids\n\n def node_ids() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Nodes to which the instance-level parameter group is applied.\n\n### #node_ids=\n\n def node_ids=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- Nodes to which the instance-level parameter group is applied. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Nodes to which the instance-level parameter group is applied."]]