Skip to content

Commit 821ce9e

Browse files
feat: Automated regeneration of drive v3 client (#24718)
Auto-created at 2025-10-26 09:43:34 +0000 using the toys pull request generator.
1 parent 3a6dc27 commit 821ce9e

File tree

5 files changed

+44
-2
lines changed

5 files changed

+44
-2
lines changed

api_names_out.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247706,13 +247706,16 @@
247706247706
"/drive:v3/Channel/type": type
247707247707
"/drive:v3/Comment": comment
247708247708
"/drive:v3/Comment/anchor": anchor
247709+
"/drive:v3/Comment/assigneeEmailAddress": assignee_email_address
247709247710
"/drive:v3/Comment/author": author
247710247711
"/drive:v3/Comment/content": content
247711247712
"/drive:v3/Comment/createdTime": created_time
247712247713
"/drive:v3/Comment/deleted": deleted
247713247714
"/drive:v3/Comment/htmlContent": html_content
247714247715
"/drive:v3/Comment/id": id
247715247716
"/drive:v3/Comment/kind": kind
247717+
"/drive:v3/Comment/mentionedEmailAddresses": mentioned_email_addresses
247718+
"/drive:v3/Comment/mentionedEmailAddresses/mentioned_email_address": mentioned_email_address
247716247719
"/drive:v3/Comment/modifiedTime": modified_time
247717247720
"/drive:v3/Comment/quotedFileContent": quoted_file_content
247718247721
"/drive:v3/Comment/quotedFileContent/mimeType": mime_type
@@ -248059,13 +248062,16 @@
248059248062
"/drive:v3/PermissionList/permissions/permission": permission
248060248063
"/drive:v3/Reply": reply
248061248064
"/drive:v3/Reply/action": action
248065+
"/drive:v3/Reply/assigneeEmailAddress": assignee_email_address
248062248066
"/drive:v3/Reply/author": author
248063248067
"/drive:v3/Reply/content": content
248064248068
"/drive:v3/Reply/createdTime": created_time
248065248069
"/drive:v3/Reply/deleted": deleted
248066248070
"/drive:v3/Reply/htmlContent": html_content
248067248071
"/drive:v3/Reply/id": id
248068248072
"/drive:v3/Reply/kind": kind
248073+
"/drive:v3/Reply/mentionedEmailAddresses": mentioned_email_addresses
248074+
"/drive:v3/Reply/mentionedEmailAddresses/mentioned_email_address": mentioned_email_address
248069248075
"/drive:v3/Reply/modifiedTime": modified_time
248070248076
"/drive:v3/ReplyList": reply_list
248071248077
"/drive:v3/ReplyList/kind": kind

generated/google-apis-drive_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-drive_v3
22

3+
### v0.73.0 (2025-10-26)
4+
5+
* Regenerated from discovery document revision 20251019
6+
37
### v0.72.0 (2025-10-19)
48

59
* Regenerated from discovery document revision 20251013

generated/google-apis-drive_v3/lib/google/apis/drive_v3/classes.rb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,12 @@ class Comment
780780
# @return [String]
781781
attr_accessor :anchor
782782

783+
# Output only. The email of the user who is assigned to this comment, if none is
784+
# assigned this will be unset.
785+
# Corresponds to the JSON property `assigneeEmailAddress`
786+
# @return [String]
787+
attr_accessor :assignee_email_address
788+
783789
# Information about a Drive user.
784790
# Corresponds to the JSON property `author`
785791
# @return [Google::Apis::DriveV3::User]
@@ -819,6 +825,12 @@ class Comment
819825
# @return [String]
820826
attr_accessor :kind
821827

828+
# Output only. The emails of the users who were mentioned in this comment, if
829+
# none were mentioned this will be an empty list.
830+
# Corresponds to the JSON property `mentionedEmailAddresses`
831+
# @return [Array<String>]
832+
attr_accessor :mentioned_email_addresses
833+
822834
# The last time the comment or any of its replies was modified (RFC 3339 date-
823835
# time).
824836
# Corresponds to the JSON property `modifiedTime`
@@ -850,13 +862,15 @@ def initialize(**args)
850862
# Update properties of this object
851863
def update!(**args)
852864
@anchor = args[:anchor] if args.key?(:anchor)
865+
@assignee_email_address = args[:assignee_email_address] if args.key?(:assignee_email_address)
853866
@author = args[:author] if args.key?(:author)
854867
@content = args[:content] if args.key?(:content)
855868
@created_time = args[:created_time] if args.key?(:created_time)
856869
@deleted = args[:deleted] if args.key?(:deleted)
857870
@html_content = args[:html_content] if args.key?(:html_content)
858871
@id = args[:id] if args.key?(:id)
859872
@kind = args[:kind] if args.key?(:kind)
873+
@mentioned_email_addresses = args[:mentioned_email_addresses] if args.key?(:mentioned_email_addresses)
860874
@modified_time = args[:modified_time] if args.key?(:modified_time)
861875
@quoted_file_content = args[:quoted_file_content] if args.key?(:quoted_file_content)
862876
@replies = args[:replies] if args.key?(:replies)
@@ -3425,6 +3439,12 @@ class Reply
34253439
# @return [String]
34263440
attr_accessor :action
34273441

3442+
# Output only. The email of the user who is assigned to this reply, if none is
3443+
# assigned this will be unset.
3444+
# Corresponds to the JSON property `assigneeEmailAddress`
3445+
# @return [String]
3446+
attr_accessor :assignee_email_address
3447+
34283448
# Information about a Drive user.
34293449
# Corresponds to the JSON property `author`
34303450
# @return [Google::Apis::DriveV3::User]
@@ -3465,6 +3485,12 @@ class Reply
34653485
# @return [String]
34663486
attr_accessor :kind
34673487

3488+
# Output only. The emails of the users who were mentioned in this reply, if none
3489+
# were mentioned this will be an empty list.
3490+
# Corresponds to the JSON property `mentionedEmailAddresses`
3491+
# @return [Array<String>]
3492+
attr_accessor :mentioned_email_addresses
3493+
34683494
# The last time the reply was modified (RFC 3339 date-time).
34693495
# Corresponds to the JSON property `modifiedTime`
34703496
# @return [DateTime]
@@ -3477,13 +3503,15 @@ def initialize(**args)
34773503
# Update properties of this object
34783504
def update!(**args)
34793505
@action = args[:action] if args.key?(:action)
3506+
@assignee_email_address = args[:assignee_email_address] if args.key?(:assignee_email_address)
34803507
@author = args[:author] if args.key?(:author)
34813508
@content = args[:content] if args.key?(:content)
34823509
@created_time = args[:created_time] if args.key?(:created_time)
34833510
@deleted = args[:deleted] if args.key?(:deleted)
34843511
@html_content = args[:html_content] if args.key?(:html_content)
34853512
@id = args[:id] if args.key?(:id)
34863513
@kind = args[:kind] if args.key?(:kind)
3514+
@mentioned_email_addresses = args[:mentioned_email_addresses] if args.key?(:mentioned_email_addresses)
34873515
@modified_time = args[:modified_time] if args.key?(:modified_time)
34883516
end
34893517
end

generated/google-apis-drive_v3/lib/google/apis/drive_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DriveV3
1818
# Version of the google-apis-drive_v3 gem
19-
GEM_VERSION = "0.72.0"
19+
GEM_VERSION = "0.73.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251013"
25+
REVISION = "20251019"
2626
end
2727
end
2828
end

generated/google-apis-drive_v3/lib/google/apis/drive_v3/representations.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ class Comment
572572
# @private
573573
class Representation < Google::Apis::Core::JsonRepresentation
574574
property :anchor, as: 'anchor'
575+
property :assignee_email_address, as: 'assigneeEmailAddress'
575576
property :author, as: 'author', class: Google::Apis::DriveV3::User, decorator: Google::Apis::DriveV3::User::Representation
576577

577578
property :content, as: 'content'
@@ -581,6 +582,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
581582
property :html_content, as: 'htmlContent'
582583
property :id, as: 'id'
583584
property :kind, as: 'kind'
585+
collection :mentioned_email_addresses, as: 'mentionedEmailAddresses'
584586
property :modified_time, as: 'modifiedTime', type: DateTime
585587

586588
property :quoted_file_content, as: 'quotedFileContent', class: Google::Apis::DriveV3::Comment::QuotedFileContent, decorator: Google::Apis::DriveV3::Comment::QuotedFileContent::Representation
@@ -1133,6 +1135,7 @@ class Reply
11331135
# @private
11341136
class Representation < Google::Apis::Core::JsonRepresentation
11351137
property :action, as: 'action'
1138+
property :assignee_email_address, as: 'assigneeEmailAddress'
11361139
property :author, as: 'author', class: Google::Apis::DriveV3::User, decorator: Google::Apis::DriveV3::User::Representation
11371140

11381141
property :content, as: 'content'
@@ -1142,6 +1145,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
11421145
property :html_content, as: 'htmlContent'
11431146
property :id, as: 'id'
11441147
property :kind, as: 'kind'
1148+
collection :mentioned_email_addresses, as: 'mentionedEmailAddresses'
11451149
property :modified_time, as: 'modifiedTime', type: DateTime
11461150

11471151
end

0 commit comments

Comments
 (0)