public static final class SchemaKeySortingStrategy.Option extends GeneratedMessageV3 implements SchemaKeySortingStrategy.OptionOrBuilder
Option for one data schema key.
Protobuf type google.cloud.visionai.v1.SchemaKeySortingStrategy.Option
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
AGGREGATE_METHOD_FIELD_NUMBER
public static final int AGGREGATE_METHOD_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DATA_SCHEMA_KEY_FIELD_NUMBER
public static final int DATA_SCHEMA_KEY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SORT_DECREASING_FIELD_NUMBER
public static final int SORT_DECREASING_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SchemaKeySortingStrategy.Option getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SchemaKeySortingStrategy.Option.Builder newBuilder()
newBuilder(SchemaKeySortingStrategy.Option prototype)
public static SchemaKeySortingStrategy.Option.Builder newBuilder(SchemaKeySortingStrategy.Option prototype)
public static SchemaKeySortingStrategy.Option parseDelimitedFrom(InputStream input)
public static SchemaKeySortingStrategy.Option parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SchemaKeySortingStrategy.Option parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SchemaKeySortingStrategy.Option parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(CodedInputStream input)
public static SchemaKeySortingStrategy.Option parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(InputStream input)
public static SchemaKeySortingStrategy.Option parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SchemaKeySortingStrategy.Option parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SchemaKeySortingStrategy.Option> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAggregateMethod()
public SchemaKeySortingStrategy.Option.AggregateMethod getAggregateMethod()
Aggregate method for the current data schema key.
optional .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option.AggregateMethod aggregate_method = 3;
getAggregateMethodValue()
public int getAggregateMethodValue()
Aggregate method for the current data schema key.
optional .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option.AggregateMethod aggregate_method = 3;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for aggregateMethod.
|
getDataSchemaKey()
public String getDataSchemaKey()
The data used to sort.
string data_schema_key = 1;
Returns |
Type |
Description |
String |
The dataSchemaKey.
|
getDataSchemaKeyBytes()
public ByteString getDataSchemaKeyBytes()
The data used to sort.
string data_schema_key = 1;
Returns |
Type |
Description |
ByteString |
The bytes for dataSchemaKey.
|
getDefaultInstanceForType()
public SchemaKeySortingStrategy.Option getDefaultInstanceForType()
getParserForType()
public Parser<SchemaKeySortingStrategy.Option> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSortDecreasing()
public boolean getSortDecreasing()
Whether to sort in decreasing order or increasing order.
By default, results are sorted in incresing order.
bool sort_decreasing = 2;
Returns |
Type |
Description |
boolean |
The sortDecreasing.
|
hasAggregateMethod()
public boolean hasAggregateMethod()
Aggregate method for the current data schema key.
optional .google.cloud.visionai.v1.SchemaKeySortingStrategy.Option.AggregateMethod aggregate_method = 3;
Returns |
Type |
Description |
boolean |
Whether the aggregateMethod field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SchemaKeySortingStrategy.Option.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SchemaKeySortingStrategy.Option.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SchemaKeySortingStrategy.Option.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides