Lines Matching full:revision
82 <p class="firstline">Gets a revision's metadata or content by ID.</p>
85 <p class="firstline">Gets a revision's metadata or content by ID.</p>
94 <p class="firstline">Updates a revision with patch semantics.</p>
102 revisionId: string, The ID of the revision. (required)
108 <pre>Gets a revision's metadata or content by ID.
112 revisionId: string, The ID of the revision. (required)
118 { # The metadata for a revision to a file.
119 "mimeType": "A String", # The MIME type of the revision.
120 …"kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "dri…
121 "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
122 … "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
130 … or False, # Whether to keep this revision forever, even if it is no longer the head revision. If …
133 …"originalFilename": "A String", # The original filename used to create this revision. This is only…
137 …"published": True or False, # Whether this revision is published. This is only applicable to Googl…
138 …"size": "A String", # The size of the revision's content in bytes. This is only applicable to file…
139 "id": "A String", # The ID of the revision.
140 …"md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable t…
141 …"publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. …
147 <pre>Gets a revision's metadata or content by ID.
151 revisionId: string, The ID of the revision. (required)
176 { # The metadata for a revision to a file.
177 "mimeType": "A String", # The MIME type of the revision.
178 …"kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "dri…
179 "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
180 … "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
188 … or False, # Whether to keep this revision forever, even if it is no longer the head revision. If …
191 …"originalFilename": "A String", # The original filename used to create this revision. This is only…
195 …"published": True or False, # Whether this revision is published. This is only applicable to Googl…
196 …"size": "A String", # The size of the revision's content in bytes. This is only applicable to file…
197 "id": "A String", # The ID of the revision.
198 …"md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable t…
199 …"publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. …
221 <pre>Updates a revision with patch semantics.
225 revisionId: string, The ID of the revision. (required)
229 { # The metadata for a revision to a file.
230 "mimeType": "A String", # The MIME type of the revision.
231 …"kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "dri…
232 "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
233 "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
241 … or False, # Whether to keep this revision forever, even if it is no longer the head revision. If …
244 …"originalFilename": "A String", # The original filename used to create this revision. This is only…
248 …"published": True or False, # Whether this revision is published. This is only applicable to Googl…
249 …"size": "A String", # The size of the revision's content in bytes. This is only applicable to file…
250 "id": "A String", # The ID of the revision.
251 …"md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable t…
252 …"publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. …
259 { # The metadata for a revision to a file.
260 "mimeType": "A String", # The MIME type of the revision.
261 …"kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "dri…
262 "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
263 … "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
271 … or False, # Whether to keep this revision forever, even if it is no longer the head revision. If …
274 …"originalFilename": "A String", # The original filename used to create this revision. This is only…
278 …"published": True or False, # Whether this revision is published. This is only applicable to Googl…
279 …"size": "A String", # The size of the revision's content in bytes. This is only applicable to file…
280 "id": "A String", # The ID of the revision.
281 …"md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable t…
282 …"publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. …