Package flyteidl.core

Interface Literals.PrimitiveOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Literals.Primitive, Literals.Primitive.Builder
    Enclosing class:
    Literals

    public static interface Literals.PrimitiveOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getBoolean()
      bool boolean = 4;
      com.google.protobuf.Timestamp getDatetime()
      .google.protobuf.Timestamp datetime = 5;
      com.google.protobuf.TimestampOrBuilder getDatetimeOrBuilder()
      .google.protobuf.Timestamp datetime = 5;
      com.google.protobuf.Duration getDuration()
      .google.protobuf.Duration duration = 6;
      com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
      .google.protobuf.Duration duration = 6;
      double getFloatValue()
      double float_value = 2;
      long getInteger()
      int64 integer = 1;
      String getStringValue()
      string string_value = 3;
      com.google.protobuf.ByteString getStringValueBytes()
      string string_value = 3;
      Literals.Primitive.ValueCase getValueCase()  
      boolean hasBoolean()
      bool boolean = 4;
      boolean hasDatetime()
      .google.protobuf.Timestamp datetime = 5;
      boolean hasDuration()
      .google.protobuf.Duration duration = 6;
      boolean hasFloatValue()
      double float_value = 2;
      boolean hasInteger()
      int64 integer = 1;
      boolean hasStringValue()
      string string_value = 3;
      • 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

      • hasInteger

        boolean hasInteger()
        int64 integer = 1;
        Returns:
        Whether the integer field is set.
      • getInteger

        long getInteger()
        int64 integer = 1;
        Returns:
        The integer.
      • hasFloatValue

        boolean hasFloatValue()
        double float_value = 2;
        Returns:
        Whether the floatValue field is set.
      • getFloatValue

        double getFloatValue()
        double float_value = 2;
        Returns:
        The floatValue.
      • hasStringValue

        boolean hasStringValue()
        string string_value = 3;
        Returns:
        Whether the stringValue field is set.
      • getStringValue

        String getStringValue()
        string string_value = 3;
        Returns:
        The stringValue.
      • getStringValueBytes

        com.google.protobuf.ByteString getStringValueBytes()
        string string_value = 3;
        Returns:
        The bytes for stringValue.
      • hasBoolean

        boolean hasBoolean()
        bool boolean = 4;
        Returns:
        Whether the boolean field is set.
      • getBoolean

        boolean getBoolean()
        bool boolean = 4;
        Returns:
        The boolean.
      • hasDatetime

        boolean hasDatetime()
        .google.protobuf.Timestamp datetime = 5;
        Returns:
        Whether the datetime field is set.
      • getDatetime

        com.google.protobuf.Timestamp getDatetime()
        .google.protobuf.Timestamp datetime = 5;
        Returns:
        The datetime.
      • getDatetimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getDatetimeOrBuilder()
        .google.protobuf.Timestamp datetime = 5;
      • hasDuration

        boolean hasDuration()
        .google.protobuf.Duration duration = 6;
        Returns:
        Whether the duration field is set.
      • getDuration

        com.google.protobuf.Duration getDuration()
        .google.protobuf.Duration duration = 6;
        Returns:
        The duration.
      • getDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
        .google.protobuf.Duration duration = 6;