GcsDestination
Stay organized with collections
Save and categorize content based on your preferences.
The Google Cloud Storage location where the output is to be written to.
JSON representation |
{
"outputUriPrefix": string
} |
Fields |
outputUriPrefix |
string
Required. Google Cloud Storage URI to output directory, up to 2000 characters long. Accepted forms: * Prefix path: gs://bucket/directory The requesting user must have write permission to the bucket. The directory is created if it doesn't exist.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-12-17 UTC.
[[["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 2019-12-17 UTC."],[[["The content defines the JSON representation for specifying the output location in Google Cloud Storage."],["The output location is defined using the `outputUriPrefix` field within a JSON object."],["The `outputUriPrefix` field requires a string value representing a Google Cloud Storage URI."],["The specified URI should be a prefix path in the format `\u003cgs://bucket/directory\u003e`."],["The user must have write permissions to the specified bucket, and the output directory will be created if it doesn't exist."]]],[]]