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 webpage provides reference documentation for the `GcsOutputDestination` class within the Google Cloud Translation v3 API, specifically for version 3.8.0."],["The `GcsOutputDestination` class, part of the `Google.Cloud.Translate.V3` namespace, represents the Google Cloud Storage location designated for storing output content."],["The `GcsOutputDestination` class includes a `OutputUriPrefix` property, which is a string that specifies the required Google Cloud Storage URI for the output directory, and requires write permission for the requesting user."],["The page contains a list of all available versions, ranging from 2.2.0 up to the latest version, 3.9.0, and these versions have links to the documentations of each version."],["The class is listed as implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inheriting from `object`."]]],[]]