public interface IntersectRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAscending()
optional bool ascending = 7; |
int |
getCount()
optional int32 count = 6; |
long |
getMax()
optional int64 max = 4; |
long |
getMin()
optional int64 min = 3; |
String |
getNamespace()
optional string namespace = 1; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 1; |
String |
getSets(int index)
repeated string sets = 2; |
com.google.protobuf.ByteString |
getSetsBytes(int index)
repeated string sets = 2; |
int |
getSetsCount()
repeated string sets = 2; |
List<String> |
getSetsList()
repeated string sets = 2; |
int |
getStart()
optional int32 start = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNamespace()
optional string namespace = 1;com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 1;int getSetsCount()
repeated string sets = 2;String getSets(int index)
repeated string sets = 2;com.google.protobuf.ByteString getSetsBytes(int index)
repeated string sets = 2;long getMin()
optional int64 min = 3;long getMax()
optional int64 max = 4;int getStart()
optional int32 start = 5;int getCount()
optional int32 count = 6;boolean getAscending()
optional bool ascending = 7;Copyright © 2021. All rights reserved.