Package flyteidl.core
Interface Execution.TaskLogOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Execution.TaskLog,Execution.TaskLog.Builder
- Enclosing class:
- Execution
public static interface Execution.TaskLogOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Execution.TaskLog.MessageFormatgetMessageFormat().flyteidl.core.TaskLog.MessageFormat message_format = 3;intgetMessageFormatValue().flyteidl.core.TaskLog.MessageFormat message_format = 3;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;com.google.protobuf.DurationgetTtl().google.protobuf.Duration ttl = 4;com.google.protobuf.DurationOrBuildergetTtlOrBuilder().google.protobuf.Duration ttl = 4;StringgetUri()string uri = 1;com.google.protobuf.ByteStringgetUriBytes()string uri = 1;booleanhasTtl().google.protobuf.Duration ttl = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
String getUri()
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
string uri = 1;- Returns:
- The bytes for uri.
-
getName
String getName()
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
getMessageFormatValue
int getMessageFormatValue()
.flyteidl.core.TaskLog.MessageFormat message_format = 3;- Returns:
- The enum numeric value on the wire for messageFormat.
-
getMessageFormat
Execution.TaskLog.MessageFormat getMessageFormat()
.flyteidl.core.TaskLog.MessageFormat message_format = 3;- Returns:
- The messageFormat.
-
hasTtl
boolean hasTtl()
.google.protobuf.Duration ttl = 4;- Returns:
- Whether the ttl field is set.
-
getTtl
com.google.protobuf.Duration getTtl()
.google.protobuf.Duration ttl = 4;- Returns:
- The ttl.
-
getTtlOrBuilder
com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
.google.protobuf.Duration ttl = 4;
-
-