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-04-09 UTC."],[[["The webpage provides documentation for the `InstancesSetServiceAccountRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions."],["Version 3.6.0 is the latest available version, and the page specifically details version 3.2.0."],["`InstancesSetServiceAccountRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members from the base `object` class."],["The `InstancesSetServiceAccountRequest` class has properties for `Email` (a string) and `Scopes` (a collection of strings), and a property indicating if `Email` has been set, and has two constructors."],["The class is located within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]