google-apis-admin_reports_v1 0.24.0 → 0.25.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: 10da4ed860c44ea85bfa933af59824ec3d2d7bfcead4dba542db799ff7670022
4
- data.tar.gz: d0c0d840389076450aa59074a3122c467589d876dc9e5d02db6f1115212eb397
3
+ metadata.gz: 84b6480dd0555647bf4a1acdfb899fd3cc4ba39a336c9ba632f2e0afcb02e7b2
4
+ data.tar.gz: 2dc0a9a89c653372c3d4ebf3a75c8c3817ea7e0cd0873e790983c63ff85e1b20
5
5
  SHA512:
6
- metadata.gz: 77d316f811514be4b563f1ede8dfa442032f962ee9c3338c8f40db03ff9923cf5cc8463323fa1089bef2fc0f467e9fd1d86f30f377022266466f6c2997ee707c
7
- data.tar.gz: f419784eefcc2b13d95d1465e9935252fb1d50cfcf8f7a50d84e6bd6292f0c389719fdcc24a2890c422380858a92386677f5f37ed198d41dc7839ce725477e31
6
+ metadata.gz: 01a09db17d1697508b4cf4c5ae4c1c1b9d5d293beaf2c348af1ffd84eefc4cba5aab27cbcb46b8595be075fa95e6f4b0ed064f9826c92d8c41ba9e4d1aba6713
7
+ data.tar.gz: c8c122884d2372a6538875b8fd469e4d04f2de264f7889f60038c7f3b7f85f0fcb5468fae43093ca1dfff61b537ddfcd539dff57f7f4f2bddc4f2ce0706cc0a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_reports_v1
2
2
 
3
+ ### v0.25.0 (2025-04-06)
4
+
5
+ * Regenerated from discovery document revision 20250331
6
+
3
7
  ### v0.24.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250325
@@ -854,11 +854,6 @@ module Google
854
854
  class ResourceDetails
855
855
  include Google::Apis::Core::Hashable
856
856
 
857
- # Id of the application to which this resource belongs
858
- # Corresponds to the JSON property `applicationId`
859
- # @return [Fixnum]
860
- attr_accessor :application_id
861
-
862
857
  # List of labels applied on the resource
863
858
  # Corresponds to the JSON property `appliedLabels`
864
859
  # @return [Array<Google::Apis::AdminReportsV1::AppliedLabel>]
@@ -869,11 +864,6 @@ module Google
869
864
  # @return [String]
870
865
  attr_accessor :id
871
866
 
872
- # Owner of the resource.
873
- # Corresponds to the JSON property `ownerEmail`
874
- # @return [String]
875
- attr_accessor :owner_email
876
-
877
867
  # Defines relationship of the resource to the events
878
868
  # Corresponds to the JSON property `relation`
879
869
  # @return [String]
@@ -896,10 +886,8 @@ module Google
896
886
 
897
887
  # Update properties of this object
898
888
  def update!(**args)
899
- @application_id = args[:application_id] if args.key?(:application_id)
900
889
  @applied_labels = args[:applied_labels] if args.key?(:applied_labels)
901
890
  @id = args[:id] if args.key?(:id)
902
- @owner_email = args[:owner_email] if args.key?(:owner_email)
903
891
  @relation = args[:relation] if args.key?(:relation)
904
892
  @title = args[:title] if args.key?(:title)
905
893
  @type = args[:type] if args.key?(:type)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminReportsV1
18
18
  # Version of the google-apis-admin_reports_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250325"
25
+ REVISION = "20250331"
26
26
  end
27
27
  end
28
28
  end
@@ -414,11 +414,9 @@ module Google
414
414
  class ResourceDetails
415
415
  # @private
416
416
  class Representation < Google::Apis::Core::JsonRepresentation
417
- property :application_id, :numeric_string => true, as: 'applicationId'
418
417
  collection :applied_labels, as: 'appliedLabels', class: Google::Apis::AdminReportsV1::AppliedLabel, decorator: Google::Apis::AdminReportsV1::AppliedLabel::Representation
419
418
 
420
419
  property :id, as: 'id'
421
- property :owner_email, as: 'ownerEmail'
422
420
  property :relation, as: 'relation'
423
421
  property :title, as: 'title'
424
422
  property :type, as: 'type'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_reports_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-admin_reports_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.24.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.25.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_reports_v1
62
62
  rdoc_options: []
63
63
  require_paths: