public sealed class GcsOutputDestination : IMessage<GcsOutputDestination>, IEquatable<GcsOutputDestination>, IDeepCloneable<GcsOutputDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GcsOutputDestination.
The Google Cloud Storage location for the output content.
Required. Google Cloud Storage URI to output directory. For example,
gs://bucket/directory. The requesting user must have write permission to
the bucket. The directory will be created if it doesn't exist.
[[["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 information for the `GcsOutputDestination` class within the Google Cloud Translation v3 API, specifically version 3.5.0."],["`GcsOutputDestination` defines the location in Google Cloud Storage where output content will be stored, including the ability to write to a specified bucket."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the `object` class."],["The class offers two constructors: a default constructor and another that takes an existing `GcsOutputDestination` object for cloning."],["The `OutputUriPrefix` property, of type string, specifies the Google Cloud Storage URI for the output directory and requires write permission for the user."]]],[]]