public sealed class ServiceLockInfo : IMessage<ServiceLockInfo>, IEquatable<ServiceLockInfo>, IDeepCloneable<ServiceLockInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ServiceLockInfo.
ServiceLockInfo represents the details of a lock taken by the service on a
Backup resource.
[[["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 provides details for the `ServiceLockInfo` class within the Google Cloud Backup and DR Service v1 API."],["The `ServiceLockInfo` class represents the details of a lock taken by the service on a Backup resource and is available in multiple versions, including the latest version 2.1.0."],["The class is part of the `Google.Cloud.BackupDR.V1` namespace and is implemented with methods like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Operation` property of the `ServiceLockInfo` class indicates the name of the operation that created the lock, which will automatically be released upon completion of said operation."],["The class has two constructors: a default constructor `ServiceLockInfo()` and one that takes another `ServiceLockInfo` object as a parameter, `ServiceLockInfo(ServiceLockInfo other)`."]]],[]]