google-apis-vault_v1 0.35.0 → 0.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69afca6f3a2d63463470d51fb5f12ff25937dd4b2df4607b5cc3957d287d6739
4
- data.tar.gz: d831831b5e88305826a9792ebeb0d91b970a58811670ae6a4cb15d7d7250ba20
3
+ metadata.gz: e70afe1c8bb2c03394b7dde950e643154b5faaa51d16b3a4c3f7db3be7dbba9f
4
+ data.tar.gz: bb6db3fbc089b953f3f3824f097685a2ed5e8eeb353d27a1834ec62e31ec74a2
5
5
  SHA512:
6
- metadata.gz: 434200045964cf0ca215f7cad66dcf9705fcedd97f340f5dd4cd25545e41d91029cd802e528c9d769b0bdb2819695d5d287e6df52f9f8ba469c21a3a30b03ded
7
- data.tar.gz: 506653a941783025b94e77ab521229f814902828fea0a58d1ec957755028dcea983318cb558764d12d777dad18cbeb455abf118b5d94494426fea005a4b9bb96
6
+ metadata.gz: 8950efa06fb262a7039cdf8db1626a184dfd38ffa947e2f338629a02e05d4e2d0036e6795b5142fa1cba0dcf097509a0b9f8eaa2178e94bfb5574839cba2c718
7
+ data.tar.gz: 743ab5ca5291b706f3934881e6ed285ff59ae5c6e0222e2d0d178b5bd472e8c728de2d25e3b75a2931910a5ee5b1401d2b71f78f5e8cc14063d13ced91466003
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-vault_v1
2
2
 
3
+ ### v0.36.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250527
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.35.0 (2025-05-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20250331
@@ -619,6 +619,13 @@ module Google
619
619
  attr_accessor :include_team_drives
620
620
  alias_method :include_team_drives?, :include_team_drives
621
621
 
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
+
622
629
  # Search the current version of the Drive file, but export the contents of the
623
630
  # last version saved before 12:00 AM UTC on the specified date. Enter the date
624
631
  # in UTC.
@@ -635,6 +642,7 @@ module Google
635
642
  @client_side_encrypted_option = args[:client_side_encrypted_option] if args.key?(:client_side_encrypted_option)
636
643
  @include_shared_drives = args[:include_shared_drives] if args.key?(:include_shared_drives)
637
644
  @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)
638
646
  @version_date = args[:version_date] if args.key?(:version_date)
639
647
  end
640
648
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VaultV1
18
18
  # Version of the google-apis-vault_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250331"
25
+ REVISION = "20250527"
26
26
  end
27
27
  end
28
28
  end
@@ -636,6 +636,7 @@ module Google
636
636
  property :client_side_encrypted_option, as: 'clientSideEncryptedOption'
637
637
  property :include_shared_drives, as: 'includeSharedDrives'
638
638
  property :include_team_drives, as: 'includeTeamDrives'
639
+ property :shared_drives_option, as: 'sharedDrivesOption'
639
640
  property :version_date, as: 'versionDate'
640
641
  end
641
642
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vault_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vault_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vault_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Vault API V1
79
79
  test_files: []