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 booleangetBoolean()bool boolean = 4;com.google.protobuf.TimestampgetDatetime().google.protobuf.Timestamp datetime = 5;com.google.protobuf.TimestampOrBuildergetDatetimeOrBuilder().google.protobuf.Timestamp datetime = 5;com.google.protobuf.DurationgetDuration().google.protobuf.Duration duration = 6;com.google.protobuf.DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 6;doublegetFloatValue()double float_value = 2;longgetInteger()int64 integer = 1;StringgetStringValue()string string_value = 3;com.google.protobuf.ByteStringgetStringValueBytes()string string_value = 3;Literals.Primitive.ValueCasegetValueCase()booleanhasBoolean()bool boolean = 4;booleanhasDatetime().google.protobuf.Timestamp datetime = 5;booleanhasDuration().google.protobuf.Duration duration = 6;booleanhasFloatValue()double float_value = 2;booleanhasInteger()int64 integer = 1;booleanhasStringValue()string string_value = 3;-
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;
-
getValueCase
Literals.Primitive.ValueCase getValueCase()
-
-