Required. The parent document. In the format:
projects/{project_id}/databases/{database_id}/documents/{document_path}.
For example:
projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
[[["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 details the `ListCollectionIdsRequest` class within the `Google.Cloud.Firestore.V1` namespace, specifically version 2.4.0, for .NET applications."],["The `ListCollectionIdsRequest` class is used to request a list of collection IDs from Firestore and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["It provides constructors for creating instances, either empty or by copying another `ListCollectionIdsRequest` object, and has three properties: `PageSize`, `PageToken`, and `Parent`."],["The class is used to send requests to Firestore, specifying parameters such as `Parent` to indicate the document path, `PageSize` for the number of results, and `PageToken` for pagination."],["The latest version available is 3.10.0 and many previous versions going back to 2.3.0 are listed as available."]]],[]]