Interface ComplexQueryOptionsProto.AnnotationQueryOptionsPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComplexQueryOptionsProto.AnnotationQueryOptionsPB,ComplexQueryOptionsProto.AnnotationQueryOptionsPB.Builder
- Enclosing class:
- ComplexQueryOptionsProto
public static interface ComplexQueryOptionsProto.AnnotationQueryOptionsPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, .common.protobuf.GenericObjectPB> extendedProperties = 2;Deprecated.intmap<string, .common.protobuf.GenericObjectPB> extendedProperties = 2;map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2;getExtendedPropertiesOrDefault(String key, GenericObjectProto.GenericObjectPB defaultValue) map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2;map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2;getKeys(int index) repeated .common.protobuf.AnnotationQueryKeyPB keys = 5;intrepeated .common.protobuf.AnnotationQueryKeyPB keys = 5;repeated .common.protobuf.AnnotationQueryKeyPB keys = 5;getKeysOrBuilder(int index) repeated .common.protobuf.AnnotationQueryKeyPB keys = 5;repeated .common.protobuf.AnnotationQueryKeyPB keys = 5;intoptional int32 returnSize = 3;optional .common.protobuf.TimeRangePB timeRange = 1;optional .common.protobuf.TimeRangePB timeRange = 1;.common.protobuf.TypeFilterPB typeFilter = 4;.common.protobuf.TypeFilterPB typeFilter = 4;booleanoptional int32 returnSize = 3;booleanoptional .common.protobuf.TimeRangePB timeRange = 1;boolean.common.protobuf.TypeFilterPB typeFilter = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTimeRange
boolean hasTimeRange()optional .common.protobuf.TimeRangePB timeRange = 1;- Returns:
- Whether the timeRange field is set.
-
getTimeRange
TimeRangeProto.TimeRangePB getTimeRange()optional .common.protobuf.TimeRangePB timeRange = 1;- Returns:
- The timeRange.
-
getTimeRangeOrBuilder
TimeRangeProto.TimeRangePBOrBuilder getTimeRangeOrBuilder()optional .common.protobuf.TimeRangePB timeRange = 1; -
getExtendedPropertiesCount
int getExtendedPropertiesCount()map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2; -
containsExtendedProperties
map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2; -
getExtendedProperties
Deprecated.UsegetExtendedPropertiesMap()instead. -
getExtendedPropertiesMap
Map<String,GenericObjectProto.GenericObjectPB> getExtendedPropertiesMap()map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2; -
getExtendedPropertiesOrDefault
GenericObjectProto.GenericObjectPB getExtendedPropertiesOrDefault(String key, GenericObjectProto.GenericObjectPB defaultValue) map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2; -
getExtendedPropertiesOrThrow
map<string, .common.protobuf.GenericObjectPB> extendedProperties = 2; -
hasReturnSize
boolean hasReturnSize()optional int32 returnSize = 3;- Returns:
- Whether the returnSize field is set.
-
getReturnSize
int getReturnSize()optional int32 returnSize = 3;- Returns:
- The returnSize.
-
hasTypeFilter
boolean hasTypeFilter().common.protobuf.TypeFilterPB typeFilter = 4;- Returns:
- Whether the typeFilter field is set.
-
getTypeFilter
TypeFilterProto.TypeFilterPB getTypeFilter().common.protobuf.TypeFilterPB typeFilter = 4;- Returns:
- The typeFilter.
-
getTypeFilterOrBuilder
TypeFilterProto.TypeFilterPBOrBuilder getTypeFilterOrBuilder().common.protobuf.TypeFilterPB typeFilter = 4; -
getKeysList
List<ComplexQueryKeysProto.AnnotationQueryKeyPB> getKeysList()repeated .common.protobuf.AnnotationQueryKeyPB keys = 5; -
getKeys
repeated .common.protobuf.AnnotationQueryKeyPB keys = 5; -
getKeysCount
int getKeysCount()repeated .common.protobuf.AnnotationQueryKeyPB keys = 5; -
getKeysOrBuilderList
List<? extends ComplexQueryKeysProto.AnnotationQueryKeyPBOrBuilder> getKeysOrBuilderList()repeated .common.protobuf.AnnotationQueryKeyPB keys = 5; -
getKeysOrBuilder
repeated .common.protobuf.AnnotationQueryKeyPB keys = 5;
-