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
time_range (Union[dict, ~google.cloud.errorreporting_v1beta1.types.QueryTimeRange]): [Optional] List data for the given time range.
224
-
If not set a default time range is used. The field time_range_begin
225
-
in the response will specify the beginning of this time range.
226
-
Only <code>ErrorGroupStats</code> with a non-zero count in the given time
227
-
range are returned, unless the request contains an explicit group_id list.
228
-
If a group_id list is given, also <code>ErrorGroupStats</code> with zero
229
-
occurrences are returned.
218
+
project_name (str): [Required] The resource name of the Google Cloud Platform project.
219
+
Written as projects/ plus the Google Cloud Platform project ID.
220
+
221
+
Example: projects/my-project-123.
222
+
time_range (Union[dict, ~google.cloud.errorreporting_v1beta1.types.QueryTimeRange]): [Optional] List data for the given time range. If not set a default time
223
+
range is used. The field time\_range\_begin in the response will specify
224
+
the beginning of this time range. Only ErrorGroupStats with a non-zero
225
+
count in the given time range are returned, unless the request contains
226
+
an explicit group\_id list. If a group\_id list is given, also
227
+
ErrorGroupStats with zero occurrences are returned.
228
+
230
229
If a dict is provided, it must be of the same form as the protobuf
group_id (list[str]): [Optional] List all <code>ErrorGroupStats</code> with these IDs.
233
-
service_filter (Union[dict, ~google.cloud.errorreporting_v1beta1.types.ServiceContextFilter]): [Optional] List only <code>ErrorGroupStats</code> which belong to a service
234
-
context that matches the filter.
235
-
Data for all service contexts is returned if this field is not specified.
231
+
group_id (list[str]): [Optional] List all ErrorGroupStats with these IDs.
232
+
service_filter (Union[dict, ~google.cloud.errorreporting_v1beta1.types.ServiceContextFilter]): [Optional] List only ErrorGroupStats which belong to a service context
233
+
that matches the filter. Data for all service contexts is returned if
234
+
this field is not specified.
235
+
236
236
If a dict is provided, it must be of the same form as the protobuf
timed_count_duration (Union[dict, ~google.cloud.errorreporting_v1beta1.types.Duration]): [Optional] The preferred duration for a single returned ``TimedCount``.
239
239
If not set, no timed counts are returned.
240
+
240
241
If a dict is provided, it must be of the same form as the protobuf
project_name (str): [Required] The resource name of the Google Cloud Platform project.
353
+
Written as ``projects/`` plus the `Google Cloud Platform project
354
+
ID <https://support.google.com/cloud/answer/6158840>`__. Example:
355
+
``projects/my-project-123``.
355
356
group_id (str): [Required] The group for which events shall be returned.
356
357
service_filter (Union[dict, ~google.cloud.errorreporting_v1beta1.types.ServiceContextFilter]): [Optional] List only ErrorGroups which belong to a service context that
357
-
matches the filter.
358
-
Data for all service contexts is returned if this field is not specified.
358
+
matches the filter. Data for all service contexts is returned if this
359
+
field is not specified.
360
+
359
361
If a dict is provided, it must be of the same form as the protobuf
time_range (Union[dict, ~google.cloud.errorreporting_v1beta1.types.QueryTimeRange]): [Optional] List only data for the given time range.
362
-
If not set a default time range is used. The field time_range_begin
363
-
in the response will specify the beginning of this time range.
363
+
time_range (Union[dict, ~google.cloud.errorreporting_v1beta1.types.QueryTimeRange]): [Optional] List only data for the given time range. If not set a default
364
+
time range is used. The field time\_range\_begin in the response will
365
+
specify the beginning of this time range.
366
+
364
367
If a dict is provided, it must be of the same form as the protobuf
Copy file name to clipboardExpand all lines: error_reporting/google/cloud/errorreporting_v1beta1/gapic/transports/report_errors_service_grpc_transport.py
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -98,13 +98,6 @@ def report_error_event(self):
98
98
99
99
Report an individual error event.
100
100
101
-
This endpoint accepts <strong>either</strong> an OAuth token,
0 commit comments