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"]],[["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-25 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."]]],[]]