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: clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/ListLogEntriesRequest.java
+24-18Lines changed: 24 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,14 @@ public final class ListLogEntriesRequest extends com.google.api.client.json.Gene
31
31
32
32
/**
33
33
* Optional. A filter that chooses which log entries to return. For more information, see Logging
34
-
* query language (https://cloud.google.com/logging/docs/view/logging-query-language).Only log
35
-
* entries that match the filter are returned. An empty filter matches all log entries in the
36
-
* resources listed in resource_names. Referencing a parent resource that is not listed in
37
-
* resource_names will cause the filter to return no results. The maximum length of a filter is
38
-
* 20,000 characters.To make queries faster, you can make the filter more selective by using
39
-
* restrictions on indexed fields (https://cloud.google.com/logging/docs/view/logging-query-
Copy file name to clipboardExpand all lines: clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/TailLogEntriesRequest.java
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,10 @@ public final class TailLogEntriesRequest extends com.google.api.client.json.Gene
39
39
privateStringbufferWindow;
40
40
41
41
/**
42
-
* Optional. Only log entries that match the filter are returned. An empty filter matches all log
42
+
* Optional. A filter that chooses which log entries to return. For more information, see Logging
0 commit comments