public interface SchemaKeySortingStrategyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOptions(int index)
public abstract SchemaKeySortingStrategy.Option getOptions(int index)
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()
public abstract int getOptionsCount()
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()
public abstract List<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)
public abstract SchemaKeySortingStrategy.OptionOrBuilder getOptionsOrBuilder(int index)
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()
public abstract List<? extends SchemaKeySortingStrategy.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> |