public interface BoolDomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFalseValue()
optional string false_value = 3; |
com.google.protobuf.ByteString |
getFalseValueBytes()
optional string false_value = 3; |
String |
getName()
Id of the domain.
|
com.google.protobuf.ByteString |
getNameBytes()
Id of the domain.
|
String |
getTrueValue()
Strings values for TRUE/FALSE.
|
com.google.protobuf.ByteString |
getTrueValueBytes()
Strings values for TRUE/FALSE.
|
boolean |
hasFalseValue()
optional string false_value = 3; |
boolean |
hasName()
Id of the domain.
|
boolean |
hasTrueValue()
Strings values for TRUE/FALSE.
|
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 hasTrueValue()
Strings values for TRUE/FALSE.
optional string true_value = 2;String getTrueValue()
Strings values for TRUE/FALSE.
optional string true_value = 2;com.google.protobuf.ByteString getTrueValueBytes()
Strings values for TRUE/FALSE.
optional string true_value = 2;boolean hasFalseValue()
optional string false_value = 3;String getFalseValue()
optional string false_value = 3;com.google.protobuf.ByteString getFalseValueBytes()
optional string false_value = 3;Copyright © 2020 Gojek. All rights reserved.