google-apis-admin_reports_v1 0.24.0 → 0.26.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: 29a3d8e97b9ae966fc240edd448ca988e069ee0b93f21ce4124b7010a3ed1854
4
+ data.tar.gz: b7f8212c7a6791fc43579b07f0d1097d136fa27a93581a71b36eba82af912aff
5
5
  SHA512:
6
- metadata.gz: 77d316f811514be4b563f1ede8dfa442032f962ee9c3338c8f40db03ff9923cf5cc8463323fa1089bef2fc0f467e9fd1d86f30f377022266466f6c2997ee707c
7
- data.tar.gz: f419784eefcc2b13d95d1465e9935252fb1d50cfcf8f7a50d84e6bd6292f0c389719fdcc24a2890c422380858a92386677f5f37ed198d41dc7839ce725477e31
6
+ metadata.gz: 106c479244757524ffcb1bcb3139c35b7fa5fc36ae754136860a56da07539331f89e1037e2e987b6d5b14520fc23602a84af7599b39c504e54934ab93e80910b
7
+ data.tar.gz: d9298c2cae3f2de299ccf890e0bfed0ee8f5d3bef0a9b3883f39311c3f98eeb7dfd3874452a1e4d8bd892cbaa55bf1689149879d36a10dc78b957d737d98292e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_reports_v1
2
2
 
3
+ ### v0.26.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250424
6
+
7
+ ### v0.25.0 (2025-04-06)
8
+
9
+ * Regenerated from discovery document revision 20250331
10
+
3
11
  ### v0.24.0 (2025-03-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20250325
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://developers.google.com/admin-sdk/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/workspace/admin/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -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.26.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 = "20250424"
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'
@@ -32,7 +32,7 @@ module Google
32
32
  # Admin = Google::Apis::AdminReportsV1 # Alias the module
33
33
  # service = Admin::ReportsService.new
34
34
  #
35
- # @see https://developers.google.com/admin-sdk/
35
+ # @see https://developers.google.com/workspace/admin/
36
36
  class ReportsService < Google::Apis::Core::BaseService
37
37
  DEFAULT_ENDPOINT_TEMPLATE = "https://admin.$UNIVERSE_DOMAIN$/"
38
38
 
@@ -25,7 +25,7 @@ module Google
25
25
  # resources like user, groups etc. It also provides audit and usage reports of
26
26
  # domain.
27
27
  #
28
- # @see https://developers.google.com/admin-sdk/
28
+ # @see https://developers.google.com/workspace/admin/
29
29
  module AdminReportsV1
30
30
  # Version of the Admin SDK API this client connects to.
31
31
  # This is NOT the gem version.
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.26.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-27 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.26.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: