public sealed class GetBackupPlanAssociationRequest : IMessage<GetBackupPlanAssociationRequest>, IEquatable<GetBackupPlanAssociationRequest>, IDeepCloneable<GetBackupPlanAssociationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GetBackupPlanAssociationRequest.
Request message for getting a BackupPlanAssociation resource.
Required. Name of the backup plan association resource, in the format
projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
[[["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 documentation for the `GetBackupPlanAssociationRequest` class within the Google Cloud Backup and DR Service v1 API."],["The `GetBackupPlanAssociationRequest` class is a request message for retrieving a `BackupPlanAssociation` resource and is part of the `Google.Cloud.BackupDR.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of this class include `BackupPlanAssociationName`, a typed view of the resource name, and `Name`, a string representing the required resource name in a specific format."],["The available versions for this service are listed, ranging from 1.0.0-beta02 to 2.1.0, with 2.1.0 being the most recent version."]]],[]]