public static interface Diagnosticspb.SearchLogRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTime()
int64 end_time = 2; |
Diagnosticspb.LogLevel |
getLevels(int index)
repeated .diagnosticspb.LogLevel levels = 3; |
int |
getLevelsCount()
repeated .diagnosticspb.LogLevel levels = 3; |
List<Diagnosticspb.LogLevel> |
getLevelsList()
repeated .diagnosticspb.LogLevel levels = 3; |
int |
getLevelsValue(int index)
repeated .diagnosticspb.LogLevel levels = 3; |
List<Integer> |
getLevelsValueList()
repeated .diagnosticspb.LogLevel levels = 3; |
String |
getPatterns(int index)
We use a string array to represent multiple CNF pattern sceniaor like:
SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because
Golang and Rust don't support perl-like (?=re1)(?=re2)
|
com.google.protobuf.ByteString |
getPatternsBytes(int index)
We use a string array to represent multiple CNF pattern sceniaor like:
SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because
Golang and Rust don't support perl-like (?=re1)(?=re2)
|
int |
getPatternsCount()
We use a string array to represent multiple CNF pattern sceniaor like:
SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because
Golang and Rust don't support perl-like (?=re1)(?=re2)
|
List<String> |
getPatternsList()
We use a string array to represent multiple CNF pattern sceniaor like:
SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because
Golang and Rust don't support perl-like (?=re1)(?=re2)
|
long |
getStartTime()
int64 start_time = 1; |
Diagnosticspb.SearchLogRequest.Target |
getTarget()
.diagnosticspb.SearchLogRequest.Target target = 5; |
int |
getTargetValue()
.diagnosticspb.SearchLogRequest.Target target = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStartTime()
int64 start_time = 1;long getEndTime()
int64 end_time = 2;List<Diagnosticspb.LogLevel> getLevelsList()
repeated .diagnosticspb.LogLevel levels = 3;int getLevelsCount()
repeated .diagnosticspb.LogLevel levels = 3;Diagnosticspb.LogLevel getLevels(int index)
repeated .diagnosticspb.LogLevel levels = 3;index - The index of the element to return.List<Integer> getLevelsValueList()
repeated .diagnosticspb.LogLevel levels = 3;int getLevelsValue(int index)
repeated .diagnosticspb.LogLevel levels = 3;index - The index of the value to return.List<String> getPatternsList()
We use a string array to represent multiple CNF pattern sceniaor like: SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because Golang and Rust don't support perl-like (?=re1)(?=re2)
repeated string patterns = 4;int getPatternsCount()
We use a string array to represent multiple CNF pattern sceniaor like: SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because Golang and Rust don't support perl-like (?=re1)(?=re2)
repeated string patterns = 4;String getPatterns(int index)
We use a string array to represent multiple CNF pattern sceniaor like: SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because Golang and Rust don't support perl-like (?=re1)(?=re2)
repeated string patterns = 4;index - The index of the element to return.com.google.protobuf.ByteString getPatternsBytes(int index)
We use a string array to represent multiple CNF pattern sceniaor like: SELECT * FROM t WHERE c LIKE '%s%' and c REGEXP '.*a.*' because Golang and Rust don't support perl-like (?=re1)(?=re2)
repeated string patterns = 4;index - The index of the value to return.int getTargetValue()
.diagnosticspb.SearchLogRequest.Target target = 5;Diagnosticspb.SearchLogRequest.Target getTarget()
.diagnosticspb.SearchLogRequest.Target target = 5;Copyright © 2025 PingCAP. All rights reserved.