Lines Matching +full:version +full:- +full:script
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
75 <h1><a href="script_v1.html">Apps Script API</a> . <a href="script_v1.projects.html">projects</a> .…
82 <p class="firstline">Creates a new immutable version using the current code, with a unique version …
85 <p class="firstline">Gets a version of a script project.</p>
88 <p class="firstline">List the versions of a script project.</p>
100 <pre>Creates a new immutable version using the current code, with a unique version number.
103 scriptId: string, The script project's Drive ID. (required)
107 …script project version. A version is a "snapshot" of a script project and is similar to …
108 "createTime": "A String", # When the version was created.
109 "description": "A String", # The description for this version.
110 "scriptId": "A String", # The script project's Drive ID.
111 …"versionNumber": 42, # The incremental ID that is created by Apps Script when a version …
116 1 - v1 error format
117 2 - v2 error format
122 …script project version. A version is a "snapshot" of a script project and is similar to …
123 "createTime": "A String", # When the version was created.
124 "description": "A String", # The description for this version.
125 "scriptId": "A String", # The script project's Drive ID.
126 …"versionNumber": 42, # The incremental ID that is created by Apps Script when a version …
132 <pre>Gets a version of a script project.
135 scriptId: string, The script project's Drive ID. (required)
136 versionNumber: integer, The version number. (required)
139 1 - v1 error format
140 2 - v2 error format
145 …script project version. A version is a "snapshot" of a script project and is similar to …
146 "createTime": "A String", # When the version was created.
147 "description": "A String", # The description for this version.
148 "scriptId": "A String", # The script project's Drive ID.
149 …"versionNumber": 42, # The incremental ID that is created by Apps Script when a version …
155 <pre>List the versions of a script project.
158 scriptId: string, The script project's Drive ID. (required)
163 1 - v1 error format
164 2 - v2 error format
169 { # Response with the list of the versions for the specified script project.
172 …script project version. A version is a "snapshot" of a script project and is similar to …
173 "createTime": "A String", # When the version was created.
174 "description": "A String", # The description for this version.
175 "scriptId": "A String", # The script project's Drive ID.
176 …ionNumber": 42, # The incremental ID that is created by Apps Script when a version is created…