Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions generated/google-apis-docs_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-docs_v1

### v0.34.0 (2025-09-28)

* Regenerated from discovery document revision 20250917
* Regenerated using generator version 0.18.0

### v0.33.0 (2025-05-04)

* Regenerated using generator version 0.17.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3901,14 +3901,13 @@ def update!(**args)
class PersonProperties
include Google::Apis::Core::Hashable

# Output only. The email address linked to this Person. This field is always
# present.
# The email address linked to this Person. This field is always present.
# Corresponds to the JSON property `email`
# @return [String]
attr_accessor :email

# Output only. The name of the person if it's displayed in the link text instead
# of the person's email address.
# The name of the person if it's displayed in the link text instead of the
# person's email address.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DocsV1
# Version of the google-apis-docs_v1 gem
GEM_VERSION = "0.33.0"
GEM_VERSION = "0.34.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.17.0"
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250325"
REVISION = "20250917"
end
end
end
Loading