public sealed class SourceGcsBucket : IMessage<SourceGcsBucket>, IEquatable<SourceGcsBucket>, IDeepCloneable<SourceGcsBucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class SourceGcsBucket.
[[["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 `SourceGcsBucket` class, part of the Parallelstore v1 API, represents a Cloud Storage bucket as a data transfer source."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data cloning within the .NET environment."],["`SourceGcsBucket` instances can be created using a default constructor or by copying an existing `SourceGcsBucket` object."],["The `Uri` property of `SourceGcsBucket` specifies the location of the Cloud Storage bucket, formatted as `gs://\u003cbucket_name\u003e/\u003cpath_inside_bucket\u003e`, with the path inside the bucket being optional."],["The documentation provides versions 1.0.0-beta01, 1.0.0, and 1.1.0 for the class `SourceGcsBucket`."]]],[]]