Packages

final class TimeDomain extends GeneratedMessageV3 with TimeDomainOrBuilder

Time or date representation.

Protobuf type tensorflow.metadata.v0.TimeDomain

Source
TimeDomain.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeDomain
  2. TimeDomainOrBuilder
  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
    TimeDomain → 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(): TimeDomain
    Definition Classes
    TimeDomain → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  5. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  7. def getFormatCase(): FormatCase
    Definition Classes
    TimeDomainTimeDomainOrBuilder
  8. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  9. def getIntegerFormat(): IntegerTimeFormat

    Expected format of integer times.
    

    Expected format of integer times.
    

    .tensorflow.metadata.v0.TimeDomain.IntegerTimeFormat integer_format = 2;

    returns

    The integerFormat.

    Definition Classes
    TimeDomainTimeDomainOrBuilder
  10. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  11. def getParserForType(): Parser[TimeDomain]
    Definition Classes
    TimeDomain → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  12. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  13. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getSerializedSize(): Int
    Definition Classes
    TimeDomain → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  15. def getStringFormat(): String

    Expected format that contains a combination of regular characters and
    special format specifiers. Format specifiers are a subset of the
    strptime standard.
    

    Expected format that contains a combination of regular characters and
    special format specifiers. Format specifiers are a subset of the
    strptime standard.
    

    string string_format = 1;

    returns

    The stringFormat.

    Definition Classes
    TimeDomainTimeDomainOrBuilder
  16. def getStringFormatBytes(): ByteString

    Expected format that contains a combination of regular characters and
    special format specifiers. Format specifiers are a subset of the
    strptime standard.
    

    Expected format that contains a combination of regular characters and
    special format specifiers. Format specifiers are a subset of the
    strptime standard.
    

    string string_format = 1;

    returns

    The bytes for stringFormat.

    Definition Classes
    TimeDomainTimeDomainOrBuilder
  17. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  18. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  19. def hasIntegerFormat(): Boolean

    Expected format of integer times.
    

    Expected format of integer times.
    

    .tensorflow.metadata.v0.TimeDomain.IntegerTimeFormat integer_format = 2;

    returns

    Whether the integerFormat field is set.

    Definition Classes
    TimeDomainTimeDomainOrBuilder
  20. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  21. def hasStringFormat(): Boolean

    Expected format that contains a combination of regular characters and
    special format specifiers. Format specifiers are a subset of the
    strptime standard.
    

    Expected format that contains a combination of regular characters and
    special format specifiers. Format specifiers are a subset of the
    strptime standard.
    

    string string_format = 1;

    returns

    Whether the stringFormat field is set.

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