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 library, with the latest version being 3.6.0."],["The class `InstancesSetServiceAccountRequest` can be used to set the service account for an instance, with version-specific documentation available from 1.0.0 up to 3.6.0."],["The `InstancesSetServiceAccountRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, and inherits members from the base `object` class."],["The class includes properties such as `Email` and `Scopes` to specify the email and the list of scopes for the service account."],["The service has a public constructor `InstancesSetServiceAccountRequest()` and a constructor that accepts the same type as a parameter `InstancesSetServiceAccountRequest(InstancesSetServiceAccountRequest other)`."]]],[]]