public interface FloatDomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getMax()
optional float max = 4; |
float |
getMin()
Min and max values of the domain.
|
String |
getName()
Id of the domain.
|
com.google.protobuf.ByteString |
getNameBytes()
Id of the domain.
|
boolean |
hasMax()
optional float max = 4; |
boolean |
hasMin()
Min and max values of 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 of the domain.
optional float min = 3;float getMin()
Min and max values of the domain.
optional float min = 3;boolean hasMax()
optional float max = 4;float getMax()
optional float max = 4;Copyright © 2020 Gojek. All rights reserved.