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."],[[["This webpage details the `InstancesSetServiceAccountRequest` class within the `Google.Cloud.Compute.V1` namespace, a component of the Google Cloud Compute .NET library."],["The latest version available for the `InstancesSetServiceAccountRequest` class is 3.6.0, with a history of prior releases ranging from version 1.0.0 up to this most current build."],["The `InstancesSetServiceAccountRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `InstancesSetServiceAccountRequest` class include `Email` (the service account's email address), `HasEmail` (a boolean indicating whether the email is set), and `Scopes` (a list of scopes for the service account)."],["The `InstancesSetServiceAccountRequest` class also has two constructors, one being a parameterless constructor and the other taking an `InstancesSetServiceAccountRequest` instance as a parameter to initialize a new instance of the class."]]],[]]