• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:history

84 <p class="firstline">Creates a History.</p>
87 <p class="firstline">Gets a History.</p>
97 <pre>Creates a History.
99 The returned History will have the id set.
112 { # A History represents a sorted list of Executions ordered by the start_timestamp_millis field (d…
118 …"name": "A String", # A name to uniquely identify a history within a project. Maximum of 100 chara…
121 "historyId": "A String", # A unique identifier within a project for this History.
135 …{ # A History represents a sorted list of Executions ordered by the start_timestamp_millis field (…
141 …"name": "A String", # A name to uniquely identify a history within a project. Maximum of 100 chara…
144 "historyId": "A String", # A unique identifier within a project for this History.
154 <pre>Gets a History.
158 …roject - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist
164 historyId: string, A History id.
171 …{ # A History represents a sorted list of Executions ordered by the start_timestamp_millis field (…
177 …"name": "A String", # A name to uniquely identify a history within a project. Maximum of 100 chara…
180 "historyId": "A String", # A unique identifier within a project for this History.
192 …n time in descending order. The history_id key will be used to order the history with the same mod…
196 …roject - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist
224 …{ # A History represents a sorted list of Executions ordered by the start_timestamp_millis field (…
230 …"name": "A String", # A name to uniquely identify a history within a project. Maximum of 100 chara…
233 "historyId": "A String", # A unique identifier within a project for this History.