Required. The bucket used in 'output_uri_prefix' must exist and there must
be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with
"/" and start with "gs://". One 'output_uri_prefix' can only be used by one
batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error
is returned.
[[["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 documentation for the `GcsDestination` class within the Google Cloud Translation v3 API for .NET, focusing on version 3.5.0."],["The `GcsDestination` class specifies the Google Cloud Storage location for output content, allowing for the designation of where translated files will be stored."],["The class is part of the `Google.Cloud.Translate.V3` namespace and is implemented within the `Google.Cloud.Translate.V3.dll` assembly."],["`GcsDestination` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create new instances, either empty or from another `GcsDestination` object."],["The `OutputUriPrefix` property is a required string parameter that defines the storage location, demanding it to start with \"gs://\" and end with \"/\", while also being exclusive to one batch translation job at a time."]]],[]]