LogQuery |
LogQuery.batchSize(int batchSize) |
Sets the batch size.
|
LogQuery |
LogQuery.clone() |
Makes a copy of a provided LogQuery.
|
LogQuery |
LogQuery.endTimeMillis(long endTimeMillis) |
Sets the end time to a value in milliseconds.
|
LogQuery |
LogQuery.endTimeUsec(long endTimeUsec) |
Sets the end time to a value in microseconds.
|
LogQuery |
LogQuery.includeAppLogs(boolean includeAppLogs) |
Sets include application logs.
|
LogQuery |
LogQuery.includeIncomplete(boolean includeIncomplete) |
Sets include incomplete.
|
LogQuery |
LogQuery.majorVersionIds(List<String> versionIds) |
Sets the major version identifiers to query.
|
LogQuery |
LogQuery.minLogLevel(LogService.LogLevel minLogLevel) |
Sets the minimum log level.
|
LogQuery |
LogQuery.offset(String offset) |
Sets the offset.
|
LogQuery |
LogQuery.requestIds(List<String> requestIds) |
Sets the list of request ids to query.
|
LogQuery |
LogQuery.startTimeMillis(long startTimeMillis) |
Sets the start time to a value in milliseconds.
|
LogQuery |
LogQuery.startTimeUsec(long startTimeUsec) |
Sets the start time to a value in microseconds.
|
LogQuery |
LogQuery.versions(List<LogQuery.Version> versions) |
Restricts the query to log records for the specified module versions.
|
static LogQuery |
LogQuery.Builder.withBatchSize(int batchSize) |
Create a LogQuery with the given batch size.
|
static LogQuery |
LogQuery.Builder.withDefaults() |
Helper method for creating a LogQuery instance with
default values.
|
static LogQuery |
LogQuery.Builder.withEndTimeMillis(long endTimeMillis) |
Create a LogQuery with the given end time.
|
static LogQuery |
LogQuery.Builder.withEndTimeUsec(long endTimeUsec) |
Create a LogQuery with the given end time.
|
static LogQuery |
LogQuery.Builder.withIncludeAppLogs(boolean includeAppLogs) |
Create a LogQuery with include application logs set.
|
static LogQuery |
LogQuery.Builder.withIncludeIncomplete(boolean includeIncomplete) |
Create a LogQuery with the given include incomplete setting.
|
static LogQuery |
LogQuery.Builder.withMajorVersionIds(List<String> versionIds) |
Create a LogQuery with the given major version IDs.
|
static LogQuery |
LogQuery.Builder.withMinLogLevel(LogService.LogLevel minLogLevel) |
Create a LogQuery with the given minimum log level.
|
static LogQuery |
LogQuery.Builder.withOffset(String offset) |
Create a LogQuery with the given offset.
|
static LogQuery |
LogQuery.Builder.withRequestIds(List<String> requestIds) |
Create a LogQuery with the given request IDs.
|
static LogQuery |
LogQuery.Builder.withStartTimeMillis(long startTimeMillis) |
Create a LogQuery with the given start time.
|
static LogQuery |
LogQuery.Builder.withStartTimeUsec(long startTimeUsec) |
Create a LogQuery with the given start time.
|
static LogQuery |
LogQuery.Builder.withVersions(List<LogQuery.Version> versions) |
|