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 inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Two constructors are available: a default constructor and one that takes another `SourceGcsBucket` object as a parameter for creating a copy."],["The `Uri` property, of type string, is required and specifies the Cloud Storage bucket location using the `gs://\u003cbucket_name\u003e/\u003cpath_inside_bucket\u003e` format."],["The documentation references the latest version (1.1.0) and previous version (1.0.0) and is found in the namespace `Google.Cloud.Parallelstore.V1`."]]],[]]