public static enum TimeOfDayDomain.IntegerTimeOfDayFormat extends Enum<TimeOfDayDomain.IntegerTimeOfDayFormat> implements com.google.protobuf.ProtocolMessageEnum
tensorflow.metadata.v0.TimeOfDayDomain.IntegerTimeOfDayFormat| Enum Constant and Description |
|---|
FORMAT_UNKNOWN
FORMAT_UNKNOWN = 0; |
PACKED_64_NANOS
Time values, containing hour/minute/second/nanos, encoded into 8-byte
bit fields following the ZetaSQL convention:
6 5 4 3 2 1
MSB 3210987654321098765432109876543210987654321098765432109876543210 LSB
| H || M || S ||---------- nanos -----------|
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FORMAT_UNKNOWN_VALUE
FORMAT_UNKNOWN = 0; |
static int |
PACKED_64_NANOS_VALUE
Time values, containing hour/minute/second/nanos, encoded into 8-byte
bit fields following the ZetaSQL convention:
6 5 4 3 2 1
MSB 3210987654321098765432109876543210987654321098765432109876543210 LSB
| H || M || S ||---------- nanos -----------|
|
| Modifier and Type | Method and Description |
|---|---|
static TimeOfDayDomain.IntegerTimeOfDayFormat |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TimeOfDayDomain.IntegerTimeOfDayFormat> |
internalGetValueMap() |
static TimeOfDayDomain.IntegerTimeOfDayFormat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TimeOfDayDomain.IntegerTimeOfDayFormat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TimeOfDayDomain.IntegerTimeOfDayFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeOfDayDomain.IntegerTimeOfDayFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeOfDayDomain.IntegerTimeOfDayFormat FORMAT_UNKNOWN
FORMAT_UNKNOWN = 0;public static final TimeOfDayDomain.IntegerTimeOfDayFormat PACKED_64_NANOS
Time values, containing hour/minute/second/nanos, encoded into 8-byte
bit fields following the ZetaSQL convention:
6 5 4 3 2 1
MSB 3210987654321098765432109876543210987654321098765432109876543210 LSB
| H || M || S ||---------- nanos -----------|
PACKED_64_NANOS = 1;public static final int FORMAT_UNKNOWN_VALUE
FORMAT_UNKNOWN = 0;public static final int PACKED_64_NANOS_VALUE
Time values, containing hour/minute/second/nanos, encoded into 8-byte
bit fields following the ZetaSQL convention:
6 5 4 3 2 1
MSB 3210987654321098765432109876543210987654321098765432109876543210 LSB
| H || M || S ||---------- nanos -----------|
PACKED_64_NANOS = 1;public static TimeOfDayDomain.IntegerTimeOfDayFormat[] values()
for (TimeOfDayDomain.IntegerTimeOfDayFormat c : TimeOfDayDomain.IntegerTimeOfDayFormat.values()) System.out.println(c);
public static TimeOfDayDomain.IntegerTimeOfDayFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TimeOfDayDomain.IntegerTimeOfDayFormat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TimeOfDayDomain.IntegerTimeOfDayFormat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TimeOfDayDomain.IntegerTimeOfDayFormat> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TimeOfDayDomain.IntegerTimeOfDayFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020 Gojek. All rights reserved.