Skip to content

Commit 6a07c2a

Browse files
feat: Automated regeneration of admin reports_v1 client (googleapis#22361)
Auto-created at 2025-04-06 09:44:46 +0000 using the toys pull request generator.
1 parent 19d639d commit 6a07c2a

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

generated/google-apis-admin_reports_v1/CHANGELOG.md

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

3+
### v0.25.0 (2025-04-06)
4+
5+
* Regenerated from discovery document revision 20250331
6+
37
### v0.24.0 (2025-03-30)
48

59
* Regenerated from discovery document revision 20250325

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -854,11 +854,6 @@ def update!(**args)
854854
class ResourceDetails
855855
include Google::Apis::Core::Hashable
856856

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-
862857
# List of labels applied on the resource
863858
# Corresponds to the JSON property `appliedLabels`
864859
# @return [Array<Google::Apis::AdminReportsV1::AppliedLabel>]
@@ -869,11 +864,6 @@ class ResourceDetails
869864
# @return [String]
870865
attr_accessor :id
871866

872-
# Owner of the resource.
873-
# Corresponds to the JSON property `ownerEmail`
874-
# @return [String]
875-
attr_accessor :owner_email
876-
877867
# Defines relationship of the resource to the events
878868
# Corresponds to the JSON property `relation`
879869
# @return [String]
@@ -896,10 +886,8 @@ def initialize(**args)
896886

897887
# Update properties of this object
898888
def update!(**args)
899-
@application_id = args[:application_id] if args.key?(:application_id)
900889
@applied_labels = args[:applied_labels] if args.key?(:applied_labels)
901890
@id = args[:id] if args.key?(:id)
902-
@owner_email = args[:owner_email] if args.key?(:owner_email)
903891
@relation = args[:relation] if args.key?(:relation)
904892
@title = args[:title] if args.key?(:title)
905893
@type = args[:type] if args.key?(:type)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AdminReportsV1
1818
# Version of the google-apis-admin_reports_v1 gem
19-
GEM_VERSION = "0.24.0"
19+
GEM_VERSION = "0.25.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,11 +414,9 @@ class Representation < Google::Apis::Core::JsonRepresentation
414414
class ResourceDetails
415415
# @private
416416
class Representation < Google::Apis::Core::JsonRepresentation
417-
property :application_id, :numeric_string => true, as: 'applicationId'
418417
collection :applied_labels, as: 'appliedLabels', class: Google::Apis::AdminReportsV1::AppliedLabel, decorator: Google::Apis::AdminReportsV1::AppliedLabel::Representation
419418

420419
property :id, as: 'id'
421-
property :owner_email, as: 'ownerEmail'
422420
property :relation, as: 'relation'
423421
property :title, as: 'title'
424422
property :type, as: 'type'

0 commit comments

Comments
 (0)