Interface DataserviceMessages.RemoveObjectsResponseOrBuilder

    • Method Detail

      • getRemovedObjectsCount

        int getRemovedObjectsCount()
        map<string, string> removedObjects = 1;
      • containsRemovedObjects

        boolean containsRemovedObjects​(String key)
        map<string, string> removedObjects = 1;
      • getRemovedObjectsMap

        Map<String,​String> getRemovedObjectsMap()
        map<string, string> removedObjects = 1;
      • getRemovedObjectsOrDefault

        String getRemovedObjectsOrDefault​(String key,
                                          String defaultValue)
        map<string, string> removedObjects = 1;
      • getRemovedObjectsOrThrow

        String getRemovedObjectsOrThrow​(String key)
        map<string, string> removedObjects = 1;
      • hasExcInfo

        boolean hasExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        Whether the excInfo field is set.
      • getExcInfo

        CommonMessages.ExceptionInfo getExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        The excInfo.