google-apis-admin_reports_v1 0.23.0 → 0.24.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: 8b65386e7189a055b7492016706a4043fb6ed4f3ccde33ed980cddd33139e9fc
4
- data.tar.gz: 4deb9f72afcc21e9a432892aa990f4d4363c9172997c2acb4f37e0bc3c937a09
3
+ metadata.gz: 10da4ed860c44ea85bfa933af59824ec3d2d7bfcead4dba542db799ff7670022
4
+ data.tar.gz: d0c0d840389076450aa59074a3122c467589d876dc9e5d02db6f1115212eb397
5
5
  SHA512:
6
- metadata.gz: b30cf4c3d33b516401af6f274c94963fe32a7eeaafe6288ae3a7849ca1363bd3b39c4ef6f27dec38a7ba871d5e7cf3ba7a965819b4bf8cba449735e8701b31ee
7
- data.tar.gz: 9b52589109e9cbcf7ca9d2d6badb37e819e97066c383403417d632eba75c4084c2588fb201250c2880b79fb086998147b66683b498cbabab8cc5911978ae5a3e
6
+ metadata.gz: 77d316f811514be4b563f1ede8dfa442032f962ee9c3338c8f40db03ff9923cf5cc8463323fa1089bef2fc0f467e9fd1d86f30f377022266466f6c2997ee707c
7
+ data.tar.gz: f419784eefcc2b13d95d1465e9935252fb1d50cfcf8f7a50d84e6bd6292f0c389719fdcc24a2890c422380858a92386677f5f37ed198d41dc7839ce725477e31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_reports_v1
2
2
 
3
+ ### v0.24.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250325
6
+
3
7
  ### v0.23.0 (2025-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20250304
@@ -106,6 +106,11 @@ module Google
106
106
  # @return [String]
107
107
  attr_accessor :owner_domain
108
108
 
109
+ # Details of the resource on which the action was performed.
110
+ # Corresponds to the JSON property `resourceDetails`
111
+ # @return [Array<Google::Apis::AdminReportsV1::ResourceDetails>]
112
+ attr_accessor :resource_details
113
+
109
114
  def initialize(**args)
110
115
  update!(**args)
111
116
  end
@@ -119,12 +124,18 @@ module Google
119
124
  @ip_address = args[:ip_address] if args.key?(:ip_address)
120
125
  @kind = args[:kind] if args.key?(:kind)
121
126
  @owner_domain = args[:owner_domain] if args.key?(:owner_domain)
127
+ @resource_details = args[:resource_details] if args.key?(:resource_details)
122
128
  end
123
129
 
124
130
  # User doing the action.
125
131
  class Actor
126
132
  include Google::Apis::Core::Hashable
127
133
 
134
+ # Details of the application that was the actor for the activity.
135
+ # Corresponds to the JSON property `applicationInfo`
136
+ # @return [Google::Apis::AdminReportsV1::Activity::Actor::ApplicationInfo]
137
+ attr_accessor :application_info
138
+
128
139
  # The type of actor.
129
140
  # Corresponds to the JSON property `callerType`
130
141
  # @return [String]
@@ -155,11 +166,44 @@ module Google
155
166
 
156
167
  # Update properties of this object
157
168
  def update!(**args)
169
+ @application_info = args[:application_info] if args.key?(:application_info)
158
170
  @caller_type = args[:caller_type] if args.key?(:caller_type)
159
171
  @email = args[:email] if args.key?(:email)
160
172
  @key = args[:key] if args.key?(:key)
161
173
  @profile_id = args[:profile_id] if args.key?(:profile_id)
162
174
  end
175
+
176
+ # Details of the application that was the actor for the activity.
177
+ class ApplicationInfo
178
+ include Google::Apis::Core::Hashable
179
+
180
+ # Name of the application used to perform the action.
181
+ # Corresponds to the JSON property `applicationName`
182
+ # @return [String]
183
+ attr_accessor :application_name
184
+
185
+ # Whether the application was impersonating a user.
186
+ # Corresponds to the JSON property `impersonation`
187
+ # @return [Boolean]
188
+ attr_accessor :impersonation
189
+ alias_method :impersonation?, :impersonation
190
+
191
+ # OAuth client id of the third party application used to perform the action.
192
+ # Corresponds to the JSON property `oauthClientId`
193
+ # @return [String]
194
+ attr_accessor :oauth_client_id
195
+
196
+ def initialize(**args)
197
+ update!(**args)
198
+ end
199
+
200
+ # Update properties of this object
201
+ def update!(**args)
202
+ @application_name = args[:application_name] if args.key?(:application_name)
203
+ @impersonation = args[:impersonation] if args.key?(:impersonation)
204
+ @oauth_client_id = args[:oauth_client_id] if args.key?(:oauth_client_id)
205
+ end
206
+ end
163
207
  end
164
208
 
165
209
  #
@@ -185,6 +229,11 @@ module Google
185
229
  # @return [Array<Google::Apis::AdminReportsV1::Activity::Event::Parameter>]
186
230
  attr_accessor :parameters
187
231
 
232
+ # Resource ids associated with the event.
233
+ # Corresponds to the JSON property `resourceIds`
234
+ # @return [Array<String>]
235
+ attr_accessor :resource_ids
236
+
188
237
  # Type of event. The Google Workspace service or feature that an administrator
189
238
  # changes is identified in the `type` property which identifies an event using
190
239
  # the `eventName` property. For a full list of the API's `type` categories, see
@@ -201,6 +250,7 @@ module Google
201
250
  def update!(**args)
202
251
  @name = args[:name] if args.key?(:name)
203
252
  @parameters = args[:parameters] if args.key?(:parameters)
253
+ @resource_ids = args[:resource_ids] if args.key?(:resource_ids)
204
254
  @type = args[:type] if args.key?(:type)
205
255
  end
206
256
 
@@ -350,6 +400,46 @@ module Google
350
400
  end
351
401
  end
352
402
 
403
+ # Details of the label applied on the resource.
404
+ class AppliedLabel
405
+ include Google::Apis::Core::Hashable
406
+
407
+ # List of fields which are part of the label and have been set by the user. If
408
+ # label has a field which was not set by the user, it would not be present in
409
+ # this list.
410
+ # Corresponds to the JSON property `fieldValues`
411
+ # @return [Array<Google::Apis::AdminReportsV1::FieldValue>]
412
+ attr_accessor :field_values
413
+
414
+ # Identifier of the label - Only the label id, not the full OnePlatform resource
415
+ # name.
416
+ # Corresponds to the JSON property `id`
417
+ # @return [String]
418
+ attr_accessor :id
419
+
420
+ # The reason why the label/field was applied.
421
+ # Corresponds to the JSON property `reason`
422
+ # @return [Google::Apis::AdminReportsV1::Reason]
423
+ attr_accessor :reason
424
+
425
+ # Title of the label
426
+ # Corresponds to the JSON property `title`
427
+ # @return [String]
428
+ attr_accessor :title
429
+
430
+ def initialize(**args)
431
+ update!(**args)
432
+ end
433
+
434
+ # Update properties of this object
435
+ def update!(**args)
436
+ @field_values = args[:field_values] if args.key?(:field_values)
437
+ @id = args[:id] if args.key?(:id)
438
+ @reason = args[:reason] if args.key?(:reason)
439
+ @title = args[:title] if args.key?(:title)
440
+ end
441
+ end
442
+
353
443
  # A notification channel used to watch for resource changes.
354
444
  class Channel
355
445
  include Google::Apis::Core::Hashable
@@ -431,6 +521,260 @@ module Google
431
521
  end
432
522
  end
433
523
 
524
+ # Represents a whole or partial calendar date, such as a birthday. The time of
525
+ # day and time zone are either specified elsewhere or are insignificant. The
526
+ # date is relative to the Gregorian Calendar. This can represent one of the
527
+ # following: * A full date, with non-zero year, month, and day values. * A month
528
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
529
+ # with a zero month and a zero day. * A year and month, with a zero day (for
530
+ # example, a credit card expiration date). Related types: * google.type.
531
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
532
+ class Date
533
+ include Google::Apis::Core::Hashable
534
+
535
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
536
+ # specify a year by itself or a year and month where the day isn't significant.
537
+ # Corresponds to the JSON property `day`
538
+ # @return [Fixnum]
539
+ attr_accessor :day
540
+
541
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
542
+ # and day.
543
+ # Corresponds to the JSON property `month`
544
+ # @return [Fixnum]
545
+ attr_accessor :month
546
+
547
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
548
+ # year.
549
+ # Corresponds to the JSON property `year`
550
+ # @return [Fixnum]
551
+ attr_accessor :year
552
+
553
+ def initialize(**args)
554
+ update!(**args)
555
+ end
556
+
557
+ # Update properties of this object
558
+ def update!(**args)
559
+ @day = args[:day] if args.key?(:day)
560
+ @month = args[:month] if args.key?(:month)
561
+ @year = args[:year] if args.key?(:year)
562
+ end
563
+ end
564
+
565
+ # Details of the field value set by the user for the particular label.
566
+ class FieldValue
567
+ include Google::Apis::Core::Hashable
568
+
569
+ # Represents a whole or partial calendar date, such as a birthday. The time of
570
+ # day and time zone are either specified elsewhere or are insignificant. The
571
+ # date is relative to the Gregorian Calendar. This can represent one of the
572
+ # following: * A full date, with non-zero year, month, and day values. * A month
573
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
574
+ # with a zero month and a zero day. * A year and month, with a zero day (for
575
+ # example, a credit card expiration date). Related types: * google.type.
576
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
577
+ # Corresponds to the JSON property `dateValue`
578
+ # @return [Google::Apis::AdminReportsV1::Date]
579
+ attr_accessor :date_value
580
+
581
+ # Display name of the field
582
+ # Corresponds to the JSON property `displayName`
583
+ # @return [String]
584
+ attr_accessor :display_name
585
+
586
+ # Identifier of the field
587
+ # Corresponds to the JSON property `id`
588
+ # @return [String]
589
+ attr_accessor :id
590
+
591
+ # Setting an integer value.
592
+ # Corresponds to the JSON property `integerValue`
593
+ # @return [Fixnum]
594
+ attr_accessor :integer_value
595
+
596
+ # Setting a long text value.
597
+ # Corresponds to the JSON property `longTextValue`
598
+ # @return [String]
599
+ attr_accessor :long_text_value
600
+
601
+ # The reason why the label/field was applied.
602
+ # Corresponds to the JSON property `reason`
603
+ # @return [Google::Apis::AdminReportsV1::Reason]
604
+ attr_accessor :reason
605
+
606
+ # Setting a selection list value by selecting multiple values from a dropdown.
607
+ # Corresponds to the JSON property `selectionListValue`
608
+ # @return [Google::Apis::AdminReportsV1::FieldValueSelectionListValue]
609
+ attr_accessor :selection_list_value
610
+
611
+ # Setting a selection value by selecting a single value from a dropdown.
612
+ # Corresponds to the JSON property `selectionValue`
613
+ # @return [Google::Apis::AdminReportsV1::FieldValueSelectionValue]
614
+ attr_accessor :selection_value
615
+
616
+ # Setting a text list value.
617
+ # Corresponds to the JSON property `textListValue`
618
+ # @return [Google::Apis::AdminReportsV1::FieldValueTextListValue]
619
+ attr_accessor :text_list_value
620
+
621
+ # Setting a text value.
622
+ # Corresponds to the JSON property `textValue`
623
+ # @return [String]
624
+ attr_accessor :text_value
625
+
626
+ # Type of the field
627
+ # Corresponds to the JSON property `type`
628
+ # @return [String]
629
+ attr_accessor :type
630
+
631
+ # If the field is unset, this will be true.
632
+ # Corresponds to the JSON property `unsetValue`
633
+ # @return [Boolean]
634
+ attr_accessor :unset_value
635
+ alias_method :unset_value?, :unset_value
636
+
637
+ # Setting a user list value by selecting multiple users.
638
+ # Corresponds to the JSON property `userListValue`
639
+ # @return [Google::Apis::AdminReportsV1::FieldValueUserListValue]
640
+ attr_accessor :user_list_value
641
+
642
+ # Setting a user value by selecting a single user.
643
+ # Corresponds to the JSON property `userValue`
644
+ # @return [Google::Apis::AdminReportsV1::FieldValueUserValue]
645
+ attr_accessor :user_value
646
+
647
+ def initialize(**args)
648
+ update!(**args)
649
+ end
650
+
651
+ # Update properties of this object
652
+ def update!(**args)
653
+ @date_value = args[:date_value] if args.key?(:date_value)
654
+ @display_name = args[:display_name] if args.key?(:display_name)
655
+ @id = args[:id] if args.key?(:id)
656
+ @integer_value = args[:integer_value] if args.key?(:integer_value)
657
+ @long_text_value = args[:long_text_value] if args.key?(:long_text_value)
658
+ @reason = args[:reason] if args.key?(:reason)
659
+ @selection_list_value = args[:selection_list_value] if args.key?(:selection_list_value)
660
+ @selection_value = args[:selection_value] if args.key?(:selection_value)
661
+ @text_list_value = args[:text_list_value] if args.key?(:text_list_value)
662
+ @text_value = args[:text_value] if args.key?(:text_value)
663
+ @type = args[:type] if args.key?(:type)
664
+ @unset_value = args[:unset_value] if args.key?(:unset_value)
665
+ @user_list_value = args[:user_list_value] if args.key?(:user_list_value)
666
+ @user_value = args[:user_value] if args.key?(:user_value)
667
+ end
668
+ end
669
+
670
+ # Setting a selection list value by selecting multiple values from a dropdown.
671
+ class FieldValueSelectionListValue
672
+ include Google::Apis::Core::Hashable
673
+
674
+ # List of selections.
675
+ # Corresponds to the JSON property `values`
676
+ # @return [Array<Google::Apis::AdminReportsV1::FieldValueSelectionValue>]
677
+ attr_accessor :values
678
+
679
+ def initialize(**args)
680
+ update!(**args)
681
+ end
682
+
683
+ # Update properties of this object
684
+ def update!(**args)
685
+ @values = args[:values] if args.key?(:values)
686
+ end
687
+ end
688
+
689
+ # Setting a selection value by selecting a single value from a dropdown.
690
+ class FieldValueSelectionValue
691
+ include Google::Apis::Core::Hashable
692
+
693
+ # Whether the selection is badged.
694
+ # Corresponds to the JSON property `badged`
695
+ # @return [Boolean]
696
+ attr_accessor :badged
697
+ alias_method :badged?, :badged
698
+
699
+ # Display name of the selection.
700
+ # Corresponds to the JSON property `displayName`
701
+ # @return [String]
702
+ attr_accessor :display_name
703
+
704
+ # Identifier of the selection.
705
+ # Corresponds to the JSON property `id`
706
+ # @return [String]
707
+ attr_accessor :id
708
+
709
+ def initialize(**args)
710
+ update!(**args)
711
+ end
712
+
713
+ # Update properties of this object
714
+ def update!(**args)
715
+ @badged = args[:badged] if args.key?(:badged)
716
+ @display_name = args[:display_name] if args.key?(:display_name)
717
+ @id = args[:id] if args.key?(:id)
718
+ end
719
+ end
720
+
721
+ # Setting a text list value.
722
+ class FieldValueTextListValue
723
+ include Google::Apis::Core::Hashable
724
+
725
+ # List of text values.
726
+ # Corresponds to the JSON property `values`
727
+ # @return [Array<String>]
728
+ attr_accessor :values
729
+
730
+ def initialize(**args)
731
+ update!(**args)
732
+ end
733
+
734
+ # Update properties of this object
735
+ def update!(**args)
736
+ @values = args[:values] if args.key?(:values)
737
+ end
738
+ end
739
+
740
+ # Setting a user list value by selecting multiple users.
741
+ class FieldValueUserListValue
742
+ include Google::Apis::Core::Hashable
743
+
744
+ # List of users.
745
+ # Corresponds to the JSON property `values`
746
+ # @return [Array<Google::Apis::AdminReportsV1::FieldValueUserValue>]
747
+ attr_accessor :values
748
+
749
+ def initialize(**args)
750
+ update!(**args)
751
+ end
752
+
753
+ # Update properties of this object
754
+ def update!(**args)
755
+ @values = args[:values] if args.key?(:values)
756
+ end
757
+ end
758
+
759
+ # Setting a user value by selecting a single user.
760
+ class FieldValueUserValue
761
+ include Google::Apis::Core::Hashable
762
+
763
+ # Email of the user.
764
+ # Corresponds to the JSON property `email`
765
+ # @return [String]
766
+ attr_accessor :email
767
+
768
+ def initialize(**args)
769
+ update!(**args)
770
+ end
771
+
772
+ # Update properties of this object
773
+ def update!(**args)
774
+ @email = args[:email] if args.key?(:email)
775
+ end
776
+ end
777
+
434
778
  # JSON template for a parameter used in various reports.
435
779
  class NestedParameter
436
780
  include Google::Apis::Core::Hashable
@@ -487,6 +831,81 @@ module Google
487
831
  end
488
832
  end
489
833
 
834
+ # The reason why the label/field was applied.
835
+ class Reason
836
+ include Google::Apis::Core::Hashable
837
+
838
+ # The type of the reason.
839
+ # Corresponds to the JSON property `reasonType`
840
+ # @return [String]
841
+ attr_accessor :reason_type
842
+
843
+ def initialize(**args)
844
+ update!(**args)
845
+ end
846
+
847
+ # Update properties of this object
848
+ def update!(**args)
849
+ @reason_type = args[:reason_type] if args.key?(:reason_type)
850
+ end
851
+ end
852
+
853
+ # Details of the resource on which the action was performed.
854
+ class ResourceDetails
855
+ include Google::Apis::Core::Hashable
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
+ # List of labels applied on the resource
863
+ # Corresponds to the JSON property `appliedLabels`
864
+ # @return [Array<Google::Apis::AdminReportsV1::AppliedLabel>]
865
+ attr_accessor :applied_labels
866
+
867
+ # Identifier of the resource.
868
+ # Corresponds to the JSON property `id`
869
+ # @return [String]
870
+ attr_accessor :id
871
+
872
+ # Owner of the resource.
873
+ # Corresponds to the JSON property `ownerEmail`
874
+ # @return [String]
875
+ attr_accessor :owner_email
876
+
877
+ # Defines relationship of the resource to the events
878
+ # Corresponds to the JSON property `relation`
879
+ # @return [String]
880
+ attr_accessor :relation
881
+
882
+ # Title of the resource. For instance, in case of a drive document, this would
883
+ # be the title of the document. In case of an email, this would be the subject.
884
+ # Corresponds to the JSON property `title`
885
+ # @return [String]
886
+ attr_accessor :title
887
+
888
+ # Type of the resource - document, email, chat message
889
+ # Corresponds to the JSON property `type`
890
+ # @return [String]
891
+ attr_accessor :type
892
+
893
+ def initialize(**args)
894
+ update!(**args)
895
+ end
896
+
897
+ # Update properties of this object
898
+ def update!(**args)
899
+ @application_id = args[:application_id] if args.key?(:application_id)
900
+ @applied_labels = args[:applied_labels] if args.key?(:applied_labels)
901
+ @id = args[:id] if args.key?(:id)
902
+ @owner_email = args[:owner_email] if args.key?(:owner_email)
903
+ @relation = args[:relation] if args.key?(:relation)
904
+ @title = args[:title] if args.key?(:title)
905
+ @type = args[:type] if args.key?(:type)
906
+ end
907
+ end
908
+
490
909
  # JSON template for a usage report.
491
910
  class UsageReport
492
911
  include Google::Apis::Core::Hashable
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.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 = "20250304"
25
+ REVISION = "20250325"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,12 @@ module Google
33
33
 
34
34
  class Actor
35
35
  class Representation < Google::Apis::Core::JsonRepresentation; end
36
+
37
+ class ApplicationInfo
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
36
42
 
37
43
  include Google::Apis::Core::JsonObjectSupport
38
44
  end
@@ -70,18 +76,78 @@ module Google
70
76
  include Google::Apis::Core::JsonObjectSupport
71
77
  end
72
78
 
79
+ class AppliedLabel
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
73
85
  class Channel
74
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
87
 
76
88
  include Google::Apis::Core::JsonObjectSupport
77
89
  end
78
90
 
91
+ class Date
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class FieldValue
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class FieldValueSelectionListValue
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class FieldValueSelectionValue
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class FieldValueTextListValue
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class FieldValueUserListValue
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class FieldValueUserValue
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
79
133
  class NestedParameter
80
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
135
 
82
136
  include Google::Apis::Core::JsonObjectSupport
83
137
  end
84
138
 
139
+ class Reason
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ResourceDetails
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
85
151
  class UsageReport
86
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
87
153
 
@@ -142,16 +208,29 @@ module Google
142
208
  property :ip_address, as: 'ipAddress'
143
209
  property :kind, as: 'kind'
144
210
  property :owner_domain, as: 'ownerDomain'
211
+ collection :resource_details, as: 'resourceDetails', class: Google::Apis::AdminReportsV1::ResourceDetails, decorator: Google::Apis::AdminReportsV1::ResourceDetails::Representation
212
+
145
213
  end
146
214
 
147
215
  class Actor
148
216
  # @private
149
217
  class Representation < Google::Apis::Core::JsonRepresentation
218
+ property :application_info, as: 'applicationInfo', class: Google::Apis::AdminReportsV1::Activity::Actor::ApplicationInfo, decorator: Google::Apis::AdminReportsV1::Activity::Actor::ApplicationInfo::Representation
219
+
150
220
  property :caller_type, as: 'callerType'
151
221
  property :email, as: 'email'
152
222
  property :key, as: 'key'
153
223
  property :profile_id, as: 'profileId'
154
224
  end
225
+
226
+ class ApplicationInfo
227
+ # @private
228
+ class Representation < Google::Apis::Core::JsonRepresentation
229
+ property :application_name, as: 'applicationName'
230
+ property :impersonation, as: 'impersonation'
231
+ property :oauth_client_id, as: 'oauthClientId'
232
+ end
233
+ end
155
234
  end
156
235
 
157
236
  class Event
@@ -160,6 +239,7 @@ module Google
160
239
  property :name, as: 'name'
161
240
  collection :parameters, as: 'parameters', class: Google::Apis::AdminReportsV1::Activity::Event::Parameter, decorator: Google::Apis::AdminReportsV1::Activity::Event::Parameter::Representation
162
241
 
242
+ collection :resource_ids, as: 'resourceIds'
163
243
  property :type, as: 'type'
164
244
  end
165
245
 
@@ -208,6 +288,18 @@ module Google
208
288
  end
209
289
  end
210
290
 
291
+ class AppliedLabel
292
+ # @private
293
+ class Representation < Google::Apis::Core::JsonRepresentation
294
+ collection :field_values, as: 'fieldValues', class: Google::Apis::AdminReportsV1::FieldValue, decorator: Google::Apis::AdminReportsV1::FieldValue::Representation
295
+
296
+ property :id, as: 'id'
297
+ property :reason, as: 'reason', class: Google::Apis::AdminReportsV1::Reason, decorator: Google::Apis::AdminReportsV1::Reason::Representation
298
+
299
+ property :title, as: 'title'
300
+ end
301
+ end
302
+
211
303
  class Channel
212
304
  # @private
213
305
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -224,6 +316,81 @@ module Google
224
316
  end
225
317
  end
226
318
 
319
+ class Date
320
+ # @private
321
+ class Representation < Google::Apis::Core::JsonRepresentation
322
+ property :day, as: 'day'
323
+ property :month, as: 'month'
324
+ property :year, as: 'year'
325
+ end
326
+ end
327
+
328
+ class FieldValue
329
+ # @private
330
+ class Representation < Google::Apis::Core::JsonRepresentation
331
+ property :date_value, as: 'dateValue', class: Google::Apis::AdminReportsV1::Date, decorator: Google::Apis::AdminReportsV1::Date::Representation
332
+
333
+ property :display_name, as: 'displayName'
334
+ property :id, as: 'id'
335
+ property :integer_value, :numeric_string => true, as: 'integerValue'
336
+ property :long_text_value, as: 'longTextValue'
337
+ property :reason, as: 'reason', class: Google::Apis::AdminReportsV1::Reason, decorator: Google::Apis::AdminReportsV1::Reason::Representation
338
+
339
+ property :selection_list_value, as: 'selectionListValue', class: Google::Apis::AdminReportsV1::FieldValueSelectionListValue, decorator: Google::Apis::AdminReportsV1::FieldValueSelectionListValue::Representation
340
+
341
+ property :selection_value, as: 'selectionValue', class: Google::Apis::AdminReportsV1::FieldValueSelectionValue, decorator: Google::Apis::AdminReportsV1::FieldValueSelectionValue::Representation
342
+
343
+ property :text_list_value, as: 'textListValue', class: Google::Apis::AdminReportsV1::FieldValueTextListValue, decorator: Google::Apis::AdminReportsV1::FieldValueTextListValue::Representation
344
+
345
+ property :text_value, as: 'textValue'
346
+ property :type, as: 'type'
347
+ property :unset_value, as: 'unsetValue'
348
+ property :user_list_value, as: 'userListValue', class: Google::Apis::AdminReportsV1::FieldValueUserListValue, decorator: Google::Apis::AdminReportsV1::FieldValueUserListValue::Representation
349
+
350
+ property :user_value, as: 'userValue', class: Google::Apis::AdminReportsV1::FieldValueUserValue, decorator: Google::Apis::AdminReportsV1::FieldValueUserValue::Representation
351
+
352
+ end
353
+ end
354
+
355
+ class FieldValueSelectionListValue
356
+ # @private
357
+ class Representation < Google::Apis::Core::JsonRepresentation
358
+ collection :values, as: 'values', class: Google::Apis::AdminReportsV1::FieldValueSelectionValue, decorator: Google::Apis::AdminReportsV1::FieldValueSelectionValue::Representation
359
+
360
+ end
361
+ end
362
+
363
+ class FieldValueSelectionValue
364
+ # @private
365
+ class Representation < Google::Apis::Core::JsonRepresentation
366
+ property :badged, as: 'badged'
367
+ property :display_name, as: 'displayName'
368
+ property :id, as: 'id'
369
+ end
370
+ end
371
+
372
+ class FieldValueTextListValue
373
+ # @private
374
+ class Representation < Google::Apis::Core::JsonRepresentation
375
+ collection :values, as: 'values'
376
+ end
377
+ end
378
+
379
+ class FieldValueUserListValue
380
+ # @private
381
+ class Representation < Google::Apis::Core::JsonRepresentation
382
+ collection :values, as: 'values', class: Google::Apis::AdminReportsV1::FieldValueUserValue, decorator: Google::Apis::AdminReportsV1::FieldValueUserValue::Representation
383
+
384
+ end
385
+ end
386
+
387
+ class FieldValueUserValue
388
+ # @private
389
+ class Representation < Google::Apis::Core::JsonRepresentation
390
+ property :email, as: 'email'
391
+ end
392
+ end
393
+
227
394
  class NestedParameter
228
395
  # @private
229
396
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -237,6 +404,27 @@ module Google
237
404
  end
238
405
  end
239
406
 
407
+ class Reason
408
+ # @private
409
+ class Representation < Google::Apis::Core::JsonRepresentation
410
+ property :reason_type, as: 'reasonType'
411
+ end
412
+ end
413
+
414
+ class ResourceDetails
415
+ # @private
416
+ class Representation < Google::Apis::Core::JsonRepresentation
417
+ property :application_id, :numeric_string => true, as: 'applicationId'
418
+ collection :applied_labels, as: 'appliedLabels', class: Google::Apis::AdminReportsV1::AppliedLabel, decorator: Google::Apis::AdminReportsV1::AppliedLabel::Representation
419
+
420
+ property :id, as: 'id'
421
+ property :owner_email, as: 'ownerEmail'
422
+ property :relation, as: 'relation'
423
+ property :title, as: 'title'
424
+ property :type, as: 'type'
425
+ end
426
+ end
427
+
240
428
  class UsageReport
241
429
  # @private
242
430
  class Representation < Google::Apis::Core::JsonRepresentation
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.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-09 00:00:00.000000000 Z
10
+ date: 2025-03-30 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.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.24.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: