public sealed class FetchAccessTokenRequest : IMessage<FetchAccessTokenRequest>, IEquatable<FetchAccessTokenRequest>, IDeepCloneable<FetchAccessTokenRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class FetchAccessTokenRequest.
Required. The resource name for the location for which static IPs should be
returned.
Must be in the format
'projects//locations//backupVaults/*/dataSources'.
[[["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 document provides reference information for the `FetchAccessTokenRequest` class within the Google Cloud Backup and DR Service v1 API."],["`FetchAccessTokenRequest` is a request message class used for fetching access tokens and is available in multiple versions, with 2.1.0 being the latest."],["The class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `DataSourceName`, `GenerationId`, and `Name`, which are used to specify details about the data source and the backup generation."],["There are two constructors available, one default and another to copy a pre-existing `FetchAccessTokenRequest` object."]]],[]]