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 provides documentation for the `InstancesSetServiceAccountRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, outlining its structure and available versions."],["The latest available version of this class is 3.6.0, with versions ranging from 1.0.0 up to 3.6.0 available."],["`InstancesSetServiceAccountRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its functionality within the Google.Protobuf framework."],["The class has two constructors, one default and one that accepts another `InstancesSetServiceAccountRequest` instance for cloning purposes, allowing for the creation of new objects and manipulation of the properties of existing ones."],["The `InstancesSetServiceAccountRequest` class has properties for `Email`, `HasEmail` and `Scopes`, allowing users to set the service account's email address, check if an email is set, and define the access scopes for the service account."]]],[]]