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 Modifier and Type Method Description ExecutionOuterClass.LiteralMapBlob.DataCasegetDataCase()java.lang.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()Data in LiteralMap formatLiterals.LiteralMapOrBuildergetValuesOrBuilder()Data in LiteralMap formatbooleanhasValues()Data in LiteralMap format-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValues
boolean hasValues()
Data in LiteralMap format
.flyteidl.core.LiteralMap values = 1;- Returns:
- Whether the values field is set.
-
getValues
Literals.LiteralMap getValues()
Data in LiteralMap format
.flyteidl.core.LiteralMap values = 1;- Returns:
- The values.
-
getValuesOrBuilder
Literals.LiteralMapOrBuilder getValuesOrBuilder()
Data in LiteralMap format
.flyteidl.core.LiteralMap values = 1;
-
getUri
java.lang.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()
-
-