Interface PlanSummaryOrBuilder (2.25.2)

publicinterface PlanSummaryOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.