Interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.ReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Reference,WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.Reference.Builder
- Enclosing class:
- WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation
public static interface WeaviateProtoAggregate.AggregateReply.Aggregations.Aggregation.ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPointingTo(int index) protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDcom.google.protobuf.ByteStringgetPointingToBytes(int index) protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDintprotolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDprotolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDgetType()optional string type = 1;com.google.protobuf.ByteStringoptional string type = 1;booleanhasType()optional string type = 1;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
-
hasType
boolean hasType()optional string type = 1;- Returns:
- Whether the type field is set.
-
getType
String getType()optional string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()optional string type = 1;- Returns:
- The bytes for type.
-
getPointingToList
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string pointing_to = 2;- Returns:
- A list containing the pointingTo.
-
getPointingToCount
int getPointingToCount()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string pointing_to = 2;- Returns:
- The count of pointingTo.
-
getPointingTo
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string pointing_to = 2;- Parameters:
index- The index of the element to return.- Returns:
- The pointingTo at the given index.
-
getPointingToBytes
com.google.protobuf.ByteString getPointingToBytes(int index) protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string pointing_to = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the pointingTo at the given index.
-