public sealed class ApplyParametersRequest : IMessage<ApplyParametersRequest>, IEquatable<ApplyParametersRequest>, IDeepCloneable<ApplyParametersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class ApplyParametersRequest.
Request for [ApplyParameters][google.cloud.memcache.v1beta2.CloudMemcache.ApplyParameters].
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.
[[["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-03-21 UTC."],[[["This documentation is for the `ApplyParametersRequest` class within the Google Cloud Memorystore for Memcache v1beta2 API, specifically in the `Google.Cloud.Memcache.V1Beta2` namespace, as of the latest version 2.0.0-beta06."],["The `ApplyParametersRequest` class is used to request the application of parameter updates to a Memcached instance, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class has constructors to create a new request, either empty or by copying an existing `ApplyParametersRequest`, with properties to specify the target instance and whether to apply updates to all or specific nodes."],["The ApplyParametersRequest class has properties for `ApplyAll`, `InstanceName`, `Name` and `NodeIds`, which are used to define parameters for update requests, including if the update should apply to all the nodes or just a specified list."],["The `ApplyParametersRequest` class inherits from `object` and implements methods for the `object` class, and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]