Skip to content

Commit 608531f

Browse files
Google APIscopybara-github
authored andcommitted
feat: Chat Apps can now retrieve the import mode expire time information to know when to complete the import mode properly
docs: Update reference documentation to include import_mode_expire_time field PiperOrigin-RevId: 702468699
1 parent 59254b4 commit 608531f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

google/chat/v1/space.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,16 @@ message Space {
338338
PermissionSettings permission_settings = 27
339339
[(google.api.field_behavior) = OPTIONAL];
340340
}
341+
342+
// Output only. The time when the space will be automatically deleted by the
343+
// system if it remains in import mode.
344+
//
345+
// Each space created in import mode must exit this mode before this expire
346+
// time using `spaces.completeImport`.
347+
//
348+
// This field is only populated for spaces that were created with import mode.
349+
google.protobuf.Timestamp import_mode_expire_time = 28
350+
[(google.api.field_behavior) = OUTPUT_ONLY];
341351
}
342352

343353
// A request to create a named space with no members.

0 commit comments

Comments
 (0)