public interface TimeDomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TimeDomain.FormatCase |
getFormatCase() |
TimeDomain.IntegerTimeFormat |
getIntegerFormat()
Expected format of integer times.
|
String |
getStringFormat()
Expected format that contains a combination of regular characters and
special format specifiers.
|
com.google.protobuf.ByteString |
getStringFormatBytes()
Expected format that contains a combination of regular characters and
special format specifiers.
|
boolean |
hasIntegerFormat()
Expected format of integer times.
|
boolean |
hasStringFormat()
Expected format that contains a combination of regular characters and
special format specifiers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStringFormat()
Expected format that contains a combination of regular characters and special format specifiers. Format specifiers are a subset of the strptime standard.
optional string string_format = 1;String getStringFormat()
Expected format that contains a combination of regular characters and special format specifiers. Format specifiers are a subset of the strptime standard.
optional string string_format = 1;com.google.protobuf.ByteString getStringFormatBytes()
Expected format that contains a combination of regular characters and special format specifiers. Format specifiers are a subset of the strptime standard.
optional string string_format = 1;boolean hasIntegerFormat()
Expected format of integer times.
optional .tensorflow.metadata.v0.TimeDomain.IntegerTimeFormat integer_format = 2;TimeDomain.IntegerTimeFormat getIntegerFormat()
Expected format of integer times.
optional .tensorflow.metadata.v0.TimeDomain.IntegerTimeFormat integer_format = 2;TimeDomain.FormatCase getFormatCase()
Copyright © 2020 Gojek. All rights reserved.