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 document outlines the different versions of `InstancesSetServiceAccountRequest`, ranging from the latest version 3.6.0 down to version 1.0.0, within the `Google.Cloud.Compute.V1` namespace."],["The `InstancesSetServiceAccountRequest` class, derived from the `object` class, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a constructor for creating an instance and another for copying from an existing `InstancesSetServiceAccountRequest` object."],["Key properties of `InstancesSetServiceAccountRequest` include `Email`, a string representing the service account's email address, `HasEmail`, a boolean indicating if the email field is set, and `Scopes`, a repeated field of strings for the service account's scopes."],["The `InstancesSetServiceAccountRequest` is associated with the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]