public final class SchemaKeySortingStrategy extends GeneratedMessageV3 implements SchemaKeySortingStrategyOrBuilder
A strategy to specify how to sort by data schema key.
Protobuf type google.cloud.visionai.v1.SchemaKeySortingStrategy
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
OPTIONS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SchemaKeySortingStrategy getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SchemaKeySortingStrategy.Builder newBuilder()
newBuilder(SchemaKeySortingStrategy prototype)
public static SchemaKeySortingStrategy.Builder newBuilder(SchemaKeySortingStrategy prototype)
public static SchemaKeySortingStrategy parseDelimitedFrom(InputStream input)
public static SchemaKeySortingStrategy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SchemaKeySortingStrategy parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SchemaKeySortingStrategy parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy parseFrom(CodedInputStream input)
public static SchemaKeySortingStrategy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy parseFrom(InputStream input)
public static SchemaKeySortingStrategy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SchemaKeySortingStrategy parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SchemaKeySortingStrategy> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SchemaKeySortingStrategy getDefaultInstanceForType()
getOptions(int index)
public 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
|
getOptionsCount()
public 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 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;
getOptionsOrBuilder(int index)
public 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
|
getOptionsOrBuilderList()
public 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> |
|
getParserForType()
public Parser<SchemaKeySortingStrategy> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SchemaKeySortingStrategy.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SchemaKeySortingStrategy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SchemaKeySortingStrategy.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides