google-apis-admin_reports_v1 0.1.0 → 0.2.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d16f4a741a49ddd1775b22fe55f47c6e8611679556a5f619433fa1eb54039ab
|
|
4
|
+
data.tar.gz: 89b8807a5e83bafd721908a7558af763e3ea2fee2f6ebaee85e1465ffe44f19a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04eceb3d3bb5970f8e40b09ad8fe7130668c3b8a2dfe7e53675ae1e0f537e23a9c34ae9db066ed88b6828b7637eb2d4026fe9167e17615855fdbe327916c494d
|
|
7
|
+
data.tar.gz: b8b7c1b60652458eb4c30cab6c875da5a9b3fb0bed047ae62bba71237db44e8ca423cabd9ed734a5e98be706c0fd1a120214f1b1890901e17302342ccc8d0455
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-admin_reports_v1
|
|
2
2
|
|
|
3
|
+
### v0.2.0 (2021-03-04)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210302
|
|
6
|
+
* Regenerated using generator version 0.1.2
|
|
7
|
+
|
|
3
8
|
### v0.1.0 (2021-01-07)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.1.1
|
|
@@ -86,10 +86,10 @@ module Google
|
|
|
86
86
|
attr_accessor :id
|
|
87
87
|
|
|
88
88
|
# IP address of the user doing the action. This is the Internet Protocol (IP)
|
|
89
|
-
# address of the user when logging into
|
|
90
|
-
# user's physical location. For example, the IP address can be the
|
|
91
|
-
# server's address or a virtual private network (VPN) address. The
|
|
92
|
-
# IPv4 and IPv6.
|
|
89
|
+
# address of the user when logging into Google Workspace, which may or may not
|
|
90
|
+
# reflect the user's physical location. For example, the IP address can be the
|
|
91
|
+
# user's proxy server's address or a virtual private network (VPN) address. The
|
|
92
|
+
# API supports IPv4 and IPv6.
|
|
93
93
|
# Corresponds to the JSON property `ipAddress`
|
|
94
94
|
# @return [String]
|
|
95
95
|
attr_accessor :ip_address
|
|
@@ -142,8 +142,8 @@ module Google
|
|
|
142
142
|
# @return [String]
|
|
143
143
|
attr_accessor :key
|
|
144
144
|
|
|
145
|
-
# The unique
|
|
146
|
-
# a
|
|
145
|
+
# The unique Google Workspace profile ID of the actor. May be absent if the
|
|
146
|
+
# actor is not a Google Workspace user.
|
|
147
147
|
# Corresponds to the JSON property `profileId`
|
|
148
148
|
# @return [String]
|
|
149
149
|
attr_accessor :profile_id
|
|
@@ -166,8 +166,8 @@ module Google
|
|
|
166
166
|
include Google::Apis::Core::Hashable
|
|
167
167
|
|
|
168
168
|
# Name of the event. This is the specific name of the activity reported by the
|
|
169
|
-
# API. And each `eventName` is related to a specific
|
|
170
|
-
# which the API organizes into types of events. For `eventName` request
|
|
169
|
+
# API. And each `eventName` is related to a specific Google Workspace service or
|
|
170
|
+
# feature which the API organizes into types of events. For `eventName` request
|
|
171
171
|
# parameters in general: - If no `eventName` is given, the report returns all
|
|
172
172
|
# possible instances of an `eventName`. - When you request an `eventName`, the
|
|
173
173
|
# API's response returns all activities which contain that `eventName`. It is
|
|
@@ -186,10 +186,10 @@ module Google
|
|
|
186
186
|
# @return [Array<Google::Apis::AdminReportsV1::Activity::Event::Parameter>]
|
|
187
187
|
attr_accessor :parameters
|
|
188
188
|
|
|
189
|
-
# Type of event. The
|
|
190
|
-
# identified in the `type` property which identifies an event using
|
|
191
|
-
# eventName` property. For a full list of the API's `type` categories, see
|
|
192
|
-
# list of event names for various applications above in `applicationName`.
|
|
189
|
+
# Type of event. The Google Workspace service or feature that an administrator
|
|
190
|
+
# changes is identified in the `type` property which identifies an event using
|
|
191
|
+
# the `eventName` property. For a full list of the API's `type` categories, see
|
|
192
|
+
# the list of event names for various applications above in `applicationName`.
|
|
193
193
|
# Corresponds to the JSON property `type`
|
|
194
194
|
# @return [String]
|
|
195
195
|
attr_accessor :type
|
|
@@ -322,7 +322,7 @@ module Google
|
|
|
322
322
|
# @return [String]
|
|
323
323
|
attr_accessor :application_name
|
|
324
324
|
|
|
325
|
-
# The unique identifier for a
|
|
325
|
+
# The unique identifier for a Google Workspace account.
|
|
326
326
|
# Corresponds to the JSON property `customerId`
|
|
327
327
|
# @return [String]
|
|
328
328
|
attr_accessor :customer_id
|
|
@@ -546,7 +546,7 @@ module Google
|
|
|
546
546
|
# @return [String]
|
|
547
547
|
attr_accessor :entity_id
|
|
548
548
|
|
|
549
|
-
# Output only. The user's immutable
|
|
549
|
+
# Output only. The user's immutable Google Workspace profile identifier.
|
|
550
550
|
# Corresponds to the JSON property `profileId`
|
|
551
551
|
# @return [String]
|
|
552
552
|
attr_accessor :profile_id
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.1.
|
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210302"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -58,8 +58,8 @@ module Google
|
|
|
58
58
|
# parameters, see the activity parameters reference guides.
|
|
59
59
|
# @param [String] user_key
|
|
60
60
|
# Represents the profile ID or the user email for which the data should be
|
|
61
|
-
# filtered. Can be `all` for all information, or `userKey` for a user's unique
|
|
62
|
-
#
|
|
61
|
+
# filtered. Can be `all` for all information, or `userKey` for a user's unique
|
|
62
|
+
# Google Workspace profile ID or their primary email address.
|
|
63
63
|
# @param [String] application_name
|
|
64
64
|
# Application name for which the events are to be retrieved.
|
|
65
65
|
# @param [String] actor_ip_address
|
|
@@ -87,8 +87,8 @@ module Google
|
|
|
87
87
|
# 180 days in the past.
|
|
88
88
|
# @param [String] event_name
|
|
89
89
|
# The name of the event being queried by the API. Each `eventName` is related to
|
|
90
|
-
# a specific
|
|
91
|
-
# events. An example is the Google Calendar events in the Admin console
|
|
90
|
+
# a specific Google Workspace service or feature which the API organizes into
|
|
91
|
+
# types of events. An example is the Google Calendar events in the Admin console
|
|
92
92
|
# application's reports. The Calendar Settings `type` structure has all of the
|
|
93
93
|
# Calendar `eventName` activities reported by the API. When an administrator
|
|
94
94
|
# changes a Calendar setting, the API reports this activity in the Calendar
|
|
@@ -192,8 +192,8 @@ module Google
|
|
|
192
192
|
# see Receiving Push Notifications.
|
|
193
193
|
# @param [String] user_key
|
|
194
194
|
# Represents the profile ID or the user email for which the data should be
|
|
195
|
-
# filtered. Can be `all` for all information, or `userKey` for a user's unique
|
|
196
|
-
#
|
|
195
|
+
# filtered. Can be `all` for all information, or `userKey` for a user's unique
|
|
196
|
+
# Google Workspace profile ID or their primary email address.
|
|
197
197
|
# @param [String] application_name
|
|
198
198
|
# Application name for which the events are to be retrieved.
|
|
199
199
|
# @param [Google::Apis::AdminReportsV1::Channel] channel_object
|
|
@@ -222,8 +222,8 @@ module Google
|
|
|
222
222
|
# 180 days in the past.
|
|
223
223
|
# @param [String] event_name
|
|
224
224
|
# The name of the event being queried by the API. Each `eventName` is related to
|
|
225
|
-
# a specific
|
|
226
|
-
# events. An example is the Google Calendar events in the Admin console
|
|
225
|
+
# a specific Google Workspace service or feature which the API organizes into
|
|
226
|
+
# types of events. An example is the Google Calendar events in the Admin console
|
|
227
227
|
# application's reports. The Calendar Settings `type` structure has all of the
|
|
228
228
|
# Calendar `eventName` activities reported by the API. When an administrator
|
|
229
229
|
# changes a Calendar setting, the API reports this activity in the Calendar
|
|
@@ -503,8 +503,8 @@ module Google
|
|
|
503
503
|
# Usage parameters reference guides.
|
|
504
504
|
# @param [String] user_key
|
|
505
505
|
# Represents the profile ID or the user email for which the data should be
|
|
506
|
-
# filtered. Can be `all` for all information, or `userKey` for a user's unique
|
|
507
|
-
#
|
|
506
|
+
# filtered. Can be `all` for all information, or `userKey` for a user's unique
|
|
507
|
+
# Google Workspace profile ID or their primary email address.
|
|
508
508
|
# @param [String] date
|
|
509
509
|
# Represents the date the usage occurred. The timestamp is in the ISO 8601
|
|
510
510
|
# format, yyyy-mm-dd. We recommend you use your account's time zone for this.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-admin_reports_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_reports_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.2.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_reports_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: '2.
|
|
65
|
+
version: '2.5'
|
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.2.13
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Admin SDK API ReportsV1
|