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
+18-24Lines changed: 18 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,12 @@ 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
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
+15-18Lines changed: 15 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,11 @@ public final class TailLogEntriesRequest extends com.google.api.client.json.Gene
40
40
41
41
/**
42
42
* Optional. A filter that chooses which log entries to return. For more information, see Logging
Copy file name to clipboardExpand all lines: clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/WriteLogEntriesRequest.java
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,13 @@ public final class WriteLogEntriesRequest extends com.google.api.client.json.Gen
47
47
* supplied values are chosen so that, among the log entries that did not supply their own values,
48
48
* the entries earlier in the list will sort before the entries later in the list. See the
49
49
* entries.list method.Log entries with timestamps that are more than the logs retention period
50
-
* (https://cloud.google.com/logging/quotas) in the past or more than 24 hours in the future will
51
-
* not be available when calling entries.list. However, those log entries can still be exported
52
-
* with LogSinks (https://cloud.google.com/logging/docs/api/tasks/exporting-logs).To improve
53
-
* throughput and to avoid exceeding the quota limit (https://cloud.google.com/logging/quotas) for
54
-
* calls to entries.write, you should try to include several log entries in this list, rather than
55
-
* calling this method for each individual log entry.
50
+
* (https://docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the future
51
+
* will not be available when calling entries.list. However, those log entries can still be
52
+
* exported with LogSinks (https://docs.cloud.google.com/logging/docs/routing/overview).To improve
53
+
* throughput and to avoid exceeding the quota limit
54
+
* (https://docs.cloud.google.com/logging/quotas) for calls to entries.write, you should try to
55
+
* include several log entries in this list, rather than calling this method for each individual
56
+
* log entry.
56
57
* The value may be {@code null}.
57
58
*/
58
59
@com.google.api.client.util.Key
@@ -139,12 +140,13 @@ public WriteLogEntriesRequest setDryRun(java.lang.Boolean dryRun) {
139
140
* supplied values are chosen so that, among the log entries that did not supply their own values,
140
141
* the entries earlier in the list will sort before the entries later in the list. See the
141
142
* entries.list method.Log entries with timestamps that are more than the logs retention period
142
-
* (https://cloud.google.com/logging/quotas) in the past or more than 24 hours in the future will
143
-
* not be available when calling entries.list. However, those log entries can still be exported
144
-
* with LogSinks (https://cloud.google.com/logging/docs/api/tasks/exporting-logs).To improve
145
-
* throughput and to avoid exceeding the quota limit (https://cloud.google.com/logging/quotas) for
146
-
* calls to entries.write, you should try to include several log entries in this list, rather than
147
-
* calling this method for each individual log entry.
143
+
* (https://docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the future
144
+
* will not be available when calling entries.list. However, those log entries can still be
145
+
* exported with LogSinks (https://docs.cloud.google.com/logging/docs/routing/overview).To improve
146
+
* throughput and to avoid exceeding the quota limit
147
+
* (https://docs.cloud.google.com/logging/quotas) for calls to entries.write, you should try to
148
+
* include several log entries in this list, rather than calling this method for each individual
149
+
* log entry.
148
150
* @return value or {@code null} for none
149
151
*/
150
152
publicjava.util.List<LogEntry> getEntries() {
@@ -160,12 +162,13 @@ public java.util.List<LogEntry> getEntries() {
160
162
* supplied values are chosen so that, among the log entries that did not supply their own values,
161
163
* the entries earlier in the list will sort before the entries later in the list. See the
162
164
* entries.list method.Log entries with timestamps that are more than the logs retention period
163
-
* (https://cloud.google.com/logging/quotas) in the past or more than 24 hours in the future will
164
-
* not be available when calling entries.list. However, those log entries can still be exported
165
-
* with LogSinks (https://cloud.google.com/logging/docs/api/tasks/exporting-logs).To improve
166
-
* throughput and to avoid exceeding the quota limit (https://cloud.google.com/logging/quotas) for
167
-
* calls to entries.write, you should try to include several log entries in this list, rather than
168
-
* calling this method for each individual log entry.
165
+
* (https://docs.cloud.google.com/logging/quotas) in the past or more than 24 hours in the future
166
+
* will not be available when calling entries.list. However, those log entries can still be
167
+
* exported with LogSinks (https://docs.cloud.google.com/logging/docs/routing/overview).To improve
168
+
* throughput and to avoid exceeding the quota limit
169
+
* (https://docs.cloud.google.com/logging/quotas) for calls to entries.write, you should try to
170
+
* include several log entries in this list, rather than calling this method for each individual
0 commit comments