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, highlighting its implementation of various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of `InstancesSetServiceAccountRequest` is 3.6.0, with multiple previous versions available, including version 2.6.0 and others dating back to version 1.0.0, all of which can be accessed through provided links."],["The `InstancesSetServiceAccountRequest` class includes properties such as `Email` (a string representing the service account's email address), `HasEmail` (a boolean indicating if the email field is set), and `Scopes` (a list of available scopes)."],["The class includes two constructors, one default and one which take another `InstancesSetServiceAccountRequest` as an input, as well as numerous inherited members from the base `Object` class."]]],[]]