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-04-09 UTC."],[[["This documentation details the `PendingRenameInfo` class, which is part of the Google Cloud Storage v2 API and is used to represent a pending rename operation."],["The `PendingRenameInfo` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PendingRenameInfo` class has two constructors: a default constructor and a constructor that takes another `PendingRenameInfo` object as a parameter."],["The `Operation` property, a read-only string, within the `PendingRenameInfo` class provides the name of the associated rename operation."],["This class resides within the `Google.Cloud.Storage.Control.V2` namespace and is part of the `Google.Cloud.Storage.Control.V2.dll` assembly."]]],[]]