Package flyteidl.admin
Interface ExecutionOuterClass.LiteralMapBlobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.LiteralMapBlob,ExecutionOuterClass.LiteralMapBlob.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.LiteralMapBlobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ExecutionOuterClass.LiteralMapBlob.DataCasegetDataCase()StringgetUri()In the event that the map is too large, we return a uri to the datacom.google.protobuf.ByteStringgetUriBytes()In the event that the map is too large, we return a uri to the dataLiterals.LiteralMapgetValues()Deprecated.flyteidl.admin.LiteralMapBlob.values is deprecated.Literals.LiteralMapOrBuildergetValuesOrBuilder()Deprecated.booleanhasUri()In the event that the map is too large, we return a uri to the databooleanhasValues()Deprecated.flyteidl.admin.LiteralMapBlob.values is deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValues
@Deprecated boolean hasValues()
Deprecated.flyteidl.admin.LiteralMapBlob.values is deprecated. See flyteidl/admin/execution.proto;l=108Data in LiteralMap format
.flyteidl.core.LiteralMap values = 1 [deprecated = true];- Returns:
- Whether the values field is set.
-
getValues
@Deprecated Literals.LiteralMap getValues()
Deprecated.flyteidl.admin.LiteralMapBlob.values is deprecated. See flyteidl/admin/execution.proto;l=108Data in LiteralMap format
.flyteidl.core.LiteralMap values = 1 [deprecated = true];- Returns:
- The values.
-
getValuesOrBuilder
@Deprecated Literals.LiteralMapOrBuilder getValuesOrBuilder()
Deprecated.Data in LiteralMap format
.flyteidl.core.LiteralMap values = 1 [deprecated = true];
-
hasUri
boolean hasUri()
In the event that the map is too large, we return a uri to the data
string uri = 2;- Returns:
- Whether the uri field is set.
-
getUri
String getUri()
In the event that the map is too large, we return a uri to the data
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
In the event that the map is too large, we return a uri to the data
string uri = 2;- Returns:
- The bytes for uri.
-
getDataCase
ExecutionOuterClass.LiteralMapBlob.DataCase getDataCase()
-
-