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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SchemaKeySortingStrategy.OptionImplements
SchemaKeySortingStrategy.OptionOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SchemaKeySortingStrategy.Option.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option.Builder |
newBuilder(SchemaKeySortingStrategy.Option prototype)
public static SchemaKeySortingStrategy.Option.Builder newBuilder(SchemaKeySortingStrategy.Option prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SchemaKeySortingStrategy.Option |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option.Builder |
parseDelimitedFrom(InputStream input)
public static SchemaKeySortingStrategy.Option parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SchemaKeySortingStrategy.Option parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SchemaKeySortingStrategy.Option parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SchemaKeySortingStrategy.Option parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SchemaKeySortingStrategy.Option parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SchemaKeySortingStrategy.Option parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SchemaKeySortingStrategy.Option parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SchemaKeySortingStrategy.Option> parser()
Returns | |
---|---|
Type | Description |
Parser<Option> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
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;
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option.AggregateMethod |
The aggregateMethod. |
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()
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option |
getParserForType()
public Parser<SchemaKeySortingStrategy.Option> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Option> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SchemaKeySortingStrategy.Option.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SchemaKeySortingStrategy.Option.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SchemaKeySortingStrategy.Option.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SchemaKeySortingStrategy.Option.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |