Skip to main content

histories

Overview

Namehistories
TypeResource
Idfirebase.toolresults.histories

Fields

NameDatatypeDescription
namestringA name to uniquely identify a history within a project. Maximum of 200 characters. - In response always set - In create request: always set
displayNamestringA short human-readable (plain text) name to display in the UI. Maximum of 100 characters. - In response: present if set during create. - In create request: optional
historyIdstringA unique identifier within a project for this History. Returns INVALID_ARGUMENT if this field is set or overwritten by the caller. - In response always set - In create request: never set
testPlatformstringThe platform of the test history. - In response: always set. Returns the platform of the last execution if unknown.

Methods

NameAccessible byRequired ParamsDescription
projects_histories_getSELECThistoryId, projectIdGets a History. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist
projects_histories_listSELECTprojectIdLists Histories for a given Project. The histories are sorted by modification time in descending order. The history_id key will be used to order the history with the same modification time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist
projects_histories_createINSERTprojectIdCreates a History. The returned History will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing project does not exist