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-24 UTC."],[[["The `InstancesSetServiceAccountRequest` class in the `Google.Cloud.Compute.V1` namespace is used to manage service accounts for Google Cloud Compute instances."],["The latest version available for the class is 3.6.0, with a variety of previous versions from 1.0.0 to 3.5.0 also available."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning, message handling, and equality comparison."],["It contains properties such as `Email`, which is a string representing the email address of the service account, `HasEmail` to check if the email field is set, and `Scopes`, a list of scopes available for the service account."],["The class offers two constructors, one default and another that allows creating an object from another `InstancesSetServiceAccountRequest` instance."]]],[]]