public sealed class GcsData : IMessage<GcsData>, IEquatable<GcsData>, IDeepCloneable<GcsData>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class GcsData.
In a GcsData resource, an object's name is the Cloud Storage object's
name and its "last modification time" refers to the object's updated
property of Cloud Storage objects, which changes when the content or the
metadata of the object is updated.
Must be an empty string or full path name that ends with a '/'. This field
is treated as an object prefix. As such, it should generally not begin with
a '/'.
[[["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."],[[["The `GcsData` class in the Storage Transfer v1 API represents data related to Google Cloud Storage and is available in multiple versions, with the latest being 2.8.0."],["`GcsData` objects track an object's last modification time based on the Cloud Storage object's `updated` property."],["The `GcsData` class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GcsData` has properties such as `BucketName`, `ManagedFolderTransferEnabled`, and `Path`, allowing configuration for storage bucket name, managed folder transfer settings, and the root path for object transfer."],["The latest version, 2.8.0, along with previous versions, can be found through the links provided, allowing for compatibility and historical reference to older `GcsData` classes."]]],[]]