Interface PlanSummaryOrBuilder (2.25.2)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface PlanSummaryOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getIndexesUsed(int index)
publicabstractStructgetIndexesUsed(intindex)The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]
repeated .google.protobuf.Struct indexes_used = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Struct |
|
getIndexesUsedCount()
publicabstractintgetIndexesUsedCount()The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]
repeated .google.protobuf.Struct indexes_used = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIndexesUsedList()
publicabstractList<Struct>getIndexesUsedList()The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]
repeated .google.protobuf.Struct indexes_used = 1;
| Returns | |
|---|---|
| Type | Description |
List<Struct> |
|
getIndexesUsedOrBuilder(int index)
publicabstractStructOrBuildergetIndexesUsedOrBuilder(intindex)The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]
repeated .google.protobuf.Struct indexes_used = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getIndexesUsedOrBuilderList()
publicabstractList<?extendsStructOrBuilder>getIndexesUsedOrBuilderList()The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]
repeated .google.protobuf.Struct indexes_used = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.protobuf.StructOrBuilder> |
|