Interface TimeOfDayDomainOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TimeOfDayDomain, TimeOfDayDomain.Builder

    public interface TimeOfDayDomainOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TimeOfDayDomain.FormatCase getFormatCase()  
      TimeOfDayDomain.IntegerTimeOfDayFormat 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasStringFormat

        boolean 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;
        Returns:
        Whether the stringFormat field is set.
      • getStringFormat

        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;
        Returns:
        The stringFormat.
      • getStringFormatBytes

        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;
        Returns:
        The bytes for stringFormat.
      • hasIntegerFormat

        boolean hasIntegerFormat()
         Expected format of integer times.
         
        optional .tensorflow.metadata.v0.TimeOfDayDomain.IntegerTimeOfDayFormat integer_format = 2;
        Returns:
        Whether the integerFormat field is set.
      • getIntegerFormat

        TimeOfDayDomain.IntegerTimeOfDayFormat getIntegerFormat()
         Expected format of integer times.
         
        optional .tensorflow.metadata.v0.TimeOfDayDomain.IntegerTimeOfDayFormat integer_format = 2;
        Returns:
        The integerFormat.