Required. Google Cloud Storage URIs to input files. URI can be up to
2000 characters long. URIs can match the full object path (for example,
gs://bucket/directory/object.json) or a pattern matching one or more
files, such as gs://bucket/directory/*.json. A request can
contain at most 100 files, and each file can be up to 2 GB. See
Importing catalog information
for the expected file format and setup instructions.
[[["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 outlines the `GcsSource` class within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace, specifically version 1.0.0-beta03, which represents a source of data from Google Cloud Storage."],["The `GcsSource` class is designed for importing content, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of `GcsSource` available, including 2.0.0-beta06 (latest), 2.0.0-beta05 and 1.0.0-beta03."],["The class provides two constructors: a default constructor `GcsSource()` and a copy constructor `GcsSource(GcsSource other)`."],["The InputUris property of type `RepeatedField\u003cstring\u003e` allows you to specify the Google Cloud Storage URIs of files to import, with restrictions on URI length, the number of files, and file size."]]],[]]