Packages

final class BoolDomain extends GeneratedMessageV3 with BoolDomainOrBuilder

Encodes information about the domain of a boolean attribute that encodes its
TRUE/FALSE values as strings, or 0=false, 1=true.
Note that FeatureType could be either INT or BYTES.

Protobuf type tensorflow.metadata.v0.BoolDomain

Source
BoolDomain.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoolDomain
  2. BoolDomainOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    BoolDomain → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  4. def getDefaultInstanceForType(): BoolDomain
    Definition Classes
    BoolDomain → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  5. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getFalseValue(): String

    optional string false_value = 3;

    optional string false_value = 3;

    returns

    The falseValue.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  7. def getFalseValueBytes(): ByteString

    optional string false_value = 3;

    optional string false_value = 3;

    returns

    The bytes for falseValue.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  8. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  9. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getName(): String

    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.
    

    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;

    returns

    The name.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  11. def getNameBytes(): ByteString

    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.
    

    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;

    returns

    The bytes for name.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  12. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  13. def getParserForType(): Parser[BoolDomain]
    Definition Classes
    BoolDomain → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  14. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  15. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  16. def getSerializedSize(): Int
    Definition Classes
    BoolDomain → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  17. def getTrueValue(): String

    Strings values for TRUE/FALSE.
    

    Strings values for TRUE/FALSE.
    

    optional string true_value = 2;

    returns

    The trueValue.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  18. def getTrueValueBytes(): ByteString

    Strings values for TRUE/FALSE.
    

    Strings values for TRUE/FALSE.
    

    optional string true_value = 2;

    returns

    The bytes for trueValue.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  19. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  20. def hasFalseValue(): Boolean

    optional string false_value = 3;

    optional string false_value = 3;

    returns

    Whether the falseValue field is set.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  21. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  22. def hasName(): Boolean

    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.
    

    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;

    returns

    Whether the name field is set.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  23. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  24. def hasTrueValue(): Boolean

    Strings values for TRUE/FALSE.
    

    Strings values for TRUE/FALSE.
    

    optional string true_value = 2;

    returns

    Whether the trueValue field is set.

    Definition Classes
    BoolDomainBoolDomainOrBuilder
    Annotations
    @Override()
  25. def hashCode(): Int
    Definition Classes
    BoolDomain → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  26. final def isInitialized(): Boolean
    Definition Classes
    BoolDomain → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  27. def newBuilderForType(): Builder
    Definition Classes
    BoolDomain → Message → MessageLite
    Annotations
    @Override()
  28. def toBuilder(): Builder
    Definition Classes
    BoolDomain → Message → MessageLite
    Annotations
    @Override()
  29. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  30. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  31. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  32. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  33. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    BoolDomain → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  34. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])