public sealed class InstancesSetNameRequest : IMessage<InstancesSetNameRequest>, IEquatable<InstancesSetNameRequest>, IDeepCloneable<InstancesSetNameRequest>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["This webpage provides documentation for the `InstancesSetNameRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.17.0, which includes a list of every available versions, including the latest."],["The `InstancesSetNameRequest` class, derived from `object`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two properties, `CurrentName` and `Name`, both of which are strings and utilized for setting or updating the resource name, with `CurrentName` being used for conflict prevention."],["The class also has 2 constructors: a parameterless default, and a constructor that takes another `InstancesSetNameRequest` as a parameter."],["There are 2 boolean properties, `HasCurrentName` and `HasName` that are used to determine whether the \"current_name\" and \"name\" fields are set, respectively."]]],[]]