Interface SchemaKeySortingStrategyOrBuilder (0.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface SchemaKeySortingStrategyOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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> |
|