public sealed class DestinationGcsBucket : IMessage<DestinationGcsBucket>, IEquatable<DestinationGcsBucket>, IDeepCloneable<DestinationGcsBucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class DestinationGcsBucket.
Cloud Storage as the destination of a data transfer.
[[["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."],[[["This document provides reference documentation for the `DestinationGcsBucket` class within the Parallelstore v1 API, specifically for version 1.0.0-beta01."],["The `DestinationGcsBucket` class is used to define Cloud Storage as the destination for a data transfer and inherits from the `object` class."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and a copy constructor that takes another `DestinationGcsBucket` instance as a parameter."],["The `Uri` property of the class is a required string that represents the Cloud Storage bucket's URI, following the format `gs://\u003cbucket_name\u003e/\u003cpath_inside_bucket\u003e`."]]],[]]