Interface ExecutionOuterClass.LiteralMapBlobOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      ExecutionOuterClass.LiteralMapBlob.DataCase getDataCase()  
      String getUri()
      In the event that the map is too large, we return a uri to the data
      com.google.protobuf.ByteString getUriBytes()
      In the event that the map is too large, we return a uri to the data
      Literals.LiteralMap getValues()
      Deprecated.
      flyteidl.admin.LiteralMapBlob.values is deprecated.
      Literals.LiteralMapOrBuilder getValuesOrBuilder()
      Deprecated.
      boolean hasUri()
      In the event that the map is too large, we return a uri to the data
      boolean hasValues()
      Deprecated.
      flyteidl.admin.LiteralMapBlob.values is deprecated.
      • 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

      • hasValues

        @Deprecated
        boolean hasValues()
        Deprecated.
        flyteidl.admin.LiteralMapBlob.values is deprecated. See flyteidl/admin/execution.proto;l=108
         Data 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=108
         Data in LiteralMap format
         
        .flyteidl.core.LiteralMap values = 1 [deprecated = true];
        Returns:
        The values.
      • 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.