Skip to content

Commit cf8b80e

Browse files
feat: Automated regeneration of vault v1 client (googleapis#23306)
Auto-created at 2025-06-01 10:32:45 +0000 using the toys pull request generator.
1 parent 868ea1f commit cf8b80e

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353727,6 +353727,7 @@
353727353727
"/vault:v1/DriveOptions/clientSideEncryptedOption": client_side_encrypted_option
353728353728
"/vault:v1/DriveOptions/includeSharedDrives": include_shared_drives
353729353729
"/vault:v1/DriveOptions/includeTeamDrives": include_team_drives
353730+
"/vault:v1/DriveOptions/sharedDrivesOption": shared_drives_option
353730353731
"/vault:v1/DriveOptions/versionDate": version_date
353731353732
"/vault:v1/Empty": empty
353732353733
"/vault:v1/Export": export

generated/google-apis-vault_v1/CHANGELOG.md

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

3+
### v0.36.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250527
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.35.0 (2025-05-04)
49

510
* Regenerated from discovery document revision 20250331

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,13 @@ class DriveOptions
619619
attr_accessor :include_team_drives
620620
alias_method :include_team_drives?, :include_team_drives
621621

622+
# Optional. Options to include or exclude documents in shared drives. We
623+
# recommend using this field over include_shared_drives. This field overrides
624+
# include_shared_drives and include_team_drives when set.
625+
# Corresponds to the JSON property `sharedDrivesOption`
626+
# @return [String]
627+
attr_accessor :shared_drives_option
628+
622629
# Search the current version of the Drive file, but export the contents of the
623630
# last version saved before 12:00 AM UTC on the specified date. Enter the date
624631
# in UTC.
@@ -635,6 +642,7 @@ def update!(**args)
635642
@client_side_encrypted_option = args[:client_side_encrypted_option] if args.key?(:client_side_encrypted_option)
636643
@include_shared_drives = args[:include_shared_drives] if args.key?(:include_shared_drives)
637644
@include_team_drives = args[:include_team_drives] if args.key?(:include_team_drives)
645+
@shared_drives_option = args[:shared_drives_option] if args.key?(:shared_drives_option)
638646
@version_date = args[:version_date] if args.key?(:version_date)
639647
end
640648
end

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module VaultV1
1818
# Version of the google-apis-vault_v1 gem
19-
GEM_VERSION = "0.35.0"
19+
GEM_VERSION = "0.36.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
636636
property :client_side_encrypted_option, as: 'clientSideEncryptedOption'
637637
property :include_shared_drives, as: 'includeSharedDrives'
638638
property :include_team_drives, as: 'includeTeamDrives'
639+
property :shared_drives_option, as: 'sharedDrivesOption'
639640
property :version_date, as: 'versionDate'
640641
end
641642
end

0 commit comments

Comments
 (0)