public sealed class PendingRenameInfo : IMessage<PendingRenameInfo>, IEquatable<PendingRenameInfo>, IDeepCloneable<PendingRenameInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class PendingRenameInfo.
Contains information about a pending rename operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `PendingRenameInfo` class within the Google Cloud Storage v2 API, specifically for .NET developers."],["`PendingRenameInfo` is a sealed class that contains details about a pending rename operation, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a constructor with no parameters and a constructor that accepts another `PendingRenameInfo` instance for copying."],["It contains one property, `Operation`, which is a string that represents the name of the rename operation and is output-only."]]],[]]