public interface QueryEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getLiveEvents()
optional bool live_events = 3; |
long |
getNumberOfPermits()
optional int64 number_of_permits = 2; |
String |
getQuery()
optional string query = 1; |
com.google.protobuf.ByteString |
getQueryBytes()
optional string query = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getQuery()
optional string query = 1;
com.google.protobuf.ByteString getQueryBytes()
optional string query = 1;
long getNumberOfPermits()
optional int64 number_of_permits = 2;
boolean getLiveEvents()
optional bool live_events = 3;
Copyright © 2010–2018. All rights reserved.