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-03-21 UTC."],[[["This documentation covers the `ServiceAccount` class within the Google Cloud Batch v1 API, specifically within the `Google.Cloud.Batch.V1` namespace."],["The latest version of the API covered in the document is 2.13.0, and it lists previous versions back to 1.0.0."],["The `ServiceAccount` class is a representation of a Google Cloud service account, carrying its email and enabled scopes information, with the email defaulting to the Compute Engine service account for the project."],["The `ServiceAccount` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The ServiceAccount class offers two constructors: a default one (`ServiceAccount()`) and one for cloning an existing `ServiceAccount` object (`ServiceAccount(ServiceAccount other)`)."]]],[]]