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 documentation covers the `DestinationGcsBucket` class within the Parallelstore v1 API, detailing its use for specifying Cloud Storage as the destination for data transfers."],["The `DestinationGcsBucket` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DestinationGcsBucket` object as a parameter for initialization."],["It includes a `Uri` property that represents the required Cloud Storage bucket URI, specified in the format `gs://\u003cbucket_name\u003e/\u003cpath_inside_bucket\u003e`, where the path is optional."],["The `DestinationGcsBucket` class is located within the `Google.Cloud.Parallelstore.V1` namespace and is contained in the `Google.Cloud.Parallelstore.V1.dll` assembly."]]],[]]