public sealed class GoogleDriveSource : IMessage<GoogleDriveSource>, IEquatable<GoogleDriveSource>, IDeepCloneable<GoogleDriveSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GoogleDriveSource.
[[["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-25 UTC."],[[["The `GoogleDriveSource` class, part of the Vertex AI v1beta1 API, defines the Google Drive location for input content within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities such as message handling, equality checks, deep cloning, and buffer management."],["The class offers two constructors, a default `GoogleDriveSource()` and one that copies another `GoogleDriveSource` object, facilitating object creation and duplication."],["The `ResourceIds` property, a `RepeatedField` of `GoogleDriveSource.Types.ResourceId`, is a required field representing the Google Drive resource IDs."]]],[]]