public sealed class GetGoogleServiceAccountRequest : IMessage<GetGoogleServiceAccountRequest>, IEquatable<GetGoogleServiceAccountRequest>, IDeepCloneable<GetGoogleServiceAccountRequest>, 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-04-01 UTC."],[[["This webpage details the `GetGoogleServiceAccountRequest` class, which is used to request a Google service account within the Google Cloud Storage Transfer API."],["The class is part of the `Google.Cloud.StorageTransfer.V1` namespace and is implemented in the `Google.Cloud.StorageTransfer.V1.dll` assembly."],["The latest version of this documentation is for version 2.8.0, but other versions from 1.0.0 up to 2.7.0 are available for reference."],["`GetGoogleServiceAccountRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `ProjectId` property, a string representing the ID of the Google Cloud project linked to the requested service account, which is a required parameter for the class."]]],[]]