Resource: Collection
A collection is a resource in a corpus. It serves as a container of references to original resources.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string } |
Fields | |
---|---|
name |
Output only. Resource name of the collection. Format: |
displayName |
Optional. The collection name for displaying. The name can be up to 256 characters long. |
description |
Optional. Description of the collection. Can be up to 25000 characters long. |
Methods |
|
---|---|
|
Adds an item into a Collection. |
|
Creates a collection. |
|
Deletes a collection. |
|
Gets a collection. |
|
Lists collections inside a corpus. |
|
Updates a collection. |
|
Removes an item from a collection. |
|
View items inside a collection. |