public sealed class InstancesSetServiceAccountRequest : IMessage<InstancesSetServiceAccountRequest>, IEquatable<InstancesSetServiceAccountRequest>, IDeepCloneable<InstancesSetServiceAccountRequest>, 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-21 UTC."],[[["This webpage provides documentation for the `InstancesSetServiceAccountRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, with versions ranging from 1.0.0 to the latest 3.6.0."],["The `InstancesSetServiceAccountRequest` class is part of the `Google.Cloud.Compute.V1` assembly (`Google.Cloud.Compute.V1.dll`) and inherits from the `Object` class, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstancesSetServiceAccountRequest` class has two constructors, a default constructor and one that accepts another `InstancesSetServiceAccountRequest` object, as well as properties to manage the email and scopes for a service account."],["The page also indicates that there is a property called `HasEmail` which determines whether the \"email\" field is set or not."],["The properties of the class are `Email`, `HasEmail`, and `Scopes`, allowing management of a service accounts email and scopes."]]],[]]