public static interface EventLogProto.SearchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFrom()
Return events where When is > From.
|
com.google.protobuf.ByteString |
getId()
required bytes id = 2; |
com.google.protobuf.ByteString |
getInstance()
required bytes instance = 1; |
long |
getTo()
Return events where When is <= To.
|
String |
getTopic()
Return events where Event.Topic == Topic, if Topic != "".
|
com.google.protobuf.ByteString |
getTopicBytes()
Return events where Event.Topic == Topic, if Topic != "".
|
boolean |
hasFrom()
Return events where When is > From.
|
boolean |
hasId()
required bytes id = 2; |
boolean |
hasInstance()
required bytes instance = 1; |
boolean |
hasTo()
Return events where When is <= To.
|
boolean |
hasTopic()
Return events where Event.Topic == Topic, if Topic != "".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstance()
required bytes instance = 1;com.google.protobuf.ByteString getInstance()
required bytes instance = 1;boolean hasId()
required bytes id = 2;com.google.protobuf.ByteString getId()
required bytes id = 2;boolean hasTopic()
Return events where Event.Topic == Topic, if Topic != "".
required string topic = 3;String getTopic()
Return events where Event.Topic == Topic, if Topic != "".
required string topic = 3;com.google.protobuf.ByteString getTopicBytes()
Return events where Event.Topic == Topic, if Topic != "".
required string topic = 3;boolean hasFrom()
Return events where When is > From.
required sint64 from = 4;long getFrom()
Return events where When is > From.
required sint64 from = 4;boolean hasTo()
Return events where When is <= To.
required sint64 to = 5;long getTo()
Return events where When is <= To.
required sint64 to = 5;Copyright © 2019. All rights reserved.