Email address of the service account. If not specified, the default
Compute Engine service account for the project will be used. If instance
template is being used, the service account has to be specified in the
instance template and it has to match the email field here.
[[["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-04-17 UTC."],[[["The documentation provides reference for the `ServiceAccount` class within the Google Cloud Batch v1 API, covering versions from 1.0.0 to the latest 2.13.0."],["`ServiceAccount` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features for deep cloning, message handling, and equality checks."],["The class contains two properties: `Email`, which allows setting the service account's email address, defaulting to the project's Compute Engine service account if not specified, and `Scopes`, a list of additional API scopes to be enabled for the service account."],["There are two constructors for this class, one of which takes in another `ServiceAccount` as a parameter."],["The `ServiceAccount` class has multiple inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the object class."]]],[]]