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 library for .NET, with the current version being 2.13.0."],["The `InstancesSetServiceAccountRequest` class is used to set the service account for Compute Engine instances and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Email` to specify the service account's email address, `HasEmail` to check if the email field is set, and `Scopes` to list the available scopes for the service account."],["The `InstancesSetServiceAccountRequest` has multiple historical versions listed, ranging from 1.0.0 all the way to the most recent 3.6.0."],["Two constructors are available for creating instances of this class: one default and another that takes another `InstancesSetServiceAccountRequest` object for copying."]]],[]]