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-21 UTC."],[[["The latest version of the `InstancesSetServiceAccountRequest` is 3.6.0, but there are many versions available, including older versions starting at 1.0.0."],["The class `InstancesSetServiceAccountRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`InstancesSetServiceAccountRequest` includes constructors, one parameterless, and another that accepts another `InstancesSetServiceAccountRequest` as a parameter."],["The `Email` property allows setting and retrieving the email address of the service account, which is of type `string`, and `HasEmail` is provided as a means of verifying if the email field is set."],["The `Scopes` property allows you to set a list of scopes for this service account, using the type `RepeatedField` with string elements."]]],[]]