public sealed class GcsData : IMessage<GcsData>, IEquatable<GcsData>, IDeepCloneable<GcsData>, IBufferMessage, IMessage
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"]],[["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."],[[["\u003cp\u003eThe \u003ccode\u003eGcsData\u003c/code\u003e class represents data from Google Cloud Storage and is part of the \u003ccode\u003eGoogle.Cloud.StorageTransfer.V1\u003c/code\u003e namespace, with the latest version being 2.8.0, but with version 1.2.0 being the specified page.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eGcsData\u003c/code\u003e object's name corresponds to the Cloud Storage object's name, while its "last modification time" is linked to the \u003ccode\u003eupdated\u003c/code\u003e property, reflecting changes in content or metadata.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGcsData\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eObject\u003c/code\u003e class, like \u003ccode\u003eGetHashCode()\u003c/code\u003e and \u003ccode\u003eGetType()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGcsData\u003c/code\u003e class has properties for \u003ccode\u003eBucketName\u003c/code\u003e, which is a required string for the Cloud Storage bucket, and \u003ccode\u003ePath\u003c/code\u003e, representing the root path for object transfers.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eGcsData\u003c/code\u003e: a default constructor, and one that can make a copy of another \u003ccode\u003eGcsData\u003c/code\u003e object, represented by the other parameter.\u003c/p\u003e\n"]]],[],null,[]]