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: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,6 @@ <h3>Method Details</h3>
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
124
vault - The Vault activity reports return information about various types of Vault activity events.
125
-
gemini_for_workspace - The Gemini for Workspace app's activity reports return information about various types of Gemini activity events.
126
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.
127
126
customerId: string, The unique ID of the customer to retrieve data for.
128
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.
<pre>Exposes an OpenAI-compatible endpoint for chat completions.
92
+
93
+
Args:
94
+
endpoint: string, Required. The name of the endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` (required)
95
+
body: object, The request body.
96
+
The object takes the form of:
97
+
98
+
{ # Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.
99
+
"contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body.
100
+
"data": "A String", # The HTTP request/response body as raw binary.
101
+
"extensions": [ # Application specific response metadata. Must be set in the first response for streaming APIs.
102
+
{
103
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
104
+
},
105
+
],
106
+
}
107
+
108
+
x__xgafv: string, V1 error format.
109
+
Allowed values
110
+
1 - v1 error format
111
+
2 - v2 error format
112
+
113
+
Returns:
114
+
An object of the form:
115
+
116
+
{ # Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.
117
+
"contentType": "A String", # The HTTP Content-Type header value specifying the content type of the body.
118
+
"data": "A String", # The HTTP request/response body as raw binary.
119
+
"extensions": [ # Application specific response metadata. Must be set in the first response for streaming APIs.
120
+
{
121
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
0 commit comments