Interface SchemaKeySortingStrategyOrBuilder (0.32.0)

publicinterface SchemaKeySortingStrategyOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getOptions(int index)

publicabstractSchemaKeySortingStrategy.OptiongetOptions(intindex)

Options in the front have high priority than those in the back.

repeated .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option options = 1;

Parameter
Name Description
index int
Returns
Type Description
SchemaKeySortingStrategy.Option

getOptionsCount()

publicabstractintgetOptionsCount()

Options in the front have high priority than those in the back.

repeated .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option options = 1;

Returns
Type Description
int

getOptionsList()

publicabstractList<SchemaKeySortingStrategy.Option>getOptionsList()

Options in the front have high priority than those in the back.

repeated .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option options = 1;

Returns
Type Description
List<Option>

getOptionsOrBuilder(int index)

publicabstractSchemaKeySortingStrategy.OptionOrBuildergetOptionsOrBuilder(intindex)

Options in the front have high priority than those in the back.

repeated .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option options = 1;

Parameter
Name Description
index int
Returns
Type Description
SchemaKeySortingStrategy.OptionOrBuilder

getOptionsOrBuilderList()

publicabstractList<?extendsSchemaKeySortingStrategy.OptionOrBuilder>getOptionsOrBuilderList()

Options in the front have high priority than those in the back.

repeated .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option options = 1;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.SchemaKeySortingStrategy.OptionOrBuilder>

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年10月30日 UTC.