|
2077 | 2077 | } |
2078 | 2078 | } |
2079 | 2079 | }, |
2080 | | - "revision": "20230124", |
| 2080 | + "revision": "20230131", |
2081 | 2081 | "rootUrl": "https://cloudsearch.googleapis.com/", |
2082 | 2082 | "schemas": { |
2083 | 2083 | "AbuseReportingConfig": { |
|
2384 | 2384 | "type": "integer" |
2385 | 2385 | }, |
2386 | 2386 | "localId": { |
2387 | | - "description": "A unique client-assigned ID for this annotation. This is helpful in matching the back-filled annotations to the original annotations on client side, without having to re-parse the message.", |
| 2387 | + "description": "* A client-assigned ID for this annotation. This is helpful in matching the back-filled annotations to the original annotations on client side, without having to re-parse the message. There is no guarantee an annotation has a local_id, it's a purely client used and controlled field with no guarantee of uniqueness.", |
2388 | 2388 | "type": "string" |
2389 | 2389 | }, |
2390 | 2390 | "membershipChanged": { |
|
2480 | 2480 | "type": "string" |
2481 | 2481 | }, |
2482 | 2482 | "uniqueId": { |
2483 | | - "description": "A unique server-assigned ID for this annotation. This is helpful in matching annotation objects when fetched from service.", |
| 2483 | + "description": "* A unique server-assigned ID for this annotation. This is helpful in matching annotation objects when fetched from service. All uploads should have a unique_id after the message they are attached to is successfully sent. Url annotations that originally were uploads (i.e. policy violations) will have a unique_id after the message they are attached to is successfully sent. No other url annotations should have a unique_id. All drive annotations should have a unique_id after the message they are attached to is successfully sent.", |
2484 | 2484 | "type": "string" |
2485 | 2485 | }, |
2486 | 2486 | "uploadMetadata": { |
|
6431 | 6431 | "CO_ACTIVITY_APP_KAHOOT", |
6432 | 6432 | "CO_ACTIVITY_APP_GQUEUES", |
6433 | 6433 | "CO_ACTIVITY_APP_YOU_TUBE_MUSIC", |
6434 | | - "CO_ACTIVITY_APP_SAMSUNG_NOTES" |
| 6434 | + "CO_ACTIVITY_APP_SAMSUNG_NOTES", |
| 6435 | + "CO_ACTIVITY_APP_HAPPY_AARDVARK" |
6435 | 6436 | ], |
6436 | 6437 | "enumDescriptions": [ |
6437 | 6438 | "Should never be used.", |
|
6442 | 6443 | "Kahoot! educational software.", |
6443 | 6444 | "GQueues task manager.", |
6444 | 6445 | "YouTube Music", |
6445 | | - "Samsung Notes" |
| 6446 | + "Samsung Notes", |
| 6447 | + "." |
6446 | 6448 | ], |
6447 | 6449 | "type": "string" |
6448 | 6450 | } |
|
7559 | 7561 | "format": "double", |
7560 | 7562 | "type": "number" |
7561 | 7563 | }, |
| 7564 | + "lastReadTimestampAgeInDays": { |
| 7565 | + "format": "double", |
| 7566 | + "type": "number" |
| 7567 | + }, |
7562 | 7568 | "messageAgeInDays": { |
7563 | 7569 | "format": "double", |
7564 | 7570 | "type": "number" |
|
17558 | 17564 | "id": "UploadMetadata", |
17559 | 17565 | "properties": { |
17560 | 17566 | "attachmentToken": { |
17561 | | - "description": "Opaque token. Clients shall simply pass it back to the Backend. This field will NOT be saved into storage.", |
| 17567 | + "description": "Opaque token. Clients shall simply pass it back to the Backend. There is no guarantee the attachment_token returned on subsequent reads is the same even if nothing has changed. This field will NOT be saved into storage.", |
17562 | 17568 | "type": "string" |
17563 | 17569 | }, |
17564 | 17570 | "backendUploadMetadata": { |
|
0 commit comments