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, spanning multiple versions from 1.0.0 to 3.6.0."],["The `InstancesSetServiceAccountRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly and inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and copying existing `InstancesSetServiceAccountRequest` objects."],["It contains properties `Email` (string) to manage the email address of a service account and `Scopes` (RepeatedField\u003cstring\u003e) to manage available scopes, as well as the boolean property `HasEmail` to check whether the email field is set."],["The latest version available for this class is 3.6.0, and there are other versions listed in the content, allowing the user to browse them."]]],[]]