Skip to content

Commit 02b43ef

Browse files
feat: [chat] Chat Apps can now retrieve the import mode expire time information to know when to complete the import mode properly (#5860)
* 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 Source-Link: googleapis/googleapis@608531f Source-Link: googleapis/googleapis-gen@59d7d94 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNoYXQvLk93bEJvdC55YW1sIiwiaCI6IjU5ZDdkOTQ2MjA4MGNlMDFkMWUzNjQyYzFjNTcxYTM1Y2ZjZTM3OTYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7238530 commit 02b43ef

4 files changed

Lines changed: 51 additions & 0 deletions

File tree

packages/google-chat/protos/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.

packages/google-chat/protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-chat/protos/protos.js

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-chat/protos/protos.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)