Interface InputOuterClass.DeleteInputsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDeleteAll()
      bool delete_all = 3;
      java.lang.String getIds​(int index)
      repeated string ids = 2;
      com.google.protobuf.ByteString getIdsBytes​(int index)
      repeated string ids = 2;
      int getIdsCount()
      repeated string ids = 2;
      java.util.List<java.lang.String> getIdsList()
      repeated string ids = 2;
      Common.UserAppIDSet getUserAppId()
      .clarifai.api.UserAppIDSet user_app_id = 1;
      Common.UserAppIDSetOrBuilder getUserAppIdOrBuilder()
      .clarifai.api.UserAppIDSet user_app_id = 1;
      boolean hasUserAppId()
      .clarifai.api.UserAppIDSet user_app_id = 1;
      • 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

      • hasUserAppId

        boolean hasUserAppId()
        .clarifai.api.UserAppIDSet user_app_id = 1;
      • getIdsList

        java.util.List<java.lang.String> getIdsList()
        repeated string ids = 2;
      • getIdsCount

        int getIdsCount()
        repeated string ids = 2;
      • getIds

        java.lang.String getIds​(int index)
        repeated string ids = 2;
      • getIdsBytes

        com.google.protobuf.ByteString getIdsBytes​(int index)
        repeated string ids = 2;
      • getDeleteAll

        boolean getDeleteAll()
        bool delete_all = 3;