public interface IntDomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsCategorical()
If true then the domain encodes categorical values (i.e., ids) rather than
ordinal values.
|
long |
getMax()
optional int64 max = 4; |
long |
getMin()
Min and max values for the domain.
|
String |
getName()
Id of the domain.
|
com.google.protobuf.ByteString |
getNameBytes()
Id of the domain.
|
boolean |
hasIsCategorical()
If true then the domain encodes categorical values (i.e., ids) rather than
ordinal values.
|
boolean |
hasMax()
optional int64 max = 4; |
boolean |
hasMin()
Min and max values for the domain.
|
boolean |
hasName()
Id of the domain.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Id of the domain. Required if the domain is defined at the schema level. If so, then the name must be unique within the schema.
optional string name = 1;String getName()
Id of the domain. Required if the domain is defined at the schema level. If so, then the name must be unique within the schema.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Id of the domain. Required if the domain is defined at the schema level. If so, then the name must be unique within the schema.
optional string name = 1;boolean hasMin()
Min and max values for the domain.
optional int64 min = 3;long getMin()
Min and max values for the domain.
optional int64 min = 3;boolean hasMax()
optional int64 max = 4;long getMax()
optional int64 max = 4;boolean hasIsCategorical()
If true then the domain encodes categorical values (i.e., ids) rather than ordinal values.
optional bool is_categorical = 5;boolean getIsCategorical()
If true then the domain encodes categorical values (i.e., ids) rather than ordinal values.
optional bool is_categorical = 5;Copyright © 2020 Gojek. All rights reserved.