You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/admin_reports_v1.activities.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ <h3>Method Details</h3>
121
121
chrome - The Chrome activity reports return information about Chrome browser and Chrome OS events.
122
122
data_studio - The Data Studio activity reports return information about various types of Data Studio activity events.
123
123
keep - The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers.
124
+
vault - The Vault activity reports return information about various types of Vault activity events.
124
125
actorIpAddress: string, The Internet Protocol (IP) Address of host where the event was performed. This is an additional way to filter a report's summary using the IP address of the user whose activity is being reported. This IP address may or may not reflect the user's physical location. For example, the IP address can be the user's proxy server's address or a virtual private network (VPN) address. This parameter supports both IPv4 and IPv6 address versions.
125
126
customerId: string, The unique ID of the customer to retrieve data for.
126
127
endTime: string, Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API's request for a report*: When the API created and retrieved the report. - *Report's start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report's end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past.
Copy file name to clipboardExpand all lines: docs/dyn/androidmanagement_v1.enterprises.devices.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -295,8 +295,8 @@ <h3>Method Details</h3>
295
295
"lastPolicySyncTime": "A String", # The last time the device fetched its policy.
296
296
"lastStatusReportTime": "A String", # The last time the device sent a status report.
297
297
"managementMode": "A String", # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
298
-
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.
299
-
{ # An event related to memory and storage measurements.
298
+
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.Events are retained for a certain period of time and old events are deleted.
299
+
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
300
300
"byteCount": "A String", # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
301
301
"createTime": "A String", # The creation time of the event.
"lastPolicySyncTime": "A String", # The last time the device fetched its policy.
661
661
"lastStatusReportTime": "A String", # The last time the device sent a status report.
662
662
"managementMode": "A String", # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
663
-
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.
664
-
{ # An event related to memory and storage measurements.
663
+
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.Events are retained for a certain period of time and old events are deleted.
664
+
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
665
665
"byteCount": "A String", # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
666
666
"createTime": "A String", # The creation time of the event.
"lastPolicySyncTime": "A String", # The last time the device fetched its policy.
937
937
"lastStatusReportTime": "A String", # The last time the device sent a status report.
938
938
"managementMode": "A String", # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
939
-
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.
940
-
{ # An event related to memory and storage measurements.
939
+
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.Events are retained for a certain period of time and old events are deleted.
940
+
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
941
941
"byteCount": "A String", # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
942
942
"createTime": "A String", # The creation time of the event.
"lastPolicySyncTime": "A String", # The last time the device fetched its policy.
1195
1195
"lastStatusReportTime": "A String", # The last time the device sent a status report.
1196
1196
"managementMode": "A String", # The type of management mode Android Device Policy takes on the device. This influences which policy settings are supported.
1197
-
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.
1198
-
{ # An event related to memory and storage measurements.
1197
+
"memoryEvents": [ # Events related to memory and storage measurements in chronological order. This information is only available if memoryInfoEnabled is true in the device's policy.Events are retained for a certain period of time and old events are deleted.
1198
+
{ # An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.
1199
1199
"byteCount": "A String", # The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
1200
1200
"createTime": "A String", # The creation time of the event.
<pclass="firstline">Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.</p>
<pclass="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
<pre>Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
122
-
123
-
Args:
124
-
name: string, The name of the operation resource to be deleted. (required)
125
-
x__xgafv: string, V1 error format.
126
-
Allowed values
127
-
1 - v1 error format
128
-
2 - v2 error format
129
-
130
-
Returns:
131
-
An object of the form:
132
-
133
-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
<pre>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
0 commit comments