Generated from protobuf messagegoogle.cloud.memcache.v1.ApplyParametersRequest
Namespace
Google \ Cloud \ Memcache \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name of the Memcached instance for which parameter group updates should be applied.
↳ node_ids
array
Nodes to which the instance-level parameter group is applied.
↳ apply_all
bool
Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, andApplyParametersupdates all nodes within the instance.
getName
Required. Resource name of the Memcached instance for which parameter group updates
should be applied.
Returns
Type
Description
string
setName
Required. Resource name of the Memcached instance for which parameter group updates
should be applied.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getNodeIds
Nodes to which the instance-level parameter group is applied.
Nodes to which the instance-level parameter group is applied.
Parameter
Name
Description
var
string[]
Returns
Type
Description
$this
getApplyAll
Whether to apply instance-level parameter group to all nodes. If set to
true, users are restricted from specifying individual nodes, andApplyParametersupdates all nodes within the instance.
Returns
Type
Description
bool
setApplyAll
Whether to apply instance-level parameter group to all nodes. If set to
true, users are restricted from specifying individual nodes, andApplyParametersupdates all nodes within the instance.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
static::build
Parameters
Name
Description
name
string
Required. Resource name of the Memcached instance for which parameter group updates
should be applied. Please seeCloudMemcacheClient::instanceName()for help formatting this field.
nodeIds
string[]
Nodes to which the instance-level parameter group is applied.
applyAll
bool
Whether to apply instance-level parameter group to all nodes. If set to
true, users are restricted from specifying individual nodes, andApplyParametersupdates all nodes within the instance.
[[["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-09-04 UTC."],[],[],null,["# Memorystore for Memcached V1 Client - Class ApplyParametersRequest (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-memcache/latest/V1.ApplyParametersRequest)\n- [2.0.3](/php/docs/reference/cloud-memcache/2.0.3/V1.ApplyParametersRequest)\n- [1.3.5](/php/docs/reference/cloud-memcache/1.3.5/V1.ApplyParametersRequest)\n- [1.2.2](/php/docs/reference/cloud-memcache/1.2.2/V1.ApplyParametersRequest)\n- [1.1.1](/php/docs/reference/cloud-memcache/1.1.1/V1.ApplyParametersRequest)\n- [1.0.5](/php/docs/reference/cloud-memcache/1.0.5/V1.ApplyParametersRequest) \nReference documentation and code samples for the Memorystore for Memcached V1 Client class ApplyParametersRequest.\n\nRequest for [ApplyParameters](/php/docs/reference/cloud-memcache/latest/V1.Client.CloudMemcacheClient#_Google_Cloud_Memcache_V1_Client_CloudMemcacheClient__applyParameters__).\n\nGenerated from protobuf message `google.cloud.memcache.v1.ApplyParametersRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Memcache \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. Resource name of the Memcached instance for which parameter group updates\nshould be applied.\n\n### setName\n\nRequired. Resource name of the Memcached instance for which parameter group updates\nshould be applied.\n\n### getNodeIds\n\nNodes to which the instance-level parameter group is applied.\n\n### setNodeIds\n\nNodes to which the instance-level parameter group is applied.\n\n### getApplyAll\n\nWhether to apply instance-level parameter group to all nodes. If set to\ntrue, users are restricted from specifying individual nodes, and\n`ApplyParameters` updates all nodes within the instance.\n\n### setApplyAll\n\nWhether to apply instance-level parameter group to all nodes. If set to\ntrue, users are restricted from specifying individual nodes, and\n`ApplyParameters` updates all nodes within the instance.\n\n### static::build"]]